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

/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp211 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h49 SelectionDAG *CurDAG; member in class:llvm::SelectionDAGISel
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2228 HandleMergeInputChains(SmallVectorImpl<SDNode*> &ChainNodesMatched, SelectionDAG *CurDAG) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp547 static SDValue narrowIfNeeded(SelectionDAG *CurDAG, SDValue N) { argument
759 Widen(SelectionDAG *CurDAG, SDValue N) argument
1420 isBitfieldExtractOpFromAnd(SelectionDAG *CurDAG, SDNode *N, unsigned &Opc, SDValue &Opd0, unsigned &LSB, unsigned &MSB, unsigned NumberOfIgnoredLowBits, bool BiggerPattern) argument
1623 isBitfieldExtractOp(SelectionDAG *CurDAG, SDNode *N, unsigned &Opc, SDValue &Opd0, unsigned &Immr, unsigned &Imms, unsigned NumberOfIgnoredLowBits = 0, bool BiggerPattern = false) argument
1884 getLeftShift(SelectionDAG *CurDAG, SDValue Op, int ShlAmount) argument
1914 isBitfieldPositioningOp(SelectionDAG *CurDAG, SDValue Op, bool BiggerPattern, SDValue &Src, int &ShiftAmount, int &MaskWidth) argument
1975 isBitfieldInsertOpFromOr(SDNode *N, unsigned &Opc, SDValue &Dst, SDValue &Src, unsigned &ImmR, unsigned &ImmS, const APInt &UsefulBits, SelectionDAG *CurDAG) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1471 getAL(SelectionDAG *CurDAG, SDLoc dl) argument
3364 getIntOperandsFromRegisterString(StringRef RegString, SelectionDAG *CurDAG, SDLoc DL, std::vector<SDValue>& Ops) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp392 static bool selectMADD(SDNode *ADDENode, SelectionDAG *CurDAG) { argument
464 static bool selectMSUB(SDNode *SUBENode, SelectionDAG *CurDAG) { argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp683 SelectInt64Direct(SelectionDAG *CurDAG, SDLoc dl, int64_t Imm) argument
757 SelectInt64(SelectionDAG *CurDAG, SDLoc dl, int64_t Imm) argument
814 SelectInt64(SelectionDAG *CurDAG, SDNode *N) argument
1905 SelectionDAG *CurDAG; member in class:__anon2979::BitPermutationSelector
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp461 moveBelowOrigChain(SelectionDAG *CurDAG, SDValue Load, SDValue Call, SDValue OrigChain) argument
1844 getAtomicLoadArithTargetConstant(SelectionDAG *CurDAG, SDLoc dl, enum AtomicOpc &Op, MVT NVT, SDValue Val, const X86Subtarget *Subtarget) argument
2069 isLoadIncOrDecStore(StoreSDNode *StoreNode, unsigned Opc, SDValue StoredVal, SelectionDAG *CurDAG, LoadSDNode* &LoadNode, SDValue &InputChain) argument
[all...]

Completed in 92 milliseconds