HomeSort by relevance Sort by last modified time
    Searched refs:DebugLoc (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 66 DebugLoc DL) const;
110 MachineBasicBlock::iterator I, DebugLoc DL,
132 DebugLoc DL) const;
352 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
358 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
363 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
Thumb1RegisterInfo.h 40 DebugLoc dl,
Thumb1FrameLowering.cpp 40 const TargetInstrInfo &TII, DebugLoc dl,
60 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
229 DebugLoc dl = MBBI->getDebugLoc();
318 DebugLoc DL;
362 DebugLoc DL = MI->getDebugLoc();
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 79 DebugLoc DL;
85 MachineBasicBlock::iterator I, DebugLoc DL,
97 DebugLoc DL;
107 DebugLoc DL;
190 DebugLoc DL) const {
291 BuildMI(FirstMBB, MBBI, DebugLoc(), TII->get(TargetOpcode::COPY),
MBlazeInstrInfo.h 205 DebugLoc DL) const;
212 MachineBasicBlock::iterator I, DebugLoc DL,
  /external/llvm/lib/Target/Mips/
MipsExpandPseudo.cpp 91 DebugLoc dl = I->getDebugLoc();
107 DebugLoc dl = I->getDebugLoc();
MipsInstrInfo.cpp 97 DebugLoc DL;
103 MachineBasicBlock::iterator I, DebugLoc DL,
170 DebugLoc DL;
196 DebugLoc DL;
218 DebugLoc DL) const {
356 MachineBasicBlock *TBB, DebugLoc DL,
373 DebugLoc DL) const {
453 BuildMI(FirstMBB, MBBI, DebugLoc(), TII->get(TargetOpcode::COPY),
MipsFrameLowering.cpp 122 DebugLoc DL = I->getDebugLoc();
147 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
274 DebugLoc dl = MBBI->getDebugLoc();
  /external/llvm/lib/VMCore/
Android.mk 11 DebugLoc.cpp \
  /external/llvm/include/llvm/CodeGen/
FastISel.h 51 DebugLoc DL;
87 DebugLoc getCurDebugLoc() const { return DL; }
131 DebugLoc DL;
324 void FastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL);
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...]
  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.cpp 91 DebugLoc DL) const {
122 MachineBasicBlock::iterator MI, DebugLoc DL,
152 DebugLoc DL;
179 DebugLoc DL;
321 DebugLoc DL;
351 BuildMI(FirstMBB, MBBI, DebugLoc(), TII->get(TargetOpcode::COPY),
376 BuildMI(FirstMBB, MBBI, DebugLoc(), TII->get(TargetOpcode::COPY),
AlphaFrameLowering.cpp 52 DebugLoc dl = (MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc());
113 DebugLoc dl = MBBI->getDebugLoc();
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 746 DebugLoc dl, SelectionDAG &DAG,
751 DebugLoc dl, SelectionDAG &DAG,
755 DebugLoc dl, SelectionDAG &DAG,
776 int FPDiff, DebugLoc dl) const;
784 SDValue LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl,
    [all...]
X86VZeroUpper.cpp 94 DebugLoc dl = I->getDebugLoc();
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 278 DebugLoc DL)const{
335 MachineBasicBlock::iterator I, DebugLoc DL,
368 DebugLoc DL;
382 DebugLoc DL;
392 DebugLoc DL) const {
XCoreFrameLowering.cpp 47 unsigned DstReg, int Offset, DebugLoc dl,
62 unsigned SrcReg, int Offset, DebugLoc dl,
100 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
220 DebugLoc dl = MBBI->getDebugLoc();
287 DebugLoc DL;
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 81 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
102 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
232 DebugLoc DL;
307 DebugLoc DL;
SystemZISelLowering.cpp 240 DebugLoc dl,
261 DebugLoc dl, SelectionDAG &DAG,
286 DebugLoc dl,
380 DebugLoc dl, SelectionDAG &DAG,
514 DebugLoc dl, SelectionDAG &DAG,
558 DebugLoc dl, SelectionDAG &DAG) const {
683 DebugLoc dl = LHS.getDebugLoc();
695 DebugLoc dl = Op.getDebugLoc();
710 DebugLoc dl = Op.getDebugLoc();
727 DebugLoc dl = Op.getDebugLoc()
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 92 uintptr_t Address, DebugLoc Loc) {
118 // Now we convert the line number information from the address/DebugLoc
126 DebugLoc FirstLoc = Details.LineStarts[0].Loc;
  /external/llvm/lib/Target/PTX/
PTXSelectionDAGInfo.cpp 29 PTXSelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
142 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 63 DebugLoc dl = MI.getDebugLoc();
79 DebugLoc dl = MI.getDebugLoc();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 211 DebugLoc dl = N->getDebugLoc();
267 DebugLoc dl = N->getDebugLoc();
286 DebugLoc dl = N->getDebugLoc();
312 DebugLoc dl = N->getDebugLoc();
332 DebugLoc dl = N->getDebugLoc();
343 DebugLoc dl = N->getDebugLoc();
352 DebugLoc dl = N->getDebugLoc();
375 DebugLoc dl = N->getDebugLoc();
385 DebugLoc dl = N->getDebugLoc();
416 DebugLoc dl = N->getDebugLoc()
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 40 DebugLoc DL;
69 DebugLoc DL;
92 MachineBasicBlock::iterator I, DebugLoc DL,
269 DebugLoc DL) const {
  /external/llvm/include/llvm/
Instruction.h 20 #include "llvm/Support/DebugLoc.h"
35 DebugLoc DbgLoc; // 'dbg' Metadata cache.
174 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
176 /// getDebugLoc - Return the debug location for this node as a DebugLoc.
177 const DebugLoc &getDebugLoc() const { return DbgLoc; }

Completed in 1132 milliseconds

1 23 4 5 6 7 8