Lines Matching +defs:d +defs:DL
917 SDNode *SelectionDAG::GetBinarySDNode(unsigned Opcode, const SDLoc &DL, in GetBinarySDNode()
956 const SDLoc &DL, void *&InsertPos) { in FindNodeOrInsertPos()
1001 SDValue SelectionDAG::getAnyExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) { in getAnyExtOrTrunc()
1007 SDValue SelectionDAG::getSExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) { in getSExtOrTrunc()
1013 SDValue SelectionDAG::getZExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) { in getZExtOrTrunc()
1028 SDValue SelectionDAG::getZeroExtendInReg(SDValue Op, const SDLoc &DL, EVT VT) { in getZeroExtendInReg()
1040 SDValue SelectionDAG::getAnyExtendVectorInReg(SDValue Op, const SDLoc &DL, in getAnyExtendVectorInReg()
1051 SDValue SelectionDAG::getSignExtendVectorInReg(SDValue Op, const SDLoc &DL, in getSignExtendVectorInReg()
1062 SDValue SelectionDAG::getZeroExtendVectorInReg(SDValue Op, const SDLoc &DL, in getZeroExtendVectorInReg()
1075 SDValue SelectionDAG::getNOT(const SDLoc &DL, SDValue Val, EVT VT) { in getNOT()
1082 SDValue SelectionDAG::getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT) { in getLogicalNOT()
1098 SDValue SelectionDAG::getConstant(uint64_t Val, const SDLoc &DL, EVT VT, in getConstant()
1107 SDValue SelectionDAG::getConstant(const APInt &Val, const SDLoc &DL, EVT VT, in getConstant()
1112 SDValue SelectionDAG::getConstant(const ConstantInt &Val, const SDLoc &DL, in getConstant()
1202 SDValue SelectionDAG::getIntPtrConstant(uint64_t Val, const SDLoc &DL, in getIntPtrConstant()
1207 SDValue SelectionDAG::getConstantFP(const APFloat &V, const SDLoc &DL, EVT VT, in getConstantFP()
1212 SDValue SelectionDAG::getConstantFP(const ConstantFP &V, const SDLoc &DL, in getConstantFP()
1243 SDValue SelectionDAG::getConstantFP(double Val, const SDLoc &DL, EVT VT, in getConstantFP()
1261 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, in getGlobalAddress()
1882 const DataLayout &DL = getDataLayout(); in CreateStackTemporary() local
2844 static SDValue FoldCONCAT_VECTORS(const SDLoc &DL, EVT VT, in FoldCONCAT_VECTORS()
2884 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT) { in getNode()
2899 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode()
3267 SDValue SelectionDAG::FoldConstantArithmetic(unsigned Opcode, const SDLoc &DL, in FoldConstantArithmetic()
3300 SDValue SelectionDAG::FoldConstantArithmetic(unsigned Opcode, const SDLoc &DL, in FoldConstantArithmetic()
3370 const SDLoc &DL, EVT VT, in FoldConstantVectorArithmetic()
3460 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode()
3935 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode()
4036 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode()
4042 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode()
4154 const SDLoc &DL) { in getMemBasePlusOffset()
5465 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode()
5481 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode()
5543 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, in getNode()
5548 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, in getNode()
5596 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, in getNode()
5601 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, in getNode()
5607 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, in getNode()
5613 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, in getNode()
5619 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, in getNode()
5625 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, in getNode()
6146 MachineSDNode *SelectionDAG::getMachineNode(unsigned Opcode, const SDLoc &DL, in getMachineNode()
6175 SDValue SelectionDAG::getTargetExtractSubreg(int SRIdx, const SDLoc &DL, EVT VT, in getTargetExtractSubreg()
6185 SDValue SelectionDAG::getTargetInsertSubreg(int SRIdx, const SDLoc &DL, EVT VT, in getTargetInsertSubreg()
6216 const DebugLoc &DL, unsigned O) { in getDbgValue()
6226 const DebugLoc &DL, unsigned O) { in getConstantDbgValue()
6235 const DebugLoc &DL, in getFrameIndexDbgValue()
6259 RAUWUpdateListener(SelectionDAG &d, in RAUWUpdateListener()
6710 const DebugLoc &DL, in GlobalAddressSDNode()
7077 SelectionDAG::SplitVector(const SDValue &N, const SDLoc &DL, const EVT &LoVT, in SplitVector()