HomeSort by relevance Sort by last modified time
    Searched refs:debugLoc (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h 27 #include "llvm/Support/DebugLoc.h"
78 DebugLoc debugLoc; // Source line information.
96 // The next two constructors have DebugLoc and non-DebugLoc versions;
97 // over time, the non-DebugLoc versions should be phased out and eventually
102 /// by the MCInstrDesc. The version with a DebugLoc should be preferred.
107 /// block. The version with a DebugLoc should be preferred.
112 /// MCInstrDesc. An explicit DebugLoc is supplied.
113 explicit MachineInstr(const MCInstrDesc &MCID, const DebugLoc dl
    [all...]
SelectionDAGNodes.h 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
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 26 #include "llvm/IR/DebugLoc.h"
107 DebugLoc debugLoc; // Source line information.
132 /// MCInstrDesc. An explicit DebugLoc is supplied.
133 MachineInstr(MachineFunction &, const MCInstrDesc &MCID, DebugLoc dl,
263 const DebugLoc &getDebugLoc() const { return debugLoc; }
    [all...]
SelectionDAGNodes.h 34 #include "llvm/IR/DebugLoc.h"
172 inline const DebugLoc &getDebugLoc() const;
438 DebugLoc debugLoc;
530 const DebugLoc &getDebugLoc() const { return debugLoc; }
534 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
817 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
821 debugLoc(std::move(dl))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp 499 /// MachineInstr ctor - As above, but with a DebugLoc.
500 MachineInstr::MachineInstr(const MCInstrDesc &tid, const DebugLoc dl,
503 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
530 /// MachineInstr ctor - As above, but with a DebugLoc.
532 MachineInstr::MachineInstr(MachineBasicBlock *MBB, const DebugLoc dl,
535 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
551 Parent(0), debugLoc(MI.getDebugLoc()) {
780 // If DebugLoc does not match then two dbg.values are not identical.
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 653 DebugLoc dl, bool NoImp)
656 debugLoc(std::move(dl))
662 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
680 MemRefs(MI.MemRefs), debugLoc(MI.getDebugLoc())
686 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
    [all...]

Completed in 138 milliseconds