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

1 2 3 4 56 7 8 910

  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 564 DebugLoc DL = MI->getDebugLoc();
604 DebugLoc DL = MI->getDebugLoc();
677 DebugLoc DL = MI->getDebugLoc();
705 DebugLoc DL = MI->getDebugLoc();
737 DebugLoc DL = MI->getDebugLoc();
774 DebugLoc DL = MI->getDebugLoc();
894 DebugLoc DL = MI->getDebugLoc();
    [all...]
HexagonCopyToCombine.cpp 546 DebugLoc DL = InsertPt->getDebugLoc();
643 DebugLoc DL = InsertPt->getDebugLoc();
691 DebugLoc DL = InsertPt->getDebugLoc();
742 DebugLoc DL = InsertPt->getDebugLoc();
HexagonEarlyIfConv.cpp 711 DebugLoc DL;
810 DebugLoc DL;
829 DebugLoc DL = OldTI->getDebugLoc();
    [all...]
HexagonGenPredicate.cpp 248 DebugLoc DL = DefI->getDebugLoc();
368 DebugLoc DL = MI->getDebugLoc();
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 567 BuildMI(*BB, InsAt, DebugLoc(), TII->get(ARM::CONSTPOOL_ENTRY))
632 DebugLoc(), TII->get(JTOpcode))
    [all...]
Thumb2ITBlockPass.cpp 183 DebugLoc dl = MI->getDebugLoc();
Thumb2InstrInfo.cpp 113 MachineBasicBlock::iterator I, DebugLoc DL,
129 DebugLoc DL;
175 DebugLoc DL;
217 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 313 MachineBasicBlock::iterator MI, DebugLoc DL,
548 DebugLoc DL = MBB.findDebugLoc(MI);
637 DebugLoc DL = MBB.findDebugLoc(MI);
688 DebugLoc DL = MBB.findDebugLoc(MI);
696 DebugLoc DL = Insert->getDebugLoc();
792 DebugLoc DL = MBB.findDebugLoc(MI);
    [all...]
SIFrameLowering.cpp 162 DebugLoc DL;
SIRegisterInfo.cpp 214 DebugLoc DL = MI->getDebugLoc();
265 DebugLoc DL = MI->getDebugLoc();
  /external/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.cpp 153 DebugLoc LastLoc = LastMI->getDebugLoc();
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 746 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc());
845 Copies.push_back(BuildMI(*PredBB, Loc, DebugLoc(),
    [all...]
MachineBasicBlock.cpp 399 BuildMI(*this, I, DebugLoc(), TII.get(TargetOpcode::COPY), VirtReg)
421 DebugLoc DL; // FIXME: this is nowhere
723 DebugLoc DL; // FIXME: this is nowhere
    [all...]
MachineSSAUpdater.cpp 120 return BuildMI(*BB, I, DebugLoc(), TII->get(Opcode), NewVR);
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 201 Iter Branch, DebugLoc DL);
204 Iter Jump, DebugLoc DL);
509 Iter Branch, DebugLoc DL) {
532 Iter Jump, DebugLoc DL) {
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 186 DebugLoc dl = OldBranch->getDebugLoc();
PPCFrameLowering.cpp 307 DebugLoc dl = MI->getDebugLoc();
629 DebugLoc dl;
    [all...]
  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 69 DebugLoc DL = MBBI->getDebugLoc();
X86VZeroUpper.cpp 159 DebugLoc dl = I->getDebugLoc();
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 536 llvm::DebugLoc OriginalLocation;
543 ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc);
CGOpenMPRuntime.h 252 llvm::Value *DebugLoc;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 703 /// Find the next valid DebugLoc starting at MBBI, skipping any DBG_VALUE
705 DebugLoc findDebugLoc(instr_iterator MBBI);
706 DebugLoc findDebugLoc(iterator MBBI) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 341 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
580 // Get DebugLoc to report. CS will be invalid after Inliner.
581 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 449 DebugLoc EntryLoc;
452 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP);

Completed in 1360 milliseconds

1 2 3 4 56 7 8 910