Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp217 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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 __anon9a8fa64b0411::BitPermutationSelector
2468 SelectionDAG *CurDAG; member in __anon9a8fa64b0411::IntegerCompareEliminator
3569 static bool allUsesExtend(SDValue Compare, SelectionDAG *CurDAG) { in allUsesExtend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h55 SelectionDAG *CurDAG; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1244 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2367 SelectionDAG *CurDAG) { in HandleMergeInputChains()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp963 static SDValue performMADD_MSUBCombine(SDNode *ROOTNode, SelectionDAG &CurDAG, in performMADD_MSUBCombine()