/external/llvm/lib/CodeGen/ |
RegAllocFast.cpp | 304 DebugLoc DL = DBG->getDebugLoc(); [all...] |
IfConversion.cpp | 453 DebugLoc dl; // FIXME: this is nowhere [all...] |
MachineInstr.cpp | 647 DebugLoc dl, bool NoImp) 650 debugLoc(std::move(dl)) { 651 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor"); 670 debugLoc(MI.getDebugLoc()) { 671 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor"); [all...] |
MIRPrinter.cpp | 368 raw_string_ostream StrOS(Object.DebugLoc.Value);
|
MachineFunction.cpp | 206 DebugLoc DL, bool NoImp) { [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGSDNodes.cpp | 777 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), Reg) 786 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase) [all...] |
FunctionLoweringInfo.cpp | 257 DebugLoc DL = PN->getDebugLoc();
|
InstrEmitter.cpp | 443 MVT VT, DebugLoc DL) { 654 DebugLoc DL = SD->getDebugLoc(); [all...] |
SelectionDAG.cpp | 906 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseRegisterInfo.cpp | 383 DebugLoc dl, 565 DebugLoc DL; // Defaults to "unknown"
|
ARMBaseInstrInfo.cpp | 397 DebugLoc DL) const { 703 MachineBasicBlock::iterator I, DebugLoc DL, 850 DebugLoc DL; [all...] |
/external/llvm/lib/Target/BPF/ |
BPFISelLowering.cpp | 43 DebugLoc DLoc; 541 DebugLoc DL = MI->getDebugLoc();
|
/external/llvm/lib/Transforms/Scalar/ |
LoopIdiomRecognize.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.cpp | 222 llvm::DebugLoc CodeGenFunction::EmitReturnBlock() { 237 return llvm::DebugLoc(); 248 // Record/return the DebugLoc of the simple 'return' expression to be used 250 llvm::DebugLoc Loc = BI->getDebugLoc(); 263 return llvm::DebugLoc(); 318 llvm::DebugLoc Loc = EmitReturnBlock(); [all...] |
/external/llvm/include/llvm/IR/ |
IRBuilder.h | 54 DebugLoc CurDbgLocation; 111 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } 114 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } 192 DebugLoc DbgLoc; [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ConditionalCompares.cpp | 573 DebugLoc TermDL = Head->getFirstTerminator()->getDebugLoc();
|
AArch64CollectLOH.cpp | [all...] |
/external/llvm/lib/Transforms/Utils/ |
LoopUnroll.cpp | 253 DebugLoc LoopLoc = L->getStartLoc();
|
/external/llvm/lib/Target/Hexagon/ |
HexagonExpandCondsets.cpp | 688 DebugLoc DL = MI->getDebugLoc(); [all...] |
HexagonVLIWPacketizer.cpp | 256 auto *ExtMI = MF.CreateMachineInstr(HII->get(Hexagon::A4_ext), DebugLoc()); 764 MachineInstr *NewMI = MF.CreateMachineInstr(D, DebugLoc()); [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 26 #include "llvm/IR/DebugLoc.h" 474 const DebugLoc &Loc = I->getDebugLoc(); 538 const DebugLoc &Loc = I->getDebugLoc(); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | [all...] |
/external/llvm/lib/Target/AMDGPU/ |
R600InstrInfo.cpp | 48 MachineBasicBlock::iterator MI, DebugLoc DL, 780 DebugLoc DL) const { [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | [all...] |