Home
last modified time | relevance | path

Searched defs:CurDAG (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp232 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp910 static SDValue narrowIfNeeded(SelectionDAG *CurDAG, SDValue N) { in narrowIfNeeded()
1191 static SDValue Widen(SelectionDAG *CurDAG, SDValue N) { in Widen()
2439 static bool isBitfieldExtractOpFromAnd(SelectionDAG *CurDAG, SDNode *N, in isBitfieldExtractOpFromAnd()
2697 static bool isBitfieldExtractOp(SelectionDAG *CurDAG, SDNode *N, unsigned &Opc, in isBitfieldExtractOp()
3004 static SDValue getLeftShift(SelectionDAG *CurDAG, SDValue Op, int ShlAmount) { in getLeftShift()
3048 static bool isBitfieldPositioningOp(SelectionDAG *CurDAG, SDValue Op, in isBitfieldPositioningOp()
3078 static bool isBitfieldPositioningOpFromAnd(SelectionDAG *CurDAG, SDValue Op, in isBitfieldPositioningOpFromAnd()
3200 static bool isBitfieldPositioningOpFromShl(SelectionDAG *CurDAG, SDValue Op, in isBitfieldPositioningOpFromShl()
3241 static bool tryBitfieldInsertOpFromOrAndImm(SDNode *N, SelectionDAG *CurDAG) { in tryBitfieldInsertOpFromOrAndImm()
3329 static bool isWorthFoldingIntoOrrWithShift(SDValue Dst, SelectionDAG *CurDAG, in isWorthFoldingIntoOrrWithShift()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp699 static bool isThreadPointerAcquisitionNode(SDValue Base, SelectionDAG *CurDAG) { in isThreadPointerAcquisitionNode()
743 static bool canOptimizeTLSDFormToXForm(SelectionDAG *CurDAG, SDValue Base) { in canOptimizeTLSDFormToXForm()
952 static unsigned allUsesTruncate(SelectionDAG *CurDAG, SDNode *N) { in allUsesTruncate()
1019 static SDNode *selectI64ImmDirect(SelectionDAG *CurDAG, const SDLoc &dl, in selectI64ImmDirect()
1260 static SDNode *selectI64ImmDirectPrefix(SelectionDAG *CurDAG, const SDLoc &dl, in selectI64ImmDirectPrefix()
1380 static SDNode *selectI64Imm(SelectionDAG *CurDAG, const SDLoc &dl, uint64_t Imm, in selectI64Imm()
1486 static SDNode *selectI64Imm(SelectionDAG *CurDAG, SDNode *N) { in selectI64Imm()
2825 SelectionDAG *CurDAG = nullptr; member in __anon010aa3800711::BitPermutationSelector
2881 SelectionDAG *CurDAG; member in __anon010aa3800711::IntegerCompareEliminator
3979 static bool allUsesExtend(SDValue Compare, SelectionDAG *CurDAG) { in allUsesExtend()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1857 static SDValue SelectSAddrFI(SelectionDAG *CurDAG, SDValue SAddr) { in SelectSAddrFI()
3117 llvm::SelectionDAG *CurDAG, in buildRegSequence32()
3149 llvm::SelectionDAG *CurDAG, in buildRegSequence16()
3175 llvm::SelectionDAG *CurDAG, in buildRegSequence()
3186 llvm::SelectionDAG *CurDAG, const SDLoc &DL, in selectWMMAModsNegAbs()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp175 static SDValue selectImmSeq(SelectionDAG *CurDAG, const SDLoc &DL, const MVT VT, in selectImmSeq()
204 static SDValue selectImm(SelectionDAG *CurDAG, const SDLoc &DL, const MVT VT, in selectImm()
239 static SDValue createTuple(SelectionDAG &CurDAG, ArrayRef<SDValue> Regs, in createTuple()
2446 static bool selectConstantAddr(SelectionDAG *CurDAG, const SDLoc &DL, in selectConstantAddr()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h52 SelectionDAG *CurDAG; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp2240 SelectionDAG *CurDAG, SDLoc DL) { in pickOpcodeForVectorStParam()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1304 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp800 static void moveBelowOrigChain(SelectionDAG *CurDAG, SDValue Load, in moveBelowOrigChain()
3426 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1586 static inline SDValue getAL(SelectionDAG *CurDAG, const SDLoc &dl) { in getAL()
5371 SelectionDAG *CurDAG, in getIntOperandsFromRegisterString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2693 SelectionDAG *CurDAG) { in HandleMergeInputChains()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp974 static SDValue performMADD_MSUBCombine(SDNode *ROOTNode, SelectionDAG &CurDAG, in performMADD_MSUBCombine()