LLVM 20.0.0git
|
#include "X86ISelDAGToDAG.h"
#include "X86.h"
#include "X86MachineFunctionInfo.h"
#include "X86RegisterInfo.h"
#include "X86Subtarget.h"
#include "X86TargetMachine.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/IR/ConstantRange.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/IntrinsicsX86.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/KnownBits.h"
#include "llvm/Support/MathExtras.h"
#include <cstdint>
#include "X86GenDAGISel.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "x86-isel" |
#define | PASS_NAME "X86 DAG->DAG Instruction Selection" |
#define | GET_ND_IF_ENABLED(OPC) (Subtarget->hasNDD() ? OPC##_ND : OPC) |
#define | CASE_ND(OP) |
#define | FROM_TO(A, B) |
#define | CASE(A) |
#define | FROM_TO(A, B) |
#define | GET_EGPR_IF_ENABLED(OPC) (Subtarget->hasEGPR() ? OPC##_EVEX : OPC) |
#define | VPTESTM_CASE(VT, SUFFIX) |
#define | VPTESTM_BROADCAST_CASES(SUFFIX) |
#define | VPTESTM_FULL_CASES(SUFFIX) |
Functions | |
STATISTIC (NumLoadMoved, "Number of loads moved below TokenFactor") | |
static bool | isLegalMaskCompare (SDNode *N, const X86Subtarget *Subtarget) |
static void | moveBelowOrigChain (SelectionDAG *CurDAG, SDValue Load, SDValue Call, SDValue OrigChain) |
Replace the original chain operand of the call with load's chain operand and move load below the call's chain operand. | |
static bool | isCalleeLoad (SDValue Callee, SDValue &Chain, bool HasCallSeq) |
Return true if call address is a load and it can be moved below CALLSEQ_START and the chains leading up to the call. | |
static bool | isEndbrImm64 (uint64_t Imm) |
static bool | needBWI (MVT VT) |
static bool | isDispSafeForFrameIndex (int64_t Val) |
static void | insertDAGNode (SelectionDAG &DAG, SDValue Pos, SDValue N) |
static bool | foldMaskAndShiftToExtract (SelectionDAG &DAG, SDValue N, uint64_t Mask, SDValue Shift, SDValue X, X86ISelAddressMode &AM) |
static bool | foldMaskedShiftToScaledMask (SelectionDAG &DAG, SDValue N, X86ISelAddressMode &AM) |
static bool | foldMaskAndShiftToScale (SelectionDAG &DAG, SDValue N, uint64_t Mask, SDValue Shift, SDValue X, X86ISelAddressMode &AM) |
static bool | foldMaskedShiftToBEXTR (SelectionDAG &DAG, SDValue N, uint64_t Mask, SDValue Shift, SDValue X, X86ISelAddressMode &AM, const X86Subtarget &Subtarget) |
static bool | mayUseCarryFlag (X86::CondCode CC) |
static bool | isFusableLoadOpStorePattern (StoreSDNode *StoreNode, SDValue StoredVal, SelectionDAG *CurDAG, unsigned LoadOpNo, LoadSDNode *&LoadNode, SDValue &InputChain) |
Check whether or not the chain ending in StoreNode is suitable for doing the {load; op; store} to modify transformation. | |
static unsigned | getVPTESTMOpc (MVT TestVT, bool IsTestN, bool FoldedLoad, bool FoldedBCast, bool Masked) |
Variables | |
static cl::opt< bool > | AndImmShrink ("x86-and-imm-shrink", cl::init(true), cl::desc("Enable setting constant bits to reduce size of mask immediates"), cl::Hidden) |
static cl::opt< bool > | EnablePromoteAnyextLoad ("x86-promote-anyext-load", cl::init(true), cl::desc("Enable promoting aligned anyext load to wider load"), cl::Hidden) |
cl::opt< bool > | IndirectBranchTracking |
#define CASE | ( | A | ) |
#define CASE_ND | ( | OP | ) |
#define DEBUG_TYPE "x86-isel" |
Definition at line 39 of file X86ISelDAGToDAG.cpp.
#define GET_EGPR_IF_ENABLED | ( | OPC | ) | (Subtarget->hasEGPR() ? OPC##_EVEX : OPC) |
#define GET_ND_IF_ENABLED | ( | OPC | ) | (Subtarget->hasNDD() ? OPC##_ND : OPC) |
#define PASS_NAME "X86 DAG->DAG Instruction Selection" |
Definition at line 40 of file X86ISelDAGToDAG.cpp.
#define VPTESTM_BROADCAST_CASES | ( | SUFFIX | ) |
#define VPTESTM_CASE | ( | VT, | |
SUFFIX | |||
) |
#define VPTESTM_FULL_CASES | ( | SUFFIX | ) |
|
static |
Definition at line 2042 of file X86ISelDAGToDAG.cpp.
References llvm::And, llvm::ISD::AND, DL, llvm::SelectionDAG::getConstant(), llvm::SDValue::getConstantOperandVal(), llvm::SelectionDAG::getNode(), llvm::SDValue::getOpcode(), llvm::SDValue::getOperand(), llvm::SelectionDAG::getZExtOrTrunc(), llvm::SDValue::hasOneUse(), insertDAGNode(), N, llvm::SelectionDAG::RemoveDeadNode(), llvm::SelectionDAG::ReplaceAllUsesWith(), llvm::ISD::SHL, llvm::ISD::SRL, and X.
|
static |
Definition at line 2181 of file X86ISelDAGToDAG.cpp.
References llvm::ISD::ANY_EXTEND, assert(), DL, llvm::SelectionDAG::getConstant(), llvm::SDValue::getConstantOperandVal(), llvm::APInt::getHighBitsSet(), llvm::SelectionDAG::getNode(), llvm::SDValue::getOpcode(), llvm::SDValue::getOperand(), llvm::SelectionDAG::getZExtOrTrunc(), llvm::SDValue::hasOneUse(), insertDAGNode(), llvm::isShiftedMask_64(), llvm::SelectionDAG::MaskedValueIsZero(), N, llvm::SelectionDAG::RemoveDeadNode(), llvm::SelectionDAG::ReplaceAllUsesWith(), llvm::ISD::SHL, llvm::ISD::SRL, X, and llvm::ISD::ZERO_EXTEND.
|
static |
Definition at line 2273 of file X86ISelDAGToDAG.cpp.
References llvm::ISD::AND, DL, llvm::SelectionDAG::getConstant(), llvm::SDValue::getConstantOperandVal(), llvm::SelectionDAG::getNode(), llvm::SDValue::getOpcode(), llvm::SDValue::getOperand(), llvm::SelectionDAG::getZExtOrTrunc(), llvm::SDValue::hasOneUse(), insertDAGNode(), llvm::isShiftedMask_64(), N, llvm::SelectionDAG::RemoveDeadNode(), llvm::SelectionDAG::ReplaceAllUsesWith(), llvm::ISD::SHL, llvm::ISD::SRL, and X.
|
static |
Definition at line 2089 of file X86ISelDAGToDAG.cpp.
References llvm::ISD::AND, llvm::ISD::ANY_EXTEND, DL, llvm::SDValue::getConstantOperandVal(), llvm::SelectionDAG::getNode(), llvm::SDValue::getOpcode(), llvm::SDValue::getOperand(), llvm::SelectionDAG::getSignedConstant(), llvm::SDValue::getSimpleValueType(), llvm::SDValue::hasOneUse(), insertDAGNode(), N, llvm::SelectionDAG::RemoveDeadNode(), llvm::SelectionDAG::ReplaceAllUsesWith(), llvm::ISD::SHL, and X.
|
static |
Definition at line 4811 of file X86ISelDAGToDAG.cpp.
References llvm::MVT::SimpleTy, VPTESTM_BROADCAST_CASES, and VPTESTM_FULL_CASES.
|
static |
Definition at line 2024 of file X86ISelDAGToDAG.cpp.
References llvm::ilist_node_impl< OptionsT >::getIterator(), llvm::SDValue::getNode(), llvm::SDNode::getNodeId(), llvm::SelectionDAGISel::getUninvalidatedNodeId(), llvm::SelectionDAGISel::InvalidateNodeId(), N, and llvm::SelectionDAG::RepositionNode().
Referenced by foldMaskAndShiftToExtract(), foldMaskAndShiftToScale(), foldMaskedShiftToBEXTR(), and foldMaskedShiftToScaledMask().
Return true if call address is a load and it can be moved below CALLSEQ_START and the chains leading up to the call.
Return the CALLSEQ_START by reference as a second output. In the case of a tail call, there isn't a callseq node between the call chain and the load.
Definition at line 836 of file X86ISelDAGToDAG.cpp.
References llvm::ISD::CALLSEQ_START, llvm::SDValue::getNode(), llvm::SDValue::getNumOperands(), llvm::SDValue::getOpcode(), llvm::SDValue::getOperand(), llvm::SDValue::hasOneUse(), llvm::ISD::NON_EXTLOAD, llvm::ISD::TokenFactor, and llvm::ISD::UNINDEXED.
|
static |
Definition at line 1772 of file X86ISelDAGToDAG.cpp.
Definition at line 873 of file X86ISelDAGToDAG.cpp.
References llvm::is_contained().
|
static |
Check whether or not the chain ending in StoreNode is suitable for doing the {load; op; store} to modify transformation.
Definition at line 3426 of file X86ISelDAGToDAG.cpp.
References llvm::LoadSDNode::getBasePtr(), llvm::StoreSDNode::getBasePtr(), llvm::MemSDNode::getChain(), llvm::SDValue::getNode(), llvm::SelectionDAG::getNode(), llvm::SDValue::getNumOperands(), llvm::LoadSDNode::getOffset(), llvm::StoreSDNode::getOffset(), llvm::SDValue::getOpcode(), llvm::SDValue::getOperand(), llvm::SDNode::getOperand(), llvm::SDValue::getResNo(), llvm::SDNode::hasNUsesOfValue(), llvm::SDNode::hasPredecessorHelper(), llvm::MemSDNode::isNonTemporal(), llvm::ISD::isNormalLoad(), llvm::ISD::isNormalStore(), llvm::SDNode::ops(), llvm::SmallVectorTemplateBase< T, bool >::push_back(), and llvm::ISD::TokenFactor.
|
static |
Definition at line 596 of file X86ISelDAGToDAG.cpp.
References llvm::X86ISD::CMPM, llvm::X86ISD::CMPMM, llvm::X86ISD::CMPMM_SAE, llvm::X86ISD::FSETCCM, llvm::X86ISD::FSETCCM_SAE, llvm::EVT::is128BitVector(), llvm::EVT::is256BitVector(), N, llvm::ISD::SETCC, llvm::X86ISD::STRICT_CMPM, llvm::X86ISD::VFPCLASS, and llvm::X86ISD::VFPCLASSS.
|
static |
Definition at line 3352 of file X86ISelDAGToDAG.cpp.
References CC, llvm::X86::COND_E, llvm::X86::COND_G, llvm::X86::COND_GE, llvm::X86::COND_L, llvm::X86::COND_LE, llvm::X86::COND_NE, llvm::X86::COND_NO, llvm::X86::COND_NP, llvm::X86::COND_NS, llvm::X86::COND_O, llvm::X86::COND_P, and llvm::X86::COND_S.
|
static |
Replace the original chain operand of the call with load's chain operand and move load below the call's chain operand.
Definition at line 801 of file X86ISelDAGToDAG.cpp.
References llvm::SmallVectorImpl< T >::append(), assert(), llvm::SmallVectorImpl< T >::clear(), llvm::SDValue::getNode(), llvm::SelectionDAG::getNode(), llvm::SDValue::getNumOperands(), llvm::SDValue::getOpcode(), llvm::SDValue::getOperand(), llvm::SDNode::op_begin(), llvm::SDNode::op_end(), llvm::SmallVectorTemplateBase< T, bool >::push_back(), llvm::ISD::TokenFactor, and llvm::SelectionDAG::UpdateNodeOperands().
Definition at line 894 of file X86ISelDAGToDAG.cpp.
STATISTIC | ( | NumLoadMoved | , |
"Number of loads moved below TokenFactor" | |||
) |
|
static |
|
static |