Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:debugLoc

35 #include "llvm/Support/DebugLoc.h"
144 inline const DebugLoc getDebugLoc() const;
340 /// debugLoc - source line information.
341 DebugLoc debugLoc;
412 const DebugLoc getDebugLoc() const { return debugLoc; }
416 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
677 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs, const SDValue *Ops,
684 debugLoc(dl) {
694 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs)
698 debugLoc(dl) {}
802 inline const DebugLoc SDValue::getDebugLoc() const {
830 UnarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X)
841 BinarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y)
852 TernarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y,
874 : SDNode(ISD::HANDLENODE, DebugLoc(), getSDVTList(MVT::Other)) {
892 MemSDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, EVT MemoryVT,
895 MemSDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, const SDValue *Ops,
1016 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT,
1024 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT,
1032 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT,
1075 MemIntrinsicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTs,
1109 ShuffleVectorSDNode(EVT VT, DebugLoc dl, SDValue N1, SDValue N2,
1150 DebugLoc(), getSDVTList(VT)), Value(val) {
1175 DebugLoc(), getSDVTList(VT)), Value(val) {
1222 GlobalAddressSDNode(unsigned Opc, DebugLoc DL, const GlobalValue *GA, EVT VT,
1246 DebugLoc(), getSDVTList(VT)), FI(fi) {
1265 DebugLoc(), getSDVTList(VT)), JTI(jti), TargetFlags(TF) {
1291 DebugLoc(),
1299 DebugLoc(),
1347 : SDNode(ISD::BasicBlock, DebugLoc(), getSDVTList(MVT::Other)), MBB(mbb) {
1393 : SDNode(ISD::SRCVALUE, DebugLoc(), getSDVTList(MVT::Other)), V(v) {}
1409 : SDNode(ISD::MDNODE_SDNODE, DebugLoc(), getSDVTList(MVT::Other)), MD(md) {}
1425 : SDNode(ISD::Register, DebugLoc(), getSDVTList(VT)), Reg(reg) {
1443 : SDNode(NodeTy, DebugLoc(), getSDVTList(VT)),
1461 EHLabelSDNode(DebugLoc dl, SDValue ch, MCSymbol *L)
1481 DebugLoc(), getSDVTList(VT)), Symbol(Sym), TargetFlags(TF) {
1499 : SDNode(ISD::CONDCODE, DebugLoc(), getSDVTList(MVT::Other)),
1517 explicit CvtRndSatSDNode(EVT VT, DebugLoc dl, const SDValue *Ops,
1538 : SDNode(ISD::VALUETYPE, DebugLoc(), getSDVTList(MVT::Other)),
1562 LSBaseSDNode(ISD::NodeType NodeTy, DebugLoc dl, SDValue *Operands,
1600 LoadSDNode(SDValue *ChainPtrOff, DebugLoc dl, SDVTList VTs,
1631 StoreSDNode(SDValue *ChainValuePtrOff, DebugLoc dl, SDVTList VTs,
1668 MachineSDNode(unsigned Opc, const DebugLoc DL, SDVTList VTs)