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

1 23 4 5 6 7 8 910

  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 42 DebugLoc DL;
69 DebugLoc DL;
90 MachineBasicBlock::iterator I, DebugLoc DL,
264 DebugLoc DL) const {
  /external/llvm/include/llvm/IR/
Instruction.h 20 #include "llvm/IR/DebugLoc.h"
42 DebugLoc DbgLoc; // 'dbg' Metadata cache.
228 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
230 /// getDebugLoc - Return the debug location for this node as a DebugLoc.
231 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 53 DebugLoc DL;
99 DebugLoc DL, ArrayRef<MachineOperand> Cond) const {
117 ArrayRef<MachineOperand> Cond, DebugLoc DL) const {
Mips16ISelDAGToDAG.cpp 76 DebugLoc DL;
106 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
MipsSEInstrInfo.cpp 80 MachineBasicBlock::iterator I, DebugLoc DL,
184 DebugLoc DL;
252 DebugLoc DL;
431 DebugLoc DL;
450 MachineBasicBlock::iterator II, DebugLoc DL,
543 DebugLoc DL = I->getDebugLoc();
570 DebugLoc DL = I->getDebugLoc();
592 DebugLoc dl = I->getDebugLoc();
631 DebugLoc dl = I->getDebugLoc();
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 132 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
153 DebugLoc DL) const override;
171 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
SystemZFrameLowering.cpp 137 DebugLoc DL;
226 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
288 const DebugLoc &DL,
329 DebugLoc DL;
436 DebugLoc DL = MBBI->getDebugLoc();
454 DebugLoc DL = MBBI->getDebugLoc();
  /frameworks/compile/libbcc/lib/Renderscript/
RSAddDebugInfoPass.cpp 205 llvm::DebugLoc::get(1, 1, ExpandedFunc), loadedVar);
223 llvm::DebugLoc::get(1, 1, ExpandedFunc), indexVar);
229 inst.setDebugLoc(llvm::DebugLoc::get(1, 1, ExpandedFunc));
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 132 DebugLoc DL) const override;
178 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
469 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
475 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
480 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
Thumb1FrameLowering.cpp 44 const TargetInstrInfo &TII, DebugLoc dl,
64 DebugLoc dl = Old->getDebugLoc();
106 DebugLoc dl;
326 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
480 DebugLoc dl = DebugLoc();
581 DebugLoc DL;
622 DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc() : DebugLoc();
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 280 DebugLoc DL)const{
333 MachineBasicBlock::iterator I, DebugLoc DL,
366 DebugLoc DL;
388 DebugLoc DL;
433 DebugLoc dl;
XCoreRegisterInfo.cpp 67 DebugLoc dl = MI.getDebugLoc();
100 DebugLoc dl = MI.getDebugLoc();
134 DebugLoc dl = MI.getDebugLoc();
168 DebugLoc dl = MI.getDebugLoc();
XCoreFrameLowering.cpp 63 MachineBasicBlock::iterator MBBI, DebugLoc dl,
73 MachineBasicBlock::iterator MBBI, DebugLoc dl,
83 MachineBasicBlock::iterator MBBI, DebugLoc dl,
99 MachineBasicBlock::iterator MBBI, DebugLoc dl,
123 MachineBasicBlock::iterator MBBI, DebugLoc dl,
192 DebugLoc dl, const TargetInstrInfo &TII, int &RemainingAdj,
233 DebugLoc dl;
348 DebugLoc dl = MBBI->getDebugLoc();
427 DebugLoc DL;
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 82 DebugLoc DL;
87 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {}
115 DebugLoc dl; ///< The debug location for the variable. This is
143 DebugLoc L, LocMap::Allocator &alloc)
270 /// getDebugLoc - Return DebugLoc of this UserValue.
271 DebugLoc getDebugLoc() { return dl;}
305 unsigned Offset, bool IsIndirect, DebugLoc DL);
358 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS,
370 DebugLoc InlinedAtDL = DL.getInlinedAt();
386 if (DebugLoc InlinedAtDL = InlinedAt)
    [all...]
ImplicitNullChecks.cpp 355 DebugLoc DL;
381 DebugLoc DL;
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 246 DebugLoc Loc = DebugLoc::get(3, 2, Subprogram);
249 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram));
252 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram));
348 const DebugLoc& OldDL = OldI.getDebugLoc();
349 const DebugLoc& NewDL = NewI.getDebugLoc();
  /external/llvm/include/llvm/CodeGen/
FastISel.h 198 DebugLoc DbgLoc;
235 DebugLoc getCurDebugLoc() const { return DbgLoc; }
300 DebugLoc DL;
451 void fastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL);
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp 80 void WinCodeViewLineTables::maybeRecordLocation(DebugLoc DL,
344 DebugLoc PrologEndLoc;
365 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc();
391 DebugLoc DL = MI->getDebugLoc();
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 87 MVT VT, DebugLoc DL);
  /external/llvm/lib/Target/BPF/
BPFRegisterInfo.cpp 52 DebugLoc DL = MI.getDebugLoc();
  /external/mesa3d/src/gallium/drivers/radeon/
SIAssignInterpRegs.cpp 130 BuildMI(MF->front(), MF->front().begin(), DebugLoc(),
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 65 MachineBasicBlock::iterator MI, DebugLoc DL,
167 DebugLoc DL) const override;
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 34 MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL,
231 ArrayRef<MachineOperand> Cond, DebugLoc DL) const {
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 111 DebugLoc dl,
171 DebugLoc dl = MI.getDebugLoc();
SparcInstrInfo.cpp 233 DebugLoc DL) const {
281 MachineBasicBlock::iterator I, DebugLoc DL,
374 DebugLoc DL;
413 DebugLoc DL;
462 DebugLoc dl;

Completed in 495 milliseconds

1 23 4 5 6 7 8 910