HomeSort by relevance Sort by last modified time
    Searched refs:getDebugLoc (Results 101 - 125 of 202) sorted by null

1 2 3 45 6 7 8 9

  /external/llvm/include/llvm/Analysis/
LoopInfo.h 467 StartLoc = HeadBB->getTerminator()->getDebugLoc();
476 StartLoc = HeadBB->getTerminator()->getDebugLoc();
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 101 if (!I.getDebugLoc().isUnknown()) {
103 I.getDebugLoc().getScopeAndInlinedAt(Scope, IA, I.getContext());
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 131 if (I != MBB.end()) DL = I->getDebugLoc();
181 if (I != MBB.end()) DL = I->getDebugLoc();
ARMFrameLowering.cpp 177 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
574 DebugLoc dl = MBBI->getDebugLoc();
809 if (MI != MBB.end()) DL = MI->getDebugLoc();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 277 return BuildMI(MF, MI->getDebugLoc(), MI->getDesc())
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 356 if (I != MBB.end()) DL = I->getDebugLoc();
394 if (I != MBB.end()) DL = I->getDebugLoc();
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 307 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
548 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp 542 DebugLoc DLoc = Inst.getDebugLoc();
    [all...]
LoopIdiomRecognize.cpp 500 const DebugLoc DL = CntInst->getDebugLoc();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 101 if (!I->getDebugLoc().isUnknown()) {
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 101 if (!I->getDebugLoc().isUnknown()) {
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 101 if (!I->getDebugLoc().isUnknown()) {
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 110 MachineInstrBuilder MIB = BuildMI(*MBB.getParent(), FirstMI->getDebugLoc(),
LiveDebugVariables.cpp 275 /// getDebugLoc - Return DebugLoc of this UserValue.
276 DebugLoc getDebugLoc() { return dl;}
468 UserValue *UV = getUserValue(Var, Offset, IsIndirect, MI->getDebugLoc());
690 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
    [all...]
RegAllocFast.cpp 308 DL = (--EI)->getDebugLoc();
310 DL = MI->getDebugLoc();
867 DebugLoc DL = MI->getDebugLoc();
    [all...]
MachineInstr.cpp 571 debugLoc(MI.getDebugLoc()) {
847 if (!getDebugLoc().isUnknown() && !Other->getDebugLoc().isUnknown()
848 && getDebugLoc() != Other->getDebugLoc())
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 704 DebugLoc DL = (InsertPos != PH->end()) ? InsertPos->getDebugLoc()
    [all...]
HexagonVLIWPacketizer.cpp 279 MI->getDebugLoc());
297 MI->getDebugLoc());
309 MI->getDebugLoc());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 312 I->getDebugLoc(), TII->get(NewOpc))
540 BuildMI(*I->getParent(), I, I->getDebugLoc(), TII->get(NewOpc))
583 BuildMI(*I->getParent(), I, I->getDebugLoc(), TII->get(NewOpc))
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 623 if (instr->getDebugLoc().isUnknown() == false)
624 DL = instr->getDebugLoc();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 371 CurDAG->getEntryNode().getDebugLoc(),
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 536 New->setDebugLoc(getDebugLoc());

Completed in 8521 milliseconds

1 2 3 45 6 7 8 9