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

1 2 3 4 5 67 8 910

  /external/llvm/lib/IR/
BasicBlock.cpp 369 // Save DebugLoc of split point before invalidating iterator.
370 DebugLoc Loc = I->getDebugLoc();
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 321 DebugLoc DL; // Defaults to "unknown"
AArch64InstrInfo.cpp 246 MachineBasicBlock &MBB, DebugLoc DL, MachineBasicBlock *TBB,
264 ArrayRef<MachineOperand> Cond, DebugLoc DL) const {
402 MachineBasicBlock::iterator I, DebugLoc DL,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 291 DebugLoc DL = MX.At->getDebugLoc();
HexagonHardwareLoops.cpp 791 DebugLoc DL;
    [all...]
HexagonNewValueJump.cpp 630 DebugLoc dl = MI->getDebugLoc();
HexagonStoreWidening.cpp 424 DebugLoc DL = OG.back()->getDebugLoc();
HexagonInstrInfo.cpp 482 ArrayRef<MachineOperand> Cond, DebugLoc DL) const {
597 MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg,
707 DebugLoc DL = MBB.findDebugLoc(I);
737 DebugLoc DL = MBB.findDebugLoc(I);
771 DebugLoc DL = MI->getDebugLoc();
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 338 DebugLoc prevDebugLoc;
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 504 DebugLoc dl = MI->getDebugLoc();
734 DebugLoc dl = MI->getDebugLoc();
829 DebugLoc dl = MI->getDebugLoc();
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 527 DebugLoc DL = MI->getDebugLoc();
588 DebugLoc DL = MI->getDebugLoc();
652 DebugLoc DL = MI->getDebugLoc();
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 748 DebugLoc DL;
774 AliasSetTracker &ast, LoopInfo &li, DebugLoc dl, int alignment,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 366 DebugLoc OldDL = DbgLoc;
368 DbgLoc = DebugLoc();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 433 DebugLoc DL;
640 DebugLoc DL) const {
724 MachineBasicBlock::iterator MI, DebugLoc dl,
815 MachineBasicBlock::iterator I, DebugLoc DL,
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 831 return Builder.SetCurrentDebugLocation(DebugLoc());
838 DebugLoc::get(AST->getLine(), AST->getCol(), Scope));
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 23 #include "llvm/IR/DebugLoc.h"
424 DebugLoc DL,
SelectionDAG.h     [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 384 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(),
  /external/llvm/lib/Target/AMDGPU/
R600OptimizeVectorRegisters.cpp 184 DebugLoc DL = Pos->getDebugLoc();
SIInstrInfo.h 99 MachineBasicBlock::iterator MI, DebugLoc DL,
  /external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 455 DebugLoc DL = FrameSetup->getDebugLoc();
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 165 // Set the DebugLoc of the inserted PHI, if available.
166 DebugLoc DL;
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 88 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc());
95 llvm::DebugLoc::get(0, 0, DI->LexicalBlockStack.back()));
103 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc)
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 560 parseMDNode(Loc, Object.DebugLoc, MF, PFS))
569 typecheckMDNode(DILoc, Loc, Object.DebugLoc, "DILocation", *this))

Completed in 1155 milliseconds

1 2 3 4 5 67 8 910