Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp210 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp527 static SDValue narrowIfNeeded(SelectionDAG *CurDAG, SDValue N) { in narrowIfNeeded()
690 static SDValue Widen(SelectionDAG *CurDAG, SDValue N) { in Widen()
1341 static bool isBitfieldExtractOpFromAnd(SelectionDAG *CurDAG, SDNode *N, in isBitfieldExtractOpFromAnd()
1548 static bool isBitfieldExtractOp(SelectionDAG *CurDAG, SDNode *N, unsigned &Opc, in isBitfieldExtractOp()
1808 static SDValue getLeftShift(SelectionDAG *CurDAG, SDValue Op, int ShlAmount) { in getLeftShift()
1837 static bool isBitfieldPositioningOp(SelectionDAG *CurDAG, SDValue Op, in isBitfieldPositioningOp()
1890 unsigned &ImmS, SelectionDAG *CurDAG) { in isBitfieldInsertOpFromOr()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h49 SelectionDAG *CurDAG; variable
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp377 static void MoveBelowOrigChain(SelectionDAG *CurDAG, SDValue Load, in MoveBelowOrigChain()
1713 static SDValue getAtomicLoadArithTargetConstant(SelectionDAG *CurDAG, in getAtomicLoadArithTargetConstant()
1940 SDValue StoredVal, SelectionDAG *CurDAG, in isLoadIncOrDecStore()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp625 static SDNode *SelectInt64Direct(SelectionDAG *CurDAG, SDLoc dl, int64_t Imm) { in SelectInt64Direct()
699 static SDNode *SelectInt64(SelectionDAG *CurDAG, SDLoc dl, int64_t Imm) { in SelectInt64()
756 static SDNode *SelectInt64(SelectionDAG *CurDAG, SDNode *N) { in SelectInt64()
1853 SelectionDAG *CurDAG; member in __anon7bd595e20411::BitPermutationSelector
/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/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2246 SelectionDAG *CurDAG) { in HandleMergeInputChains()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1438 static inline SDValue getAL(SelectionDAG *CurDAG) { in getAL()