Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp66 static SDNode *selectImm(SelectionDAG *CurDAG, const SDLoc &DL, int64_t Imm, in selectImm()
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp218 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp217 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp551 static SDValue narrowIfNeeded(SelectionDAG *CurDAG, SDValue N) { in narrowIfNeeded()
763 static SDValue Widen(SelectionDAG *CurDAG, SDValue N) { in Widen()
1418 static bool isBitfieldExtractOpFromAnd(SelectionDAG *CurDAG, SDNode *N, in isBitfieldExtractOpFromAnd()
1678 static bool isBitfieldExtractOp(SelectionDAG *CurDAG, SDNode *N, unsigned &Opc, in isBitfieldExtractOp()
1956 static SDValue getLeftShift(SelectionDAG *CurDAG, SDValue Op, int ShlAmount) { in getLeftShift()
1986 static bool isBitfieldPositioningOp(SelectionDAG *CurDAG, SDValue Op, in isBitfieldPositioningOp()
2047 static bool tryBitfieldInsertOpFromOrAndImm(SDNode *N, SelectionDAG *CurDAG) { in tryBitfieldInsertOpFromOrAndImm()
2137 SelectionDAG *CurDAG) { in tryBitfieldInsertOpFromOr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp671 static SDValue narrowIfNeeded(SelectionDAG *CurDAG, SDValue N) { in narrowIfNeeded()
908 static SDValue Widen(SelectionDAG *CurDAG, SDValue N) { in Widen()
1570 static bool isBitfieldExtractOpFromAnd(SelectionDAG *CurDAG, SDNode *N, in isBitfieldExtractOpFromAnd()
1861 static bool isBitfieldExtractOp(SelectionDAG *CurDAG, SDNode *N, unsigned &Opc, in isBitfieldExtractOp()
2168 static SDValue getLeftShift(SelectionDAG *CurDAG, SDValue Op, int ShlAmount) { in getLeftShift()
2198 static bool isBitfieldPositioningOp(SelectionDAG *CurDAG, SDValue Op, in isBitfieldPositioningOp()
2258 static bool tryBitfieldInsertOpFromOrAndImm(SDNode *N, SelectionDAG *CurDAG) { in tryBitfieldInsertOpFromOrAndImm()
2347 SelectionDAG *CurDAG) { in tryBitfieldInsertOpFromOr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp888 static SDNode *selectI64ImmDirect(SelectionDAG *CurDAG, const SDLoc &dl, in selectI64ImmDirect()
973 static SDNode *selectI64Imm(SelectionDAG *CurDAG, const SDLoc &dl, in selectI64Imm()
1033 static unsigned allUsesTruncate(SelectionDAG *CurDAG, SDNode *N) { in allUsesTruncate()
1090 static SDNode *selectI64Imm(SelectionDAG *CurDAG, SDNode *N) { in selectI64Imm()
2412 SelectionDAG *CurDAG = nullptr; member in __anon6564bac90411::BitPermutationSelector
2468 SelectionDAG *CurDAG; member in __anon6564bac90411::IntegerCompareEliminator
3569 static bool allUsesExtend(SDValue Compare, SelectionDAG *CurDAG) { in allUsesExtend()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h49 SelectionDAG *CurDAG; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h55 SelectionDAG *CurDAG; variable
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp680 static SDNode *getInt64Direct(SelectionDAG *CurDAG, const SDLoc &dl, in getInt64Direct()
755 static SDNode *getInt64(SelectionDAG *CurDAG, const SDLoc &dl, int64_t Imm) { in getInt64()
812 static SDNode *getInt64(SelectionDAG *CurDAG, SDNode *N) { in getInt64()
1903 SelectionDAG *CurDAG; member in __anona95ce0e70411::BitPermutationSelector
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp464 static void moveBelowOrigChain(SelectionDAG *CurDAG, SDValue Load, in moveBelowOrigChain()
1797 SDValue StoredVal, SelectionDAG *CurDAG, in isLoadIncOrDecStore()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp392 static bool selectMADD(SDNode *ADDENode, SelectionDAG *CurDAG) { in selectMADD()
464 static bool selectMSUB(SDNode *SUBENode, SelectionDAG *CurDAG) { in selectMSUB()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1244 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1467 static inline SDValue getAL(SelectionDAG *CurDAG, const SDLoc &dl) { in getAL()
3735 SelectionDAG *CurDAG, in getIntOperandsFromRegisterString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp729 static void moveBelowOrigChain(SelectionDAG *CurDAG, SDValue Load, in moveBelowOrigChain()
2872 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1512 static inline SDValue getAL(SelectionDAG *CurDAG, const SDLoc &dl) { in getAL()
4545 SelectionDAG *CurDAG, in getIntOperandsFromRegisterString()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2357 SelectionDAG *CurDAG) { in HandleMergeInputChains()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2367 SelectionDAG *CurDAG) { in HandleMergeInputChains()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp963 static SDValue performMADD_MSUBCombine(SDNode *ROOTNode, SelectionDAG &CurDAG, in performMADD_MSUBCombine()