|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Analysis/OptimizationRemarkEmitter.h 25 class DebugLoc;
include/llvm/CodeGen/MachineFunction.h 51 class DebugLoc;
References
examples/Kaleidoscope/Chapter9/toy.cpp 839 DebugLoc::get(AST->getLine(), AST->getCol(), Scope));
1273 DebugLoc::get(LineNo, 0, SP),
include/llvm/Analysis/LoopInfo.h 513 DebugLoc Start;
514 DebugLoc End;
518 LocRange(DebugLoc Start) : Start(Start), End(Start) {}
519 LocRange(DebugLoc Start, DebugLoc End)
519 LocRange(DebugLoc Start, DebugLoc End)
522 const DebugLoc &getStart() const { return Start; }
523 const DebugLoc &getEnd() const { return End; }
822 DebugLoc getStartLoc() const;
include/llvm/Analysis/ScalarEvolutionExpander.h 106 DebugLoc DbgLoc;
285 void SetCurrentDebugLocation(DebugLoc L) {
290 const DebugLoc &getCurrentDebugLocation() const {
include/llvm/CodeGen/DebugHandlerBase.h 67 DebugLoc PrevInstLoc;
73 DebugLoc PrologEndLoc;
include/llvm/CodeGen/FastISel.h 208 DebugLoc DbgLoc;
254 DebugLoc getCurDebugLoc() const { return DbgLoc; }
319 DebugLoc DL;
455 void fastEmitBranch(MachineBasicBlock *MSucc, const DebugLoc &DbgLoc);
include/llvm/CodeGen/GCMetadata.h 58 DebugLoc Loc;
60 GCPoint(MCSymbol *L, DebugLoc DL)
125 void addSafePoint(MCSymbol *Label, const DebugLoc &DL) {
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h 46 DebugLoc DL;
268 const DebugLoc &getDL() { return State.DL; }
321 void setDebugLoc(const DebugLoc &DL) { this->State.DL = DL; }
324 DebugLoc getDebugLoc() { return State.DL; }
include/llvm/CodeGen/MachineBasicBlock.h 752 DebugLoc findDebugLoc(instr_iterator MBBI);
753 DebugLoc findDebugLoc(iterator MBBI) {
759 DebugLoc findPrevDebugLoc(instr_iterator MBBI);
760 DebugLoc findPrevDebugLoc(iterator MBBI) {
766 DebugLoc findBranchDebugLoc();
include/llvm/CodeGen/MachineFunction.h 721 MachineInstr *CreateMachineInstr(const MCInstrDesc &MCID, const DebugLoc &DL,
include/llvm/CodeGen/MachineInstr.h 245 DebugLoc debugLoc; // Source line information.
259 MachineInstr(MachineFunction &, const MCInstrDesc &tid, DebugLoc dl,
400 const DebugLoc &getDebugLoc() const { return debugLoc; }
1563 void setDebugLoc(DebugLoc dl) {
include/llvm/CodeGen/MachineInstrBuilder.h 316 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL,
323 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL,
334 const DebugLoc &DL, const MCInstrDesc &MCID,
359 const DebugLoc &DL, const MCInstrDesc &MCID,
369 const DebugLoc &DL, const MCInstrDesc &MCID,
379 const DebugLoc &DL,
398 const DebugLoc &DL,
408 const DebugLoc &DL,
415 inline MachineInstrBuilder BuildMI(MachineBasicBlock *BB, const DebugLoc &DL,
423 inline MachineInstrBuilder BuildMI(MachineBasicBlock *BB, const DebugLoc &DL,
432 MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL,
439 MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL,
448 MachineBasicBlock::iterator I, const DebugLoc &DL,
456 MachineBasicBlock::iterator I, const DebugLoc &DL,
include/llvm/CodeGen/MachineLoopInfo.h 68 DebugLoc getStartLoc() const;
include/llvm/CodeGen/SelectionDAG.h 350 SDNodeT *newSDNode(ArgTypes &&... Args) {
1294 unsigned R, bool IsIndirect, const DebugLoc &DL,
1299 const Value *C, const DebugLoc &DL,
1305 const DebugLoc &DL, unsigned O);
1310 const DebugLoc &DL, unsigned O);
1313 SDDbgLabel *getDbgLabel(DILabel *Label, const DebugLoc &DL, unsigned O);
include/llvm/CodeGen/SelectionDAGNodes.h 192 inline const DebugLoc &getDebugLoc() const;
636 DebugLoc debugLoc;
766 const DebugLoc &getDebugLoc() const { return debugLoc; }
770 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
1105 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
1129 DebugLoc DL;
1143 const DebugLoc &getDebugLoc() const { return DL; }
1210 inline const DebugLoc &SDValue::getDebugLoc() const {
1283 AddrSpaceCastSDNode(unsigned Order, const DebugLoc &dl, EVT VT,
1305 MemSDNode(unsigned Opc, unsigned Order, const DebugLoc &dl, SDVTList VTs,
1437 AtomicSDNode(unsigned Opc, unsigned Order, const DebugLoc &dl, SDVTList VTL,
1491 MemIntrinsicSDNode(unsigned Opc, unsigned Order, const DebugLoc &dl,
1523 ShuffleVectorSDNode(EVT VT, unsigned Order, const DebugLoc &dl, const int *M)
1729 GlobalAddressSDNode(unsigned Opc, unsigned Order, const DebugLoc &DL,
1774 LifetimeSDNode(unsigned Opcode, unsigned Order, const DebugLoc &dl,
2111 LabelSDNode(unsigned Opcode, unsigned Order, const DebugLoc &dl, MCSymbol *L)
2201 LSBaseSDNode(ISD::NodeType NodeTy, unsigned Order, const DebugLoc &dl,
2235 LoadSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
2263 StoreSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
2296 const DebugLoc &dl, SDVTList VTs, EVT MemVT,
2321 MaskedLoadSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
2349 MaskedStoreSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
2385 const DebugLoc &dl, SDVTList VTs, EVT MemVT,
2426 MaskedGatherSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
2445 MaskedScatterSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
2469 MachineSDNode(unsigned Opc, unsigned Order, const DebugLoc &DL, SDVTList VTs)
include/llvm/CodeGen/SwiftErrorValueTracking.h 98 bool createEntriesInEntryBlock(DebugLoc DbgLoc);
include/llvm/CodeGen/SwitchLoweringUtils.h 132 DebugLoc DbgLoc;
151 MachineBasicBlock *me, DebugLoc dl,
include/llvm/CodeGen/TargetInstrInfo.h 547 const DebugLoc &DL,
654 const DebugLoc &DL,
661 const DebugLoc &DL,
include/llvm/IR/DebugLoc.h 79 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope,
88 static DebugLoc appendInlinedAt(DebugLoc DL, DILocation *InlinedAt,
88 static DebugLoc appendInlinedAt(DebugLoc DL, DILocation *InlinedAt,
110 DebugLoc getFnDebugLoc() const;
119 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; }
120 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
include/llvm/IR/DiagnosticInfo.h 352 DiagnosticLocation(const DebugLoc &DL);
437 Argument(StringRef Key, DebugLoc dl);
include/llvm/IR/IRBuilder.h 89 DebugLoc CurDbgLocation;
156 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
159 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; }
283 DebugLoc DbgLoc;
include/llvm/IR/Instruction.h 46 DebugLoc DbgLoc; // 'dbg' Metadata cache.
328 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
331 const DebugLoc &getDebugLoc() const { return DbgLoc; }
lib/Analysis/LoopAccessAnalysis.cpp 2092 DebugLoc DL = TheLoop->getStartLoc();
lib/Analysis/LoopInfo.cpp 611 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); }
616 DebugLoc Start;
635 if (DebugLoc DL = PHeadBB->getTerminator()->getDebugLoc())
lib/Analysis/ScalarEvolutionExpander.cpp 212 DebugLoc Loc = Builder.GetInsertPoint()->getDebugLoc();
lib/Bitcode/Reader/BitcodeReader.cpp 3718 DebugLoc LastLoc;
3860 LastLoc = DebugLoc::get(Line, Col, Scope, IA, isImplicitCode);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 495 void CodeViewDebug::maybeRecordLocation(const DebugLoc &DL,
1405 DebugLoc PrologEndLoc;
1421 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc();
2879 static bool isUsableDebugLoc(DebugLoc DL) {
2893 DebugLoc DL = MI->getDebugLoc();
lib/CodeGen/AsmPrinter/CodeViewDebug.h 281 void maybeRecordLocation(const DebugLoc &DL, const MachineFunction *MF);
lib/CodeGen/AsmPrinter/DwarfDebug.cpp 1303 auto DL = DbgValue->getDebugLoc();
1321 auto PredDL = Pred->getDebugLoc();
1646 const DebugLoc &DL = MI->getDebugLoc();
1726 static DebugLoc findPrologueEndLoc(const MachineFunction *MF) {
1759 DebugLoc DwarfDebug::emitInitialLocDirective(const MachineFunction &MF,
1762 if (DebugLoc PrologEndLoc = findPrologueEndLoc(&MF)) {
lib/CodeGen/AsmPrinter/DwarfDebug.h 610 DebugLoc emitInitialLocDirective(const MachineFunction &MF, unsigned CUID);
lib/CodeGen/BranchFolding.cpp 441 DebugLoc DL;
521 DebugLoc dl = CurMBB->findBranchDebugLoc();
906 DebugLoc DL = MI.getDebugLoc();
940 DebugLoc DL;
1191 DebugLoc dl = PBB->findBranchDebugLoc();
1336 static DebugLoc getBranchDebugLoc(MachineBasicBlock &MBB) {
1458 DebugLoc dl = getBranchDebugLoc(PrevBB);
1516 DebugLoc dl = getBranchDebugLoc(PrevBB);
1530 DebugLoc dl = getBranchDebugLoc(PrevBB);
1568 DebugLoc dl = getBranchDebugLoc(PrevBB);
1636 DebugLoc dl = getBranchDebugLoc(*MBB);
1650 DebugLoc dl = getBranchDebugLoc(*MBB);
1684 DebugLoc pdl = getBranchDebugLoc(PrevBB);
1710 DebugLoc pdl = getBranchDebugLoc(*PMBB);
lib/CodeGen/BranchRelaxation.cpp 301 DebugLoc DL = MI.getDebugLoc();
469 DebugLoc DL = MI.getDebugLoc();
lib/CodeGen/CFIInstrInserter.cpp 256 DebugLoc DL = MBBInfo.MBB->findDebugLoc(MBBI);
lib/CodeGen/EarlyIfConversion.cpp 563 DebugLoc HeadDL = FirstTerm->getDebugLoc();
583 DebugLoc HeadDL = FirstTerm->getDebugLoc();
661 DebugLoc HeadDL = Head->getFirstTerminator()->getDebugLoc();
lib/CodeGen/GlobalISel/IRTranslator.cpp 571 DebugLoc OldDbgLoc = MIB.getDebugLoc();
2093 if (const DebugLoc &DL = Inst.getDebugLoc())
2095 DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt()));
2270 DebugLoc DbgLoc = F.getEntryBlock().getFirstNonPHI()->getDebugLoc();
lib/CodeGen/IfConversion.cpp 623 DebugLoc dl; // FIXME: this is nowhere
1467 DebugLoc dl; // FIXME: this is nowhere
1617 DebugLoc dl; // FIXME: this is nowhere
2010 DebugLoc dl;
lib/CodeGen/ImplicitNullChecks.cpp 620 DebugLoc DL;
665 DebugLoc DL;
lib/CodeGen/LiveDebugValues.cpp 107 DebugLoc DL;
112 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(std::move(D)), LS(L) {}
282 const DebugLoc &DbgLoc = MI.getDebugLoc();
1336 if (const DebugLoc &DL = MI.getDebugLoc())
lib/CodeGen/LiveDebugVariables.cpp 188 DebugLoc dl; ///< The debug location for the variable. This is
213 UserValue(const DILocalVariable *var, const DIExpression *expr, DebugLoc L,
326 DebugLoc getDebugLoc() { return dl;}
356 DebugLoc dl; ///< The debug location for the label. This is
366 UserLabel(const DILabel *label, DebugLoc L, SlotIndex Idx)
379 DebugLoc getDebugLoc() { return dl; }
414 const DebugLoc &DL);
481 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS,
493 DebugLoc InlinedAtDL = DL.getInlinedAt();
519 if (DebugLoc InlinedAtDL = InlinedAt) {
574 const DIExpression *Expr, const DebugLoc &DL) {
667 const DebugLoc &DL = MI.getDebugLoc();
lib/CodeGen/MIRParser/MIParser.cpp 936 DebugLoc DebugLocation;
lib/CodeGen/MIRPrinter.cpp 788 if (const DebugLoc &DL = MI.getDebugLoc()) {
lib/CodeGen/MachineBasicBlock.cpp 540 DebugLoc DL = findBranchDebugLoc();
880 DebugLoc DL; // FIXME: this is nowhere
1290 DebugLoc
1301 DebugLoc MachineBasicBlock::findPrevDebugLoc(instr_iterator MBBI) {
1311 DebugLoc
1313 DebugLoc DL;
lib/CodeGen/MachineBlockPlacement.cpp 2730 DebugLoc dl; // FIXME: this is nowhere
lib/CodeGen/MachineFunction.cpp 327 const DebugLoc &DL,
lib/CodeGen/MachineInstr.cpp 117 DebugLoc dl, bool NoImp)
1713 if (const DebugLoc &DL = getDebugLoc()) {
1750 if (const DebugLoc &DL = getDebugLoc()) {
1768 DebugLoc InlinedAtDL(InlinedAt);
2013 MachineInstrBuilder llvm::BuildMI(MachineFunction &MF, const DebugLoc &DL,
2029 MachineInstrBuilder llvm::BuildMI(MachineFunction &MF, const DebugLoc &DL,
lib/CodeGen/MachineInstrBundle.cpp 110 static DebugLoc getDebugLoc(MachineBasicBlock::instr_iterator FirstMI,
lib/CodeGen/MachineLoopInfo.cpp 94 DebugLoc MachineLoop::getStartLoc() const {
98 if (DebugLoc DL = PHeadBB->getTerminator()->getDebugLoc())
lib/CodeGen/MachineLoopUtils.cpp 105 DebugLoc DL;
lib/CodeGen/MachinePipeliner.cpp 367 const DebugLoc &DL = PredB.findDebugLoc(At);
lib/CodeGen/RegisterCoalescer.cpp 1277 DebugLoc DL = CopyMI->getDebugLoc();
lib/CodeGen/SafeStack.cpp 776 IRB.SetCurrentDebugLocation(DebugLoc::get(SP->getScopeLine(), 0, SP));
lib/CodeGen/SelectionDAG/FastISel.cpp 568 DebugLoc OldDL = DbgLoc;
1670 const DebugLoc &DbgLoc) {
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp 277 DebugLoc DL = PN.getDebugLoc();
lib/CodeGen/SelectionDAG/InstrEmitter.cpp 450 MVT VT, bool isDivergent, const DebugLoc &DL) {
681 DebugLoc DL = SD->getDebugLoc();
767 DebugLoc DL = SD->getDebugLoc();
lib/CodeGen/SelectionDAG/InstrEmitter.h 81 bool isDivergent, const DebugLoc &DL);
lib/CodeGen/SelectionDAG/SDNodeDbgValue.h 50 DebugLoc DL;
60 bool indir, DebugLoc dl, unsigned O)
68 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl,
77 bool IsIndirect, DebugLoc DL, unsigned Order,
117 DebugLoc getDebugLoc() const { return DL; }
146 DebugLoc DL;
150 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O)
157 DebugLoc getDebugLoc() const { return DL; }
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 7670 DebugLoc NLoc = N->getDebugLoc();
7981 const DebugLoc &DL, unsigned O) {
7992 const DebugLoc &DL, unsigned O) {
8002 const DebugLoc &DL,
8014 const DebugLoc &DL, unsigned O) {
8124 const DebugLoc &DL, unsigned O) {
8821 const DebugLoc &DL,
8828 AddrSpaceCastSDNode::AddrSpaceCastSDNode(unsigned Order, const DebugLoc &dl,
8834 MemSDNode::MemSDNode(unsigned Opc, unsigned Order, const DebugLoc &dl,
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 1169 DebugLoc dl = DDI.getdl();
1217 DebugLoc DL = DDI.getdl();
1218 DebugLoc InstDL = DDI.getDI()->getDebugLoc();
1269 DIExpression *Expr, DebugLoc dl,
1270 DebugLoc InstDL, unsigned Order) {
5590 const DebugLoc &dl,
5643 DebugLoc dl = getCurDebugLoc();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h 109 DebugLoc dl;
114 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO)
118 DebugLoc getdl() { return dl; }
462 DebugLoc getCurDebugLoc() const {
494 DIExpression *Expr, DebugLoc CurDL,
495 DebugLoc InstDL, unsigned Order);
795 DIExpression *Expr, const DebugLoc &dl,
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp 959 if (DebugLoc DL = getDebugLoc()) {
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp 597 DebugLoc DL = MI->getDebugLoc();
lib/CodeGen/StackProtector.cpp 527 B.SetCurrentDebugLocation(DebugLoc::get(0, 0, F->getSubprogram()));
lib/CodeGen/SwiftErrorValueTracking.cpp 115 bool SwiftErrorValueTracking::createEntriesInEntryBlock(DebugLoc DbgLoc) {
221 auto DLoc = isa<Instruction>(SwiftErrorVal)
lib/CodeGen/TailDuplicator.cpp 754 auto DL = PredBB->findBranchDebugLoc();
lib/CodeGen/TargetInstrInfo.cpp 139 DebugLoc DL = Tail->getDebugLoc();
lib/IR/BasicBlock.cpp 423 DebugLoc Loc = I->getDebugLoc();
lib/IR/Core.cpp 1222 if (const auto &DL = I->getDebugLoc()) {
1246 if (const auto &DL = I->getDebugLoc()) {
1269 if (const auto &DL = I->getDebugLoc()) {
1291 if (const auto &DL = I->getDebugLoc())
lib/IR/DebugInfo.cpp 113 if (auto DbgLoc = I.getDebugLoc())
645 return DebugLoc::get(DL.getLine(), DL.getCol(), Scope, InlinedAt);
lib/IR/DebugLoc.cpp 49 DebugLoc DebugLoc::getFnDebugLoc() const {
53 return DebugLoc::get(SP->getScopeLine(), 0, SP);
71 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope,
82 DebugLoc DebugLoc::appendInlinedAt(DebugLoc DL, DILocation *InlinedAt,
82 DebugLoc DebugLoc::appendInlinedAt(DebugLoc DL, DILocation *InlinedAt,
129 if (DebugLoc InlinedAtDL = getInlinedAt()) {
lib/IR/DiagnosticInfo.cpp 111 DiagnosticLocation::DiagnosticLocation(const DebugLoc &DL) {
215 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, DebugLoc Loc)
lib/Target/AArch64/AArch64A53Fix835769.cpp 178 DebugLoc DL = I->getDebugLoc();
182 DebugLoc DL = MI->getDebugLoc();
lib/Target/AArch64/AArch64ConditionalCompares.cpp 612 DebugLoc TermDL = Head->getFirstTerminator()->getDebugLoc();
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp 175 DebugLoc DL = MI.getDebugLoc();
254 DebugLoc DL = MI.getDebugLoc();
347 DebugLoc DL = MI.getDebugLoc();
499 DebugLoc DL = MI.getDebugLoc();
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp 769 DebugLoc DL = MI.getDebugLoc();
lib/Target/AArch64/AArch64FrameLowering.cpp 278 DebugLoc DL = I->getDebugLoc();
351 DebugLoc DL = MBB.findDebugLoc(MBBI);
489 DebugLoc DL = MBBI->getDebugLoc();
863 DebugLoc DL;
1289 DebugLoc DL;
1327 DebugLoc DL;
1952 DebugLoc DL;
2078 DebugLoc DL;
2373 DebugLoc DL;
lib/Target/AArch64/AArch64ISelLowering.cpp 1339 DebugLoc DL = MI.getDebugLoc();
lib/Target/AArch64/AArch64InstrInfo.cpp 372 MachineBasicBlock &MBB, const DebugLoc &DL, MachineBasicBlock *TBB,
390 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const {
1476 DebugLoc DL = MI.getDebugLoc();
4830 DebugLoc DL = MI.getDebugLoc();
4872 DebugLoc DL = MI.getDebugLoc();
lib/Target/AArch64/AArch64InstrInfo.h 183 const DebugLoc &DL,
285 void instantiateCondBranch(MachineBasicBlock &MBB, const DebugLoc &DL,
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp 761 DebugLoc DL = I->getDebugLoc();
857 DebugLoc DL = I->getDebugLoc();
lib/Target/AArch64/AArch64RegisterInfo.cpp 410 DebugLoc DL; // Defaults to "unknown"
lib/Target/AArch64/AArch64SIMDInstrOpt.cpp 424 const DebugLoc &DL = MI.getDebugLoc();
507 const DebugLoc &DL = MI.getDebugLoc();
lib/Target/AArch64/AArch64SpeculationHardening.cpp 156 AArch64CC::CondCode &CondCode, DebugLoc DL) const;
227 DebugLoc DL) const {
264 DebugLoc DL;
618 DebugLoc DL;
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp 113 const DebugLoc &DL = I.getDebugLoc();
303 const DebugLoc &DL = I.getDebugLoc();
400 const DebugLoc &DL = I.getDebugLoc();
444 const DebugLoc &DL = I.getDebugLoc();
470 const DebugLoc &DL = MI.getDebugLoc();
512 const DebugLoc &DL = MI.getDebugLoc();
603 const DebugLoc &DL = I.getDebugLoc();
718 const DebugLoc &DL = I.getDebugLoc();
761 const DebugLoc &DL = Insert->getDebugLoc();
1053 const DebugLoc &DL = I.getDebugLoc();
1094 const DebugLoc &DL = I.getDebugLoc();
1219 const DebugLoc &DL = I.getDebugLoc();
1380 const DebugLoc &DL = I.getDebugLoc();
1433 const DebugLoc &DL = I.getDebugLoc();
1560 const DebugLoc &DL = I.getDebugLoc();
1639 const DebugLoc &DL = I.getDebugLoc();
lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp 62 DebugLoc DL;
83 void addDest(unsigned DestReg, const DebugLoc &DL);
214 void PHILinearize::addDest(unsigned DestReg, const DebugLoc &DL) {
1149 const DebugLoc &DL = DebugLoc());
1694 const DebugLoc &DL) {
1768 const DebugLoc &DL = MergeBB->findDebugLoc(MergeBB->begin());
1870 const DebugLoc &DL = SinglePred
1910 const DebugLoc &DL = CodeBB->findDebugLoc(CodeBB->getFirstTerminator());
2009 const DebugLoc &DL = IfBB->findDebugLoc(IfBB->getFirstTerminator());
2159 const DebugLoc &DL = Entry->findDebugLoc(Entry->begin());
2331 const DebugLoc &DL = DebugLoc();
2390 const DebugLoc &DL = DebugLoc();
2737 const DebugLoc &DL = NewSucc->findDebugLoc(NewSucc->getFirstNonPHI());
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp 748 const DebugLoc &DL = B.getDL();
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp 222 const DebugLoc &DL = DebugLoc());
224 const DebugLoc &DL = DebugLoc());
242 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *MBB);
456 int NewOpcode, const DebugLoc &DL) {
466 const DebugLoc &DL) {
595 DebugLoc AMDGPUCFGStructurizer::getLastDebugLocInBB(MachineBasicBlock *MBB) {
597 DebugLoc DL;
1392 DebugLoc BranchDL = BranchMI->getDebugLoc();
1450 DebugLoc DL = BranchMI->getDebugLoc();
1476 DebugLoc DL = MI->getDebugLoc();
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp 661 DebugLoc DL = MBB.findDebugLoc(MI);
lib/Target/AMDGPU/R600InstrInfo.cpp 760 const DebugLoc &DL,
lib/Target/AMDGPU/R600InstrInfo.h 174 const DebugLoc &DL,
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp 203 DebugLoc DL = Pos->getDebugLoc();
lib/Target/AMDGPU/SIAddIMGInit.cpp 96 const DebugLoc &DL = MI.getDebugLoc();
lib/Target/AMDGPU/SIFoldOperands.cpp 690 const DebugLoc &DL = UseMI->getDebugLoc();
lib/Target/AMDGPU/SIFrameLowering.cpp 206 DebugLoc DL;
472 DebugLoc DL;
516 DebugLoc DL;
541 DebugLoc DL;
701 DebugLoc DL;
839 DebugLoc DL;
1107 const DebugLoc &DL = I->getDebugLoc();
lib/Target/AMDGPU/SIISelLowering.cpp 3117 const DebugLoc &DL = MI.getDebugLoc();
3282 const DebugLoc &DL = MI.getDebugLoc();
3339 const DebugLoc &DL = MI.getDebugLoc();
3411 const DebugLoc &DL = MI.getDebugLoc();
3433 const DebugLoc &DL = MI.getDebugLoc();
3506 const DebugLoc &DL = MI.getDebugLoc();
3521 const DebugLoc &DL = MI.getDebugLoc();
3549 const DebugLoc &DL = MI.getDebugLoc();
3604 const DebugLoc &DL = MI.getDebugLoc();
3726 DebugLoc DL = MI.getDebugLoc();
3756 const DebugLoc &DL = MI.getDebugLoc();
3789 const DebugLoc &DL = MI.getDebugLoc();
3811 const DebugLoc &DL = MI.getDebugLoc();
3829 const DebugLoc &DL = MI.getDebugLoc();
10711 DebugLoc DL;
lib/Target/AMDGPU/SIInsertSkips.cpp 159 const DebugLoc &DL = MI.getDebugLoc();
186 DebugLoc DL = MI.getDebugLoc();
328 const DebugLoc &DL = MI.getDebugLoc();
lib/Target/AMDGPU/SIInstrInfo.cpp 1052 const DebugLoc &DL = MBB.findDebugLoc(MI);
1180 const DebugLoc &DL = MBB.findDebugLoc(MI);
1234 const DebugLoc &DL = MBB.findDebugLoc(MI);
1242 const DebugLoc &DL = Insert->getDebugLoc();
1326 DebugLoc DL = MBB.findDebugLoc(MI);
1373 DebugLoc DL = MBB.findDebugLoc(MI);
1568 DebugLoc DL = MBB.findDebugLoc(MI);
1769 const DebugLoc &DL,
2049 const DebugLoc &DL,
3847 DebugLoc DL = MBB->findDebugLoc(I);
3860 DebugLoc DL = MI->getDebugLoc();
4035 const DebugLoc &DL = MI.getDebugLoc();
4044 const DebugLoc &DL = MI.getDebugLoc();
4070 const DebugLoc &DL = MI.getDebugLoc();
4139 const DebugLoc &DL = MI.getDebugLoc();
4321 const DebugLoc &DL, MachineOperand &Rsrc) {
4410 const DebugLoc &DL = MI.getDebugLoc();
4710 const DebugLoc &DL = MI.getDebugLoc();
5141 DebugLoc DL = Inst.getDebugLoc();
5168 const DebugLoc &DL = Inst.getDebugLoc();
5234 const DebugLoc &DL = Inst.getDebugLoc();
5263 const DebugLoc &DL = Inst.getDebugLoc();
5294 DebugLoc DL = Inst.getDebugLoc();
5359 const DebugLoc &DL = Inst.getDebugLoc();
5421 DebugLoc DL = Inst.getDebugLoc();
5485 const DebugLoc &DL = Inst.getDebugLoc();
5524 const DebugLoc &DL = Inst.getDebugLoc();
5560 const DebugLoc &DL = Inst.getDebugLoc();
5659 const DebugLoc &DL = Inst.getDebugLoc();
lib/Target/AMDGPU/SIInstrInfo.h 266 const DebugLoc &DL,
287 const DebugLoc &DL,
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp 905 DebugLoc DL = CI.I->getDebugLoc();
998 DebugLoc DL = CI.I->getDebugLoc();
1040 DebugLoc DL = CI.I->getDebugLoc();
1094 DebugLoc DL = CI.I->getDebugLoc();
1144 DebugLoc DL = CI.I->getDebugLoc();
1298 DebugLoc DL = CI.I->getDebugLoc();
1375 DebugLoc DL = MI.getDebugLoc();
lib/Target/AMDGPU/SILowerControlFlow.cpp 200 const DebugLoc &DL = MI.getDebugLoc();
283 const DebugLoc &DL = MI.getDebugLoc();
356 const DebugLoc &DL = MI.getDebugLoc();
397 const DebugLoc &DL = MI.getDebugLoc();
421 const DebugLoc &DL = MI.getDebugLoc();
lib/Target/AMDGPU/SILowerI1Copies.cpp 519 DebugLoc DL = MI.getDebugLoc();
696 DebugLoc DL = MI.getDebugLoc();
lib/Target/AMDGPU/SIMemoryLegalizer.cpp 720 DebugLoc DL = MI->getDebugLoc();
764 DebugLoc DL = MI->getDebugLoc();
858 DebugLoc DL = MI->getDebugLoc();
960 DebugLoc DL = MI->getDebugLoc();
1014 DebugLoc DL = MI->getDebugLoc();
lib/Target/AMDGPU/SIOptimizeExecMasking.cpp 406 const DebugLoc &DL = SaveExecInst->getDebugLoc();
lib/Target/AMDGPU/SIRegisterInfo.cpp 347 DebugLoc DL; // Defaults to "unknown"
581 const DebugLoc &DL = MI->getDebugLoc();
630 const DebugLoc &DL = MI->getDebugLoc();
764 const DebugLoc &DL = MI->getDebugLoc();
879 const DebugLoc &DL = MI->getDebugLoc();
991 DebugLoc DL = MI->getDebugLoc();
1089 const DebugLoc &DL = MI->getDebugLoc();
lib/Target/AMDGPU/SIWholeQuadMode.cpp 842 const DebugLoc &DL = MI->getDebugLoc();
lib/Target/ARC/ARCFrameLowering.cpp 127 DebugLoc dl;
475 DebugLoc dl = Old.getDebugLoc();
lib/Target/ARC/ARCInstrInfo.cpp 299 DebugLoc dl = MBB.findDebugLoc(I);
327 DebugLoc dl = MBB.findDebugLoc(I);
361 DebugLoc dl = MBB.findDebugLoc(MI);
374 const DebugLoc &dl, int *BytesAdded) const {
lib/Target/ARC/ARCInstrInfo.h 60 const DebugLoc &dl,
lib/Target/ARC/ARCRegisterInfo.cpp 45 DebugLoc dl = MI.getDebugLoc();
lib/Target/ARM/A15SDOptimizer.cpp 511 DebugLoc DL = MI->getDebugLoc();
lib/Target/ARM/ARMBaseInstrInfo.cpp 432 const DebugLoc &DL,
1273 DebugLoc DL;
1518 DebugLoc dl = MI->getDebugLoc();
4774 DebugLoc DL = MI->getDebugLoc();
lib/Target/ARM/ARMBaseInstrInfo.h 141 const DebugLoc &DL,
lib/Target/ARM/ARMBaseRegisterInfo.cpp 638 DebugLoc DL; // Defaults to "unknown"
lib/Target/ARM/ARMExpandPseudoInsts.cpp 934 DebugLoc DL = MI.getDebugLoc();
1053 DebugLoc DL = MI.getDebugLoc();
1168 DebugLoc dl = MBBI->getDebugLoc();
lib/Target/ARM/ARMFrameLowering.cpp 251 void emitDefCFAOffsets(MachineBasicBlock &MBB, const DebugLoc &dl,
377 DebugLoc dl;
792 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
982 DebugLoc DL;
1059 DebugLoc DL;
1169 DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc() : DebugLoc();
1342 DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc() : DebugLoc();
2155 DebugLoc dl = Old.getDebugLoc();
2266 DebugLoc DL;
lib/Target/ARM/ARMISelLowering.cpp 9343 DebugLoc dl = MI.getDebugLoc();
9467 DebugLoc dl = MI.getDebugLoc();
10021 DebugLoc dl = MI.getDebugLoc();
10259 DebugLoc DL = MI.getDebugLoc();
10332 DebugLoc DL = MI.getDebugLoc();
10401 DebugLoc dl = MI.getDebugLoc();
10694 DebugLoc DL = MI.getDebugLoc();
lib/Target/ARM/ARMInstrInfo.cpp 119 DebugLoc DL = MI->getDebugLoc();
lib/Target/ARM/ARMInstructionSelector.cpp 488 const DebugLoc &DbgLoc;
lib/Target/ARM/ARMLoadStoreOptimizer.cpp 900 DebugLoc DL = First->getDebugLoc();
1269 DebugLoc DL = MI->getDebugLoc();
1393 DebugLoc DL = MI->getDebugLoc();
1540 DebugLoc DL = MI.getDebugLoc();
2058 bool CanFormLdStDWord(MachineInstr *Op0, MachineInstr *Op1, DebugLoc &dl,
2141 DebugLoc &dl, unsigned &NewOpc,
2315 DebugLoc dl;
lib/Target/ARM/MVEVPTBlockPass.cpp 176 DebugLoc dl = MI->getDebugLoc();
lib/Target/ARM/Thumb1FrameLowering.cpp 124 DebugLoc dl = Old.getDebugLoc();
165 DebugLoc dl;
473 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
663 DebugLoc dl = DebugLoc();
815 DebugLoc DL;
945 DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc() : DebugLoc();
lib/Target/ARM/Thumb1InstrInfo.cpp 88 DebugLoc DL;
117 DebugLoc DL;
lib/Target/ARM/Thumb2ITBlockPass.cpp 201 DebugLoc dl = MI->getDebugLoc();
lib/Target/ARM/Thumb2InstrInfo.cpp 139 DebugLoc DL;
187 DebugLoc DL;
lib/Target/ARM/Thumb2SizeReduction.cpp 479 DebugLoc dl = MI->getDebugLoc();
581 DebugLoc dl = MI->getDebugLoc();
822 DebugLoc dl = MI->getDebugLoc();
914 DebugLoc dl = MI->getDebugLoc();
lib/Target/ARM/ThumbRegisterInfo.cpp 367 DebugLoc dl = MI.getDebugLoc();
463 DebugLoc dl = MI.getDebugLoc();
lib/Target/AVR/AVRFrameLowering.cpp 57 DebugLoc DL = (MBBI != MBB.end()) ? MBBI->getDebugLoc() : DebugLoc();
160 DebugLoc DL = MBBI->getDebugLoc();
244 DebugLoc DL = MBB.findDebugLoc(MI);
284 DebugLoc DL = MBB.findDebugLoc(MI);
375 DebugLoc DL = MI->getDebugLoc();
511 DebugLoc DL = EntryMBB.findDebugLoc(MBBI);
lib/Target/AVR/AVRISelLowering.cpp 1444 DebugLoc dl = MI.getDebugLoc();
1627 DebugLoc dl = MI.getDebugLoc();
lib/Target/AVR/AVRInstrInfo.cpp 131 DebugLoc DL;
164 DebugLoc DL;
402 const DebugLoc &DL,
560 const DebugLoc &DL,
lib/Target/AVR/AVRInstrInfo.h 98 const DebugLoc &DL,
112 const DebugLoc &DL,
lib/Target/AVR/AVRRegisterInfo.cpp 134 DebugLoc dl = MI.getDebugLoc();
lib/Target/BPF/BPFISelDAGToDAG.cpp 193 DebugLoc Empty;
194 const DebugLoc &DL = Node->getDebugLoc();
lib/Target/BPF/BPFISelLowering.cpp 570 DebugLoc DL = MI.getDebugLoc();
620 DebugLoc DL = MI.getDebugLoc();
lib/Target/BPF/BPFInstrInfo.cpp 52 DebugLoc dl = MI->getDebugLoc();
129 DebugLoc DL;
152 DebugLoc DL;
223 const DebugLoc &DL,
lib/Target/BPF/BPFInstrInfo.h 57 const DebugLoc &DL,
lib/Target/BPF/BPFMIChecking.cpp 166 DebugLoc Empty;
167 const DebugLoc &DL = MI.getDebugLoc();
lib/Target/BPF/BPFRegisterInfo.cpp 44 static void WarnSize(int Offset, MachineFunction &MF, DebugLoc& DL)
65 DebugLoc DL = MI.getDebugLoc();
lib/Target/BPF/BTFDebug.cpp 1028 const DebugLoc &DL = MI->getDebugLoc();
lib/Target/Hexagon/HexagonBitSimplify.cpp 1343 const DebugLoc &DL = MI->getDebugLoc();
1476 DebugLoc DL = I->getDebugLoc();
1601 DebugLoc DL = I->getDebugLoc();
2026 DebugLoc DL = MI->getDebugLoc();
2048 DebugLoc DL = MI->getDebugLoc();
2096 DebugLoc DL = MI->getDebugLoc();
2137 DebugLoc DL = MI->getDebugLoc();
2265 DebugLoc DL = DefS->getDebugLoc();
2332 DebugLoc DL = MI->getDebugLoc();
2539 DebugLoc DL = MI->getDebugLoc();
2590 const DebugLoc &DL = MI->getDebugLoc();
3084 DebugLoc DL = SI->getDebugLoc();
3288 DebugLoc DL = (T != C.PB->end()) ? T->getDebugLoc() : DebugLoc();
lib/Target/Hexagon/HexagonConstExtenders.cpp 1531 DebugLoc dl = DefL.Block->findDebugLoc(DefL.At);
1587 DebugLoc dl = MI.getDebugLoc();
1705 DebugLoc dl = MI.getDebugLoc();
lib/Target/Hexagon/HexagonConstPropagation.cpp 2843 const DebugLoc &DL = MI.getDebugLoc();
2951 const DebugLoc &DL = MI.getDebugLoc();
lib/Target/Hexagon/HexagonCopyToCombine.cpp 652 DebugLoc DL = InsertPt->getDebugLoc();
667 DebugLoc DL = InsertPt->getDebugLoc();
764 DebugLoc DL = InsertPt->getDebugLoc();
812 DebugLoc DL = InsertPt->getDebugLoc();
863 DebugLoc DL = InsertPt->getDebugLoc();
lib/Target/Hexagon/HexagonEarlyIfConv.cpp 711 DebugLoc DL;
800 DebugLoc DL = B->findBranchDebugLoc();
862 DebugLoc DL = OldTI->getDebugLoc();
998 const DebugLoc &DL = PN->getDebugLoc();
lib/Target/Hexagon/HexagonExpandCondsets.cpp 628 const DebugLoc &DL = MI->getDebugLoc();
870 DebugLoc DL = Where->getDebugLoc(); // "Where" points to an instruction.
lib/Target/Hexagon/HexagonFixupHwLoops.cpp 172 DebugLoc DL = MII->getDebugLoc();
lib/Target/Hexagon/HexagonFrameLowering.cpp 623 DebugLoc dl = MBB.findDebugLoc(InsertPt);
654 DebugLoc dl = MBB.findDebugLoc(InsertPt);
749 DebugLoc dl = MBB.findDebugLoc(InsertPt);
891 DebugLoc DL;
1233 DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc() : DebugLoc();
1298 DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc()
1572 DebugLoc DL = MI->getDebugLoc();
1596 DebugLoc DL = MI->getDebugLoc();
1629 DebugLoc DL = MI->getDebugLoc();
1660 DebugLoc DL = MI->getDebugLoc();
1697 DebugLoc DL = MI->getDebugLoc();
1747 DebugLoc DL = MI->getDebugLoc();
1795 DebugLoc DL = MI->getDebugLoc();
1836 DebugLoc DL = MI->getDebugLoc();
1865 DebugLoc DL = MI->getDebugLoc();
2274 const DebugLoc &DL = SI.getDebugLoc();
2306 DebugLoc DL = MI.getDebugLoc();
2333 DebugLoc DL = AI->getDebugLoc();
lib/Target/Hexagon/HexagonGenInsert.cpp 1412 DebugLoc DL = MI->getDebugLoc();
lib/Target/Hexagon/HexagonGenMux.cpp 336 const DebugLoc &DL = B.findDebugLoc(MX.At);
lib/Target/Hexagon/HexagonGenPredicate.cpp 266 DebugLoc DL = DefI->getDebugLoc();
385 DebugLoc DL = MI->getDebugLoc();
lib/Target/Hexagon/HexagonHardwareLoops.cpp 831 DebugLoc DL;
1241 DebugLoc DL;
1279 DebugLoc LastIDL = LastI->getDebugLoc();
1591 DebugLoc DL = DI->getDebugLoc();
1859 DebugLoc DL;
lib/Target/Hexagon/HexagonISelLowering.cpp 1691 if (DebugLoc DL = dl.getDebugLoc())
lib/Target/Hexagon/HexagonInstrInfo.cpp 582 const DebugLoc &DL,
684 DebugLoc DL;
887 DebugLoc DL = MBB.findDebugLoc(I);
953 DebugLoc DL = MBB.findDebugLoc(I);
1026 DebugLoc DL = MI.getDebugLoc();
1236 DebugLoc DL = MI.getDebugLoc();
1436 const DebugLoc &DL = MI.getDebugLoc();
1539 DebugLoc DL;
1577 DebugLoc DL = MI.getDebugLoc();
4391 DebugLoc DL = I->getDebugLoc();
lib/Target/Hexagon/HexagonInstrInfo.h 129 const DebugLoc &DL,
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp 2145 DebugLoc DLoc = SI->getDebugLoc();
lib/Target/Hexagon/HexagonNewValueJump.cpp 680 DebugLoc dl = MI.getDebugLoc();
lib/Target/Hexagon/HexagonRegisterInfo.cpp 221 const DebugLoc &DL = MI.getDebugLoc();
lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp 81 const DebugLoc &DL = MI.getDebugLoc();
88 const DebugLoc &DL = MI.getDebugLoc();
lib/Target/Hexagon/HexagonSplitDouble.cpp 597 DebugLoc DL = MI->getDebugLoc();
636 DebugLoc DL = MI->getDebugLoc();
708 DebugLoc DL = MI->getDebugLoc();
735 DebugLoc DL = MI->getDebugLoc();
764 DebugLoc DL = MI->getDebugLoc();
801 DebugLoc DL = MI->getDebugLoc();
921 DebugLoc DL = MI->getDebugLoc();
1102 DebugLoc DL = MI->getDebugLoc();
lib/Target/Hexagon/HexagonStoreWidening.cpp 416 DebugLoc DL = OG.back()->getDebugLoc();
lib/Target/Hexagon/HexagonVExtract.cpp 69 DebugLoc DL = ExtI->getDebugLoc();
146 DebugLoc DL = ExtI->getDebugLoc();
lib/Target/Hexagon/HexagonVectorPrint.cpp 164 DebugLoc DL = I->getDebugLoc();
lib/Target/Lanai/LanaiFrameLowering.cpp 74 DebugLoc DL = MI.getDebugLoc();
102 DebugLoc DL;
183 DebugLoc DL = MBBI->getDebugLoc();
lib/Target/Lanai/LanaiInstrInfo.cpp 54 DebugLoc DL;
74 DebugLoc DL;
664 const DebugLoc &DL,
lib/Target/Lanai/LanaiInstrInfo.h 141 const DebugLoc &DL,
lib/Target/Lanai/LanaiRegisterInfo.cpp 146 DebugLoc DL = MI.getDebugLoc();
lib/Target/MSP430/MSP430BranchSelector.cpp 180 DebugLoc dl = OldBranch.getDebugLoc();
lib/Target/MSP430/MSP430FrameLowering.cpp 49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
115 DebugLoc DL = MBBI->getDebugLoc();
187 DebugLoc DL;
213 DebugLoc DL;
lib/Target/MSP430/MSP430ISelLowering.cpp 1414 DebugLoc dl = MI.getDebugLoc();
1551 DebugLoc dl = MI.getDebugLoc();
lib/Target/MSP430/MSP430InstrInfo.cpp 41 DebugLoc DL;
68 DebugLoc DL;
269 const DebugLoc &DL,
lib/Target/MSP430/MSP430InstrInfo.h 69 const DebugLoc &DL,
lib/Target/MSP430/MSP430RegisterInfo.cpp 112 DebugLoc dl = MI.getDebugLoc();
lib/Target/Mips/MicroMipsSizeReduction.cpp 710 DebugLoc dl = MI->getDebugLoc();
lib/Target/Mips/Mips16FrameLowering.cpp 51 DebugLoc dl;
97 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
lib/Target/Mips/Mips16ISelDAGToDAG.cpp 74 DebugLoc DL;
lib/Target/Mips/Mips16ISelLowering.cpp 516 DebugLoc DL = MI.getDebugLoc();
579 DebugLoc DL = MI.getDebugLoc();
645 DebugLoc DL = MI.getDebugLoc();
lib/Target/Mips/Mips16InstrInfo.cpp 116 DebugLoc DL;
134 DebugLoc DL;
217 DebugLoc DL;
247 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
283 DebugLoc DL;
467 DebugLoc DL;
lib/Target/Mips/Mips16RegisterInfo.cpp 62 DebugLoc DL;
135 DebugLoc DL = II->getDebugLoc();
lib/Target/Mips/MipsBranchExpansion.cpp 402 DebugLoc DL = I.Br->getDebugLoc();
723 DebugLoc DL = MBB.findDebugLoc(MBB.begin());
lib/Target/Mips/MipsExpandPseudo.cpp 81 DebugLoc DL = I->getDebugLoc();
211 DebugLoc DL = I->getDebugLoc();
309 DebugLoc DL = I->getDebugLoc();
489 DebugLoc DL = I->getDebugLoc();
lib/Target/Mips/MipsISelLowering.cpp 1428 DebugLoc DL = MI.getDebugLoc();
1542 const DebugLoc &DL = MI.getDebugLoc();
1580 DebugLoc DL = MI.getDebugLoc();
1734 DebugLoc DL = MI.getDebugLoc();
1789 DebugLoc DL = MI.getDebugLoc();
4424 DebugLoc DL = MI.getDebugLoc();
4499 DebugLoc DL = MI.getDebugLoc();
lib/Target/Mips/MipsInstrInfo.cpp 60 DebugLoc DL;
106 const DebugLoc &DL,
124 const DebugLoc &DL,
lib/Target/Mips/MipsInstrInfo.h 73 const DebugLoc &DL,
178 const DebugLoc &DL, ArrayRef<MachineOperand> Cond) const;
lib/Target/Mips/MipsMachineFunction.cpp 70 DebugLoc DL;
lib/Target/Mips/MipsSEFrameLowering.cpp 212 DebugLoc DL = I->getDebugLoc();
236 DebugLoc DL = I->getDebugLoc();
270 DebugLoc DL = I->getDebugLoc();
412 DebugLoc dl;
564 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
699 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
751 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
818 DebugLoc DL = MI->getDebugLoc();
lib/Target/Mips/MipsSEISelLowering.cpp 3039 DebugLoc DL = MI.getDebugLoc();
3108 DebugLoc DL = MI.getDebugLoc();
3173 DebugLoc DL = MI.getDebugLoc();
3222 DebugLoc DL = MI.getDebugLoc();
3248 DebugLoc DL = MI.getDebugLoc();
3284 DebugLoc DL = MI.getDebugLoc();
3330 DebugLoc DL = MI.getDebugLoc();
3444 DebugLoc DL = MI.getDebugLoc();
3479 DebugLoc DL = MI.getDebugLoc();
3513 DebugLoc DL = MI.getDebugLoc();
3568 DebugLoc DL = MI.getDebugLoc();
3662 DebugLoc DL = MI.getDebugLoc();
3767 DebugLoc DL = MI.getDebugLoc();
3824 DebugLoc DL = MI.getDebugLoc();
3853 DebugLoc DL = MI.getDebugLoc();
lib/Target/Mips/MipsSEInstrInfo.cpp 254 DebugLoc DL;
327 DebugLoc DL;
584 DebugLoc DL;
729 DebugLoc DL = I->getDebugLoc();
756 DebugLoc DL = I->getDebugLoc();
779 DebugLoc dl = I->getDebugLoc();
821 DebugLoc dl = I->getDebugLoc();
lib/Target/Mips/MipsSERegisterInfo.cpp 221 DebugLoc DL = II->getDebugLoc();
240 DebugLoc DL = II->getDebugLoc();
lib/Target/NVPTX/NVPTXFrameLowering.cpp 41 DebugLoc dl = DebugLoc();
lib/Target/NVPTX/NVPTXInstrInfo.cpp 184 const DebugLoc &DL,
lib/Target/NVPTX/NVPTXInstrInfo.h 64 const DebugLoc &DL,
lib/Target/PowerPC/PPCBranchSelector.cpp 331 DebugLoc dl = OldBranch.getDebugLoc();
lib/Target/PowerPC/PPCExpandISEL.cpp 46 DebugLoc dl;
lib/Target/PowerPC/PPCFrameLowering.cpp 342 DebugLoc dl = MI.getDebugLoc();
784 DebugLoc dl;
1374 DebugLoc dl;
1730 DebugLoc dl = MBBI->getDebugLoc();
2199 DebugLoc DL;
2280 DebugLoc DL;
2324 const DebugLoc &dl = I->getDebugLoc();
2412 DebugLoc DL;
lib/Target/PowerPC/PPCISelDAGToDAG.cpp 399 DebugLoc dl;
437 DebugLoc dl;
lib/Target/PowerPC/PPCISelLowering.cpp10339 DebugLoc dl = MI.getDebugLoc();
10443 DebugLoc dl = MI.getDebugLoc();
10612 DebugLoc DL = MI.getDebugLoc();
10754 DebugLoc DL = MI.getDebugLoc();
10899 DebugLoc dl = MI.getDebugLoc();
10943 DebugLoc dl = MI.getDebugLoc();
11011 DebugLoc dl = MI.getDebugLoc();
11179 DebugLoc dl = MI.getDebugLoc();
11258 DebugLoc dl = MI.getDebugLoc();
11437 DebugLoc dl = MI.getDebugLoc();
11469 DebugLoc dl = MI.getDebugLoc();
11477 DebugLoc Dl = MI.getDebugLoc();
11485 DebugLoc Dl = MI.getDebugLoc();
11492 DebugLoc dl = MI.getDebugLoc();
11514 DebugLoc dl = MI.getDebugLoc();
lib/Target/PowerPC/PPCInstrInfo.cpp 483 DebugLoc DL;
706 const DebugLoc &DL,
1204 DebugLoc DL;
1255 void PPCInstrInfo::LoadRegFromStackSlot(MachineFunction &MF, const DebugLoc &DL,
1284 DebugLoc DL;
2134 auto DL = MI.getDebugLoc();
lib/Target/PowerPC/PPCInstrInfo.h 119 void LoadRegFromStackSlot(MachineFunction &MF, const DebugLoc &DL,
271 const DebugLoc &DL,
lib/Target/PowerPC/PPCMIPeephole.cpp 1295 DebugLoc DL = CMPI2->getDebugLoc();
lib/Target/PowerPC/PPCRegisterInfo.cpp 507 DebugLoc dl = MI.getDebugLoc();
627 DebugLoc dl = MI.getDebugLoc();
651 DebugLoc dl = MI.getDebugLoc();
696 DebugLoc dl = MI.getDebugLoc();
740 DebugLoc dl = MI.getDebugLoc();
819 DebugLoc dl = MI.getDebugLoc();
869 DebugLoc dl = MI.getDebugLoc();
895 DebugLoc dl = MI.getDebugLoc();
999 DebugLoc dl = MI.getDebugLoc();
1226 DebugLoc DL; // Defaults to "unknown"
lib/Target/PowerPC/PPCTLSDynamicCall.cpp 79 DebugLoc DL = MI.getDebugLoc();
lib/Target/RISCV/RISCVExpandPseudoInsts.cpp 234 DebugLoc DL, MachineBasicBlock *ThisMBB,
273 static void insertMaskedMerge(const RISCVInstrInfo *TII, DebugLoc DL,
296 const RISCVInstrInfo *TII, MachineInstr &MI, DebugLoc DL,
363 DebugLoc DL = MI.getDebugLoc();
396 static void insertSext(const RISCVInstrInfo *TII, DebugLoc DL,
416 DebugLoc DL = MI.getDebugLoc();
532 DebugLoc DL = MI.getDebugLoc();
630 DebugLoc DL = MI.getDebugLoc();
lib/Target/RISCV/RISCVFrameLowering.cpp 122 DebugLoc DL;
237 DebugLoc DL = MBBI->getDebugLoc();
443 DebugLoc DL = MI->getDebugLoc();
lib/Target/RISCV/RISCVISelLowering.cpp 1125 DebugLoc DL = MI.getDebugLoc();
1156 DebugLoc DL = MI.getDebugLoc();
1188 DebugLoc DL = MI.getDebugLoc();
1289 DebugLoc DL = MI.getDebugLoc();
lib/Target/RISCV/RISCVInstrInfo.cpp 115 DebugLoc DL;
142 DebugLoc DL;
337 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const {
374 const DebugLoc &DL,
lib/Target/RISCV/RISCVInstrInfo.h 65 const DebugLoc &dl,
70 const DebugLoc &DL, int64_t BrOffset,
lib/Target/RISCV/RISCVRegisterInfo.cpp 111 DebugLoc DL = MI.getDebugLoc();
lib/Target/Sparc/LeonPasses.cpp 43 DebugLoc DL = DebugLoc();
130 DebugLoc DL = DebugLoc();
lib/Target/Sparc/SparcFrameLowering.cpp 47 DebugLoc dl;
99 DebugLoc dl;
226 DebugLoc dl = MBBI->getDebugLoc();
lib/Target/Sparc/SparcISelLowering.cpp 3120 DebugLoc dl = MI.getDebugLoc();
lib/Target/Sparc/SparcInstrInfo.cpp 246 const DebugLoc &DL,
399 DebugLoc DL;
438 DebugLoc DL;
487 DebugLoc dl;
lib/Target/Sparc/SparcInstrInfo.h 77 const DebugLoc &DL,
lib/Target/Sparc/SparcRegisterInfo.cpp 170 DebugLoc dl = MI.getDebugLoc();
lib/Target/SystemZ/SystemZFrameLowering.cpp 142 DebugLoc DL;
236 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
356 DebugLoc DL;
492 DebugLoc DL = MBBI->getDebugLoc();
510 DebugLoc DL = MBBI->getDebugLoc();
lib/Target/SystemZ/SystemZISelLowering.cpp 6605 DebugLoc DL = MI->getDebugLoc();
6727 DebugLoc DL = MI.getDebugLoc();
6822 DebugLoc DL = MI.getDebugLoc();
6940 DebugLoc DL = MI.getDebugLoc();
7056 DebugLoc DL = MI.getDebugLoc();
7170 DebugLoc DL = MI.getDebugLoc();
7198 DebugLoc DL = MI.getDebugLoc();
7228 DebugLoc DL = MI.getDebugLoc();
7408 DebugLoc DL = MI.getDebugLoc();
7515 DebugLoc DL = MI.getDebugLoc();
lib/Target/SystemZ/SystemZInstrInfo.cpp 481 const DebugLoc &DL,
875 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
890 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
1735 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
lib/Target/SystemZ/SystemZInstrInfo.h 219 const DebugLoc &DL,
lib/Target/SystemZ/SystemZLongBranch.cpp 357 DebugLoc DL = MI->getDebugLoc();
376 DebugLoc DL = MI->getDebugLoc();
lib/Target/SystemZ/SystemZPostRewrite.cpp 163 DebugLoc DL = MI.getDebugLoc();
lib/Target/SystemZ/SystemZRegisterInfo.cpp 262 DebugLoc DL = MI->getDebugLoc();
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp 425 DebugLoc EndDL = AfterLoop->pred_empty()
1074 DebugLoc DL = EHPadLayoutPred->empty()
lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp 146 DebugLoc DL = I->getDebugLoc();
170 DebugLoc DL;
233 DebugLoc DL;
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp 331 static MachineBasicBlock *LowerFPToInt(MachineInstr &MI, DebugLoc DL,
427 DebugLoc DL = MI.getDebugLoc();
lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp 181 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const {
lib/Target/WebAssembly/WebAssemblyInstrInfo.h 63 const DebugLoc &DL,
lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp 307 DebugLoc DL = Extract->getDebugLoc();
lib/Target/X86/X86CallFrameOptimization.cpp 502 DebugLoc DL = FrameSetup->getDebugLoc();
lib/Target/X86/X86CmovConversion.cpp 651 DebugLoc DL = MI.getDebugLoc();
lib/Target/X86/X86DiscriminateMemOps.cpp 56 DebugLoc DL(Loc);
110 const auto &DI = MI.getDebugLoc();
lib/Target/X86/X86ExpandPseudo.cpp 85 DebugLoc DL = JTInst->getDebugLoc();
183 DebugLoc DL = MBBI->getDebugLoc();
lib/Target/X86/X86FastISel.cpp 85 const DebugLoc &DL);
1393 const DebugLoc &CurDbgLoc) {
lib/Target/X86/X86FlagsCopyLowering.cpp 410 DebugLoc TestLoc = CopyDefI.getDebugLoc();
913 auto SetLoc = SetBI.getDebugLoc();
lib/Target/X86/X86FloatingPoint.cpp 225 DebugLoc dl = I == MBB->end() ? DebugLoc() : I->getDebugLoc();
246 DebugLoc dl = I == MBB->end() ? DebugLoc() : I->getDebugLoc();
835 const DebugLoc &dl = MI.getDebugLoc();
1294 DebugLoc dl = MI.getDebugLoc();
lib/Target/X86/X86FrameLowering.cpp 519 DebugLoc DL = PrologMBB.findDebugLoc(MBBI);
1007 DebugLoc DL;
1596 DebugLoc DL;
2068 DebugLoc DL = MBB.findDebugLoc(MI);
2143 DebugLoc DL = CatchRet->getDebugLoc();
2189 DebugLoc DL = MBB.findDebugLoc(MI);
2293 DebugLoc DL;
2584 DebugLoc DL;
2798 DebugLoc DL = I->getDebugLoc();
3221 DebugLoc DL = MBB.findDebugLoc(MBBI);
lib/Target/X86/X86ISelLowering.cpp29177 DebugLoc DL = MI.getDebugLoc();
29297 DebugLoc DL = MI.getDebugLoc();
29545 DebugLoc DL = MI.getDebugLoc();
29667 DebugLoc DL = MIItBegin->getDebugLoc();
29719 DebugLoc DL = FirstCMOV.getDebugLoc();
29874 DebugLoc DL = MI.getDebugLoc();
30017 DebugLoc DL = MI.getDebugLoc();
30152 DebugLoc DL = MI.getDebugLoc();
30187 DebugLoc DL = MI.getDebugLoc();
30203 DebugLoc DL = MI.getDebugLoc();
30232 DebugLoc DL = MI.getDebugLoc();
30362 DebugLoc DL = MI.getDebugLoc();
30424 DebugLoc DL = MI.getDebugLoc();
30467 DebugLoc DL = MI.getDebugLoc();
30627 DebugLoc DL = MI.getDebugLoc();
30803 DebugLoc DL = MI.getDebugLoc();
30887 DebugLoc DL = MI.getDebugLoc();
30936 DebugLoc DL = MI.getDebugLoc();
31166 DebugLoc DL = MI.getDebugLoc();
lib/Target/X86/X86ISelLowering.h 1522 X86StoreSDNode(unsigned Opcode, unsigned Order, const DebugLoc &dl,
1541 const DebugLoc &dl, SDVTList VTs, EVT MemVT,
1558 TruncSStoreSDNode(unsigned Order, const DebugLoc &dl,
1570 TruncUSStoreSDNode(unsigned Order, const DebugLoc &dl,
1583 const DebugLoc &dl, SDVTList VTs, EVT MemVT,
1596 const DebugLoc &dl, SDVTList VTs, EVT MemVT,
1611 const DebugLoc &dl, SDVTList VTs, EVT MemVT,
1628 X86MaskedGatherSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
1642 X86MaskedScatterSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
lib/Target/X86/X86InsertPrefetch.cpp 72 if (const auto &Loc = MI.getDebugLoc())
lib/Target/X86/X86InstrInfo.cpp 658 const DebugLoc &DL = Orig.getDebugLoc();
2773 const DebugLoc &DL,
3909 DebugLoc DL = MIB->getDebugLoc();
3928 DebugLoc DL = MIB->getDebugLoc();
3985 DebugLoc DL = MIB->getDebugLoc();
5509 DebugLoc DL;
5584 DebugLoc DL;
7762 DebugLoc DL = FirstMBB.findDebugLoc(MBBI);
lib/Target/X86/X86InstrInfo.h 306 const DebugLoc &DL,
lib/Target/X86/X86InstructionSelector.cpp 1438 const DebugLoc &DbgLoc = I.getDebugLoc();
lib/Target/X86/X86OptimizeLEAs.cpp 578 DebugLoc DL = MI.getDebugLoc();
lib/Target/X86/X86PadShortFunction.cpp 204 DebugLoc DL = MBBI->getDebugLoc();
lib/Target/X86/X86SpeculativeLoadHardening.cpp 427 DebugLoc Loc;
1950 DebugLoc Loc = MI.getDebugLoc();
2332 DebugLoc Loc = MI.getDebugLoc();
2383 DebugLoc Loc = MI.getDebugLoc();
2432 DebugLoc Loc = MI.getDebugLoc();
lib/Target/X86/X86VZeroUpper.cpp 180 DebugLoc dl = I->getDebugLoc();
lib/Target/X86/X86WinAllocaExpander.cpp 198 DebugLoc DL = MI->getDebugLoc();
lib/Target/XCore/XCoreFrameLowering.cpp 234 DebugLoc dl;
349 DebugLoc dl = MBBI->getDebugLoc();
428 DebugLoc DL;
lib/Target/XCore/XCoreISelLowering.cpp 1526 DebugLoc dl = MI.getDebugLoc();
lib/Target/XCore/XCoreInstrInfo.cpp 275 const DebugLoc &DL,
365 DebugLoc DL;
387 DebugLoc DL;
430 DebugLoc dl;
lib/Target/XCore/XCoreInstrInfo.h 59 const DebugLoc &DL,
lib/Target/XCore/XCoreRegisterInfo.cpp 66 DebugLoc dl = MI.getDebugLoc();
99 DebugLoc dl = MI.getDebugLoc();
133 DebugLoc dl = MI.getDebugLoc();
167 DebugLoc dl = MI.getDebugLoc();
lib/Transforms/IPO/Inliner.cpp 507 static void emit_inlined_into(OptimizationRemarkEmitter &ORE, DebugLoc &DLoc,
681 DebugLoc DLoc = CS->getDebugLoc();
1073 DebugLoc DLoc = CS->getDebugLoc();
lib/Transforms/IPO/MergeFunctions.cpp 727 DebugLoc CIDbgLoc = DebugLoc::get(DIS->getScopeLine(), 0, DIS);
727 DebugLoc CIDbgLoc = DebugLoc::get(DIS->getScopeLine(), 0, DIS);
728 DebugLoc RIDbgLoc = DebugLoc::get(DIS->getScopeLine(), 0, DIS);
728 DebugLoc RIDbgLoc = DebugLoc::get(DIS->getScopeLine(), 0, DIS);
lib/Transforms/IPO/PartialInlining.cpp 321 std::tuple<DebugLoc, BasicBlock *> getOneDebugLoc(Function *F) {
323 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
1362 DebugLoc DLoc;
lib/Transforms/IPO/SampleProfile.cpp 660 const DebugLoc &DLoc = Inst.getDebugLoc();
858 DebugLoc DLoc = I->getDebugLoc();
1429 const DebugLoc &DLoc = I.getDebugLoc();
1462 DebugLoc BranchLoc = TI->getDebugLoc();
lib/Transforms/IPO/WholeProgramDevirt.cpp 321 DebugLoc DLoc = CS->getDebugLoc();
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp 1570 DebugLoc MergedLoc = DILocation::getMergedLocation(SI.getDebugLoc(),
lib/Transforms/Instrumentation/AddressSanitizer.cpp 2990 DebugLoc EntryDebugLocation;
2992 EntryDebugLocation = DebugLoc::get(SP->getScopeLine(), 0, SP);
lib/Transforms/Instrumentation/BoundsChecking.cpp 183 auto DebugLoc = IRB.getCurrentDebugLocation();
lib/Transforms/Instrumentation/GCOVProfiling.cpp 601 const DebugLoc &Loc = I.getDebugLoc();
734 const DebugLoc &Loc = I.getDebugLoc();
lib/Transforms/Instrumentation/SanitizerCoverage.cpp 852 DebugLoc EntryLoc;
855 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP);
lib/Transforms/Scalar/GVN.cpp 1230 if (const DebugLoc &DL = I->getDebugLoc())
1231 I->setDebugLoc(DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt()));
lib/Transforms/Scalar/LICM.cpp 1693 if (const DebugLoc &DL = I.getDebugLoc())
1694 I.setDebugLoc(DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt()));
1743 DebugLoc DL;
2106 DebugLoc DL = LoopUses[0]->getDebugLoc();
lib/Transforms/Scalar/LoopIdiomRecognize.cpp 252 const DebugLoc &DL, bool ZeroCheck,
1635 const DebugLoc &DL) {
1648 const DebugLoc &DL, bool ZeroCheck,
1694 PHINode *CntPhi, Value *InitX, Instruction *DefX, const DebugLoc &DL,
1788 const DebugLoc &DL = CntInst->getDebugLoc();
lib/Transforms/Utils/CodeExtractor.cpp 1136 if (auto DL = newFunction->getEntryBlock().getTerminator()->getDebugLoc())
lib/Transforms/Utils/EntryExitInstrumenter.cpp 21 Instruction *InsertionPt, DebugLoc DL) {
82 DebugLoc DL;
84 DL = DebugLoc::get(SP->getScopeLine(), 0, SP);
106 DebugLoc DL;
107 if (DebugLoc TerminatorDL = T->getDebugLoc())
110 DL = DebugLoc::get(0, 0, SP);
lib/Transforms/Utils/InlineFunction.cpp 1350 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt,
1350 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt,
1353 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes);
1353 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes);
1354 return DebugLoc::get(OrigDL.getLine(), OrigDL.getCol(), OrigDL.getScope(),
1390 const DebugLoc &TheCallDL = TheCall->getDebugLoc();
1419 if (DebugLoc DL = BI->getDebugLoc()) {
1420 DebugLoc IDL =
2335 DebugLoc Loc;
lib/Transforms/Utils/Local.cpp 1276 static DebugLoc getDebugValueLoc(DbgVariableIntrinsic *DII, Instruction *Src) {
1278 DebugLoc DeclareLoc = DII->getDebugLoc();
1282 return DebugLoc::get(0, 0, Scope, InlinedAt);
1295 DebugLoc NewLoc = getDebugValueLoc(DII, SI);
1335 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr);
1369 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr);
1435 DebugLoc NewLoc = getDebugValueLoc(DDI, nullptr);
1544 DebugLoc Loc = DII->getDebugLoc();
1568 DebugLoc Loc = DVI->getDebugLoc();
lib/Transforms/Utils/PromoteMemoryToRegister.cpp 164 using LocationVector = std::vector<DebugLoc>;
863 static void updateForIncomingValueLocation(PHINode *PN, DebugLoc DL,
lib/Transforms/Utils/SSAUpdater.cpp 177 DebugLoc DL;
lib/Transforms/Vectorize/LoopVectorize.cpp 798 DebugLoc Empty;
855 DebugLoc DL = TheLoop->getStartLoc();
889 if (const DebugLoc LoopDbgLoc = L->getStartLoc())
lib/Transforms/Vectorize/SLPVectorizer.cpp 6455 DebugLoc Loc = cast<Instruction>(ReducedVals[i])->getDebugLoc();
tools/clang/lib/CodeGen/CGCall.cpp 2814 llvm::DebugLoc RetDbgLoc;
tools/clang/lib/CodeGen/CGDebugInfo.cpp 117 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(
126 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc)
3760 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(
3793 llvm::DebugLoc::get(getLineNumber(Loc), getColumnNumber(Loc),
4007 llvm::DebugLoc::get(Line, Column, Scope, CurInlinedAt),
4033 llvm::DebugLoc::get(Line, Column, Scope, CurInlinedAt),
4074 llvm::DebugLoc::get(Line, Column, Scope, CurInlinedAt),
4148 auto DL =
4149 llvm::DebugLoc::get(Line, Column, LexicalBlockStack.back(), CurInlinedAt);
4334 llvm::DebugLoc::get(line, column, scope, CurInlinedAt),
4751 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) {
4756 return llvm::DebugLoc::get(getLineNumber(Loc), getColumnNumber(Loc), Scope);
tools/clang/lib/CodeGen/CGDebugInfo.h 390 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
717 llvm::DebugLoc OriginalLocation;
724 ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc);
tools/clang/lib/CodeGen/CGLoopInfo.cpp 456 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc,
456 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc,
564 void LoopInfoStack::push(BasicBlock *Header, const llvm::DebugLoc &StartLoc,
565 const llvm::DebugLoc &EndLoc) {
575 const llvm::DebugLoc &StartLoc,
576 const llvm::DebugLoc &EndLoc) {
tools/clang/lib/CodeGen/CGLoopInfo.h 84 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc,
84 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc,
113 llvm::DebugLoc StartLoc;
115 llvm::DebugLoc EndLoc;
199 void push(llvm::BasicBlock *Header, const llvm::DebugLoc &StartLoc,
200 const llvm::DebugLoc &EndLoc);
205 llvm::ArrayRef<const Attr *> Attrs, const llvm::DebugLoc &StartLoc,
206 const llvm::DebugLoc &EndLoc);
tools/clang/lib/CodeGen/CodeGenFunction.cpp 242 llvm::DebugLoc CodeGenFunction::EmitReturnBlock() {
271 llvm::DebugLoc Loc = BI->getDebugLoc();
340 llvm::DebugLoc Loc = EmitReturnBlock();
2387 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) {
tools/clang/lib/CodeGen/CodeGenFunction.h 1869 llvm::DebugLoc EmitReturnBlock();
2654 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
tools/llvm-dis/llvm-dis.cpp 72 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) {
95 if (const DebugLoc &DL = I->getDebugLoc()) {
tools/llvm-exegesis/lib/Assembler.cpp 93 void BasicBlockFiller::addInstruction(const MCInst &Inst, const DebugLoc &DL) {
118 const DebugLoc &DL) {
123 void BasicBlockFiller::addReturn(const DebugLoc &DL) {
tools/llvm-exegesis/lib/Assembler.h 49 void addInstruction(const MCInst &Inst, const DebugLoc &DL = DebugLoc());
50 void addInstructions(ArrayRef<MCInst> Insts, const DebugLoc &DL = DebugLoc());
52 void addReturn(const DebugLoc &DL = DebugLoc());
tools/opt/Debugify.cpp 246 auto DL = I.getDebugLoc();
tools/polly/include/polly/ScopDetection.h 505 bool isReducibleRegion(Region &R, DebugLoc &DbgLoc) const;
tools/polly/include/polly/ScopDetectionDiagnostic.h 48 void getDebugLocations(const BBPair &P, DebugLoc &Begin, DebugLoc &End);
48 void getDebugLocations(const BBPair &P, DebugLoc &Begin, DebugLoc &End);
114 static const DebugLoc Unknown;
151 virtual const DebugLoc &getDebugLoc() const;
215 const DebugLoc &getDebugLoc() const override;
223 DebugLoc DbgLoc;
226 ReportIrreducibleRegion(Region *R, DebugLoc DbgLoc)
240 const DebugLoc &getDebugLoc() const override;
248 DebugLoc DbgLoc;
251 ReportUnreachableInExit(BasicBlock *BB, DebugLoc DbgLoc)
266 const DebugLoc &getDebugLoc() const override;
290 const DebugLoc &getDebugLoc() const override { return Inst->getDebugLoc(); }
530 const DebugLoc Loc;
547 const DebugLoc &getDebugLoc() const override;
558 const DebugLoc Loc;
575 const DebugLoc &getDebugLoc() const override;
586 const DebugLoc Loc;
603 const DebugLoc &getDebugLoc() const override;
614 const DebugLoc Loc;
631 const DebugLoc &getDebugLoc() const override;
655 const DebugLoc &getDebugLoc() const override;
694 const DebugLoc &getDebugLoc() const override;
736 const DebugLoc &getDebugLoc() const override;
758 const DebugLoc &getDebugLoc() const override;
780 const DebugLoc &getDebugLoc() const override;
803 const DebugLoc &getDebugLoc() const override;
826 const DebugLoc &getDebugLoc() const override;
849 const DebugLoc &getDebugLoc() const override;
tools/polly/include/polly/ScopInfo.h 1639 DebugLoc Loc;
2326 bool trackAssumption(AssumptionKind Kind, isl::set Set, DebugLoc Loc,
2347 void addAssumption(AssumptionKind Kind, isl::set Set, DebugLoc Loc,
2365 void recordAssumption(AssumptionKind Kind, isl::set Set, DebugLoc Loc,
2378 void invalidate(AssumptionKind Kind, DebugLoc Loc, BasicBlock *BB = nullptr);
tools/polly/lib/Analysis/ScopBuilder.cpp 3755 DebugLoc Beg, End;
tools/polly/lib/Analysis/ScopDetection.cpp 385 Args &&... Arguments) const {
1647 DebugLoc DbgLoc;
1708 bool ScopDetection::isReducibleRegion(Region &R, DebugLoc &DbgLoc) const {
tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp 100 static bool operator<(const DebugLoc &LHS, const DebugLoc &RHS) {
100 static bool operator<(const DebugLoc &LHS, const DebugLoc &RHS) {
112 void getDebugLocations(const BBPair &P, DebugLoc &Begin, DebugLoc &End) {
112 void getDebugLocations(const BBPair &P, DebugLoc &Begin, DebugLoc &End) {
124 DebugLoc DL = Inst.getDebugLoc();
136 DebugLoc Begin, End;
145 if (const DebugLoc &Loc = RR->getDebugLoc())
173 const DebugLoc RejectReason::Unknown = DebugLoc();
175 const DebugLoc &RejectReason::getDebugLoc() const {
210 const DebugLoc &ReportInvalidTerminator::getDebugLoc() const {
232 const DebugLoc &ReportUnreachableInExit::getDebugLoc() const { return DbgLoc; }
257 const DebugLoc &ReportIrreducibleRegion::getDebugLoc() const { return DbgLoc; }
461 const DebugLoc &ReportLoopBound::getDebugLoc() const { return Loc; }
488 const DebugLoc &ReportLoopHasNoExit::getDebugLoc() const { return Loc; }
513 const DebugLoc &ReportLoopHasMultipleExits::getDebugLoc() const { return Loc; }
539 const DebugLoc &ReportLoopOnlySomeLatches::getDebugLoc() const { return Loc; }
560 const DebugLoc &ReportFuncCall::getDebugLoc() const {
591 const DebugLoc &ReportNonSimpleMemoryAccess::getDebugLoc() const {
657 const DebugLoc &ReportAlias::getDebugLoc() const { return Inst->getDebugLoc(); }
692 const DebugLoc &ReportIntToPtr::getDebugLoc() const {
714 const DebugLoc &ReportAlloca::getDebugLoc() const {
738 const DebugLoc &ReportUnknownInst::getDebugLoc() const {
764 const DebugLoc &ReportEntry::getDebugLoc() const {
790 const DebugLoc &ReportUnprofitable::getDebugLoc() const {
793 if (const DebugLoc &DL = Inst.getDebugLoc())
tools/polly/lib/Analysis/ScopInfo.cpp 694 const auto &Loc = getAccessInstruction()
2042 bool Scop::trackAssumption(AssumptionKind Kind, isl::set Set, DebugLoc Loc,
2105 void Scop::addAssumption(AssumptionKind Kind, isl::set Set, DebugLoc Loc,
2119 void Scop::recordAssumption(AssumptionKind Kind, isl::set Set, DebugLoc Loc,
2126 void Scop::invalidate(AssumptionKind Kind, DebugLoc Loc, BasicBlock *BB) {
2261 auto DL = BB ? BB->getTerminator()->getDebugLoc() : DebugLoc();
tools/polly/lib/Support/SCEVAffinator.cpp 104 auto DL = BB ? BB->getTerminator()->getDebugLoc() : DebugLoc();
142 const DebugLoc &Loc = BB ? BB->getTerminator()->getDebugLoc() : DebugLoc();
553 const DebugLoc &Loc = BB ? BB->getTerminator()->getDebugLoc() : DebugLoc();
tools/polly/lib/Support/ScopLocation.cpp 28 DebugLoc DL = Inst.getDebugLoc();
tools/polly/lib/Transform/DeLICM.cpp 1210 DebugLoc Begin, End;
unittests/CodeGen/MachineInstrTest.cpp 329 DebugLoc DL(DIL);
unittests/IR/IRBuilderTest.cpp 707 I->setDebugLoc(DebugLoc::get(2, 0, BadScope));
729 I->setDebugLoc(DebugLoc::get(3, 2, SP));
730 R->setDebugLoc(DebugLoc::get(4, 2, SP));
755 DebugLoc DL = I->getDebugLoc();
757 auto IA = DebugLoc::appendInlinedAt(DL, InlinedAtNode, Ctx, IANodes);
757 auto IA = DebugLoc::appendInlinedAt(DL, InlinedAtNode, Ctx, IANodes);
758 auto NewDL = DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(), IA);
758 auto NewDL = DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(), IA);
812 DebugLoc DL1 = DILocation::get(Ctx, 2, 0, SP);
813 DebugLoc DL2 = DILocation::get(Ctx, 3, 0, SP);
unittests/Transforms/Utils/CloningTest.cpp 488 DebugLoc Loc = DebugLoc::get(3, 2, Subprogram);
488 DebugLoc Loc = DebugLoc::get(3, 2, Subprogram);
491 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram));
494 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram));
517 auto InlinedDL =
518 DebugLoc::get(9, 4, Scope, DebugLoc::get(5, 2, Subprogram));
518 DebugLoc::get(9, 4, Scope, DebugLoc::get(5, 2, Subprogram));
580 const DebugLoc& OldDL = OldI.getDebugLoc();
581 const DebugLoc& NewDL = NewI.getDebugLoc();
unittests/Transforms/Utils/LocalTest.cpp 617 DebugLoc DLA = A.getDebugLoc();
628 DebugLoc DLB = B.getDebugLoc();
usr/include/c++/7.4.0/bits/algorithmfwd.h 369 const _Tp&
370 max(const _Tp&, const _Tp&);
370 max(const _Tp&, const _Tp&);
382 const _Tp&
383 min(const _Tp&, const _Tp&);
383 min(const _Tp&, const _Tp&);
usr/include/c++/7.4.0/bits/alloc_traits.h 387 using allocator_type = allocator<_Tp>;
389 using value_type = _Tp;
392 using pointer = _Tp*;
395 using const_pointer = const _Tp*;
474 construct(allocator_type& __a, _Up* __p, _Args&&... __args)
usr/include/c++/7.4.0/bits/allocator.h 108 class allocator: public __allocator_base<_Tp>
113 typedef _Tp* pointer;
114 typedef const _Tp* const_pointer;
115 typedef _Tp& reference;
116 typedef const _Tp& const_reference;
117 typedef _Tp value_type;
137 allocator(const allocator<_Tp1>&) throw() { }
usr/include/c++/7.4.0/bits/move.h 46 inline _GLIBCXX_CONSTEXPR _Tp*
47 __addressof(_Tp& __r) _GLIBCXX_NOEXCEPT
72 constexpr _Tp&&
73 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
83 constexpr _Tp&&
84 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
98 move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/bits/shared_ptr.h 343 _Args&&... __args)
688 allocate_shared(const _Alloc& __a, _Args&&... __args)
703 make_shared(_Args&&... __args)
usr/include/c++/7.4.0/bits/shared_ptr_base.h 1317 _Args&&... __args)
usr/include/c++/7.4.0/bits/stl_construct.h 74 _Construct(_T1* __p, _Args&&... __args)
74 _Construct(_T1* __p, _Args&&... __args)
75 { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); }
97 _Destroy(_Tp* __pointer)
204 allocator<_Tp>&)
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h 181 typedef _Tp value_type;
183 typedef _Tp* pointer;
184 typedef _Tp& reference;
192 typedef _Tp value_type;
194 typedef const _Tp* pointer;
195 typedef const _Tp& reference;
usr/include/c++/7.4.0/bits/stl_uninitialized.h 288 _ForwardIterator __result, allocator<_Tp>&)
644 allocator<_Tp>&)
usr/include/c++/7.4.0/bits/stl_vector.h 77 rebind<_Tp>::other _Tp_alloc_type;
216 class vector : protected _Vector_base<_Tp, _Alloc>
227 typedef _Vector_base<_Tp, _Alloc> _Base;
232 typedef _Tp value_type;
919 _Tp*
923 const _Tp*
962 emplace_back(_Args&&... __args);
1483 _M_realloc_insert(iterator __position, _Args&&... __args);
usr/include/c++/7.4.0/bits/unique_ptr.h 824 make_unique(_Args&&... __args)
usr/include/c++/7.4.0/ext/alloc_traits.h 117 { typedef typename _Base_type::template rebind_alloc<_Tp> other; };
usr/include/c++/7.4.0/ext/new_allocator.h 63 typedef _Tp* pointer;
64 typedef const _Tp* const_pointer;
65 typedef _Tp& reference;
66 typedef const _Tp& const_reference;
67 typedef _Tp value_type;
84 new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
111 return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp)));
130 { return size_t(-1) / sizeof(_Tp); }
135 construct(_Up* __p, _Args&&... __args)
usr/include/c++/7.4.0/initializer_list 50 typedef _E value_type;
51 typedef const _E& reference;
52 typedef const _E& const_reference;
54 typedef const _E* iterator;
55 typedef const _E* const_iterator;
usr/include/c++/7.4.0/tuple 56 struct __is_empty_non_tuple : is_empty<_Tp> { };
125 constexpr _Head_base(const _Head& __h)
132 constexpr _Head_base(_UHead&& __h)
133 : _M_head_impl(std::forward<_UHead>(__h)) { }
159 static constexpr _Head&
162 static constexpr const _Head&
165 _Head _M_head_impl;
187 private _Head_base<_Idx, _Head>
192 typedef _Head_base<_Idx, _Head> _Base;
194 static constexpr _Head&
197 static constexpr const _Head&
210 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail)
216 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail)
227 _Base(std::forward<_Head>(_M_head(__in))) { }
230 constexpr _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
235 constexpr _Tuple_impl(_Tuple_impl<_Idx, _UHead, _UTails...>&& __in)
248 const _Head& __head, const _Tail&... __tail)
322 _M_head(*this) = std::forward<_UHead>
323 (_Tuple_impl<_Idx, _UHead, _UTails...>::_M_head(__in));
325 (_Tuple_impl<_Idx, _UHead, _UTails...>::_M_tail(__in));
473 return __and_<is_constructible<_Elements, const _UElements&>...>::value;
473 return __and_<is_constructible<_Elements, const _UElements&>...>::value;
479 return __and_<is_convertible<const _UElements&, _Elements>...>::value;
479 return __and_<is_convertible<const _UElements&, _Elements>...>::value;
485 return __and_<is_constructible<_Elements, _UElements&&>...>::value;
485 return __and_<is_constructible<_Elements, _UElements&&>...>::value;
491 return __and_<is_convertible<_UElements&&, _Elements>...>::value;
491 return __and_<is_convertible<_UElements&&, _Elements>...>::value;
907 class tuple<_T1, _T2> : public _Tuple_impl<0, _T1, _T2>
909 typedef _Tuple_impl<0, _T1, _T2> _Inherited;
939 _TC<is_same<_Dummy, void>::value, _T1, _T2>;
947 constexpr tuple(const _T1& __a1, const _T2& __a2)
956 explicit constexpr tuple(const _T1& __a1, const _T2& __a2)
961 using _TMC = _TC<true, _T1, _T2>;
971 constexpr tuple(_U1&& __a1, _U2&& __a2)
995 constexpr tuple(const tuple<_U1, _U2>& __in)
1013 constexpr tuple(tuple<_U1, _U2>&& __in)
1078 const _T1& __a1, const _T2& __a2)
1090 const _T1& __a1, const _T2& __a2)
1225 operator=(const tuple<_U1, _U2>& __in)
1233 operator=(tuple<_U1, _U2>&& __in)
1448 make_tuple(_Elements&&... __args)
1588 constexpr tuple<_Elements&...>
1589 tie(_Elements&... __args) noexcept
usr/include/c++/7.4.0/type_traits 215 : public __is_void_helper<typename remove_cv<_Tp>::type>::type
326 : public __is_integral_helper<typename remove_cv<_Tp>::type>::type
354 : public __is_floating_point_helper<typename remove_cv<_Tp>::type>::type
381 : public __is_pointer_helper<typename remove_cv<_Tp>::type>::type
567 : public __is_null_pointer_helper<typename remove_cv<_Tp>::type>::type
581 : public __or_<is_lvalue_reference<_Tp>,
582 is_rvalue_reference<_Tp>>::type
588 : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
588 : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
601 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
601 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
602 is_void<_Tp>>>::type
611 : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,
611 : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,
611 : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,
612 is_member_pointer<_Tp>, is_null_pointer<_Tp>>::type
612 is_member_pointer<_Tp>, is_null_pointer<_Tp>>::type
631 : public __is_member_pointer_helper<typename remove_cv<_Tp>::type>::type
638 : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
638 : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
777 : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>
777 : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>
798 typedef decltype(__test<_Tp>(0)) type;
811 remove_all_extents<_Tp>::type>::type
825 : public __is_destructible_safe<_Tp>::type
984 typedef decltype(__test<_Tp, _Arg>(0)) type;
989 : public __and_<is_destructible<_Tp>,
990 __is_direct_constructible_impl<_Tp, _Arg>>
1072 __is_direct_constructible_ref_cast<_Tp, _Arg>,
1073 __is_direct_constructible_new_safe<_Tp, _Arg>
1079 : public __is_direct_constructible_new<_Tp, _Arg>::type
1119 : public __is_direct_constructible<_Tp, _Arg>
1130 : public __is_constructible_impl<_Tp, _Args...>::type
1215 : public __and_<is_constructible<_Tp, _Args...>,
1216 __is_nt_constructible_impl<_Tp, _Args...>>
1246 : public is_nothrow_constructible<_Tp, _Tp&&>
1246 : public is_nothrow_constructible<_Tp, _Tp&&>
1252 : public __is_nothrow_move_constructible_impl<_Tp>
1286 : public is_assignable<_Tp&, const _Tp&>
1286 : public is_assignable<_Tp&, const _Tp&>
1292 : public __is_copy_assignable_impl<_Tp>
1526 static void __test_aux(_To1);
1538 typedef decltype(__test<_From, _To>(0)) type;
1545 : public __is_convertible_helper<_From, _To>::type
1554 { typedef _Tp type; };
1563 { typedef _Tp type; };
1574 remove_const<typename remove_volatile<_Tp>::type>::type type;
1629 { typedef _Tp type; };
1633 { typedef _Tp type; };
1659 { typedef _Tp&& type; };
1955 { typedef _Tp type; };
2104 { typedef typename remove_cv<_Up>::type __type; };
2131 typedef _Tp __type;
utils/unittest/googletest/include/gtest/gtest-printers.h 140 static void PrintValue(const T& value, ::std::ostream* os) {
205 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
206 TypeWithoutFormatter<T,
207 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
208 internal::ImplicitlyConvertible<const T&, internal::BiggestInt>::value ?
223 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) {
276 static ::std::string Format(const ToPrint& value) {
351 const T1& value, const T2& /* other_operand */) {
351 const T1& value, const T2& /* other_operand */) {
352 return FormatForComparison<T1, T2>::Format(value);
352 return FormatForComparison<T1, T2>::Format(value);
366 void UniversalPrint(const T& value, ::std::ostream* os);
373 const C& container, ::std::ostream* os) {
439 const T& value, ::std::ostream* os) {
455 void PrintTo(const T& value, ::std::ostream* os) {
478 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
699 static void Print(const T& value, ::std::ostream* os) {
784 static void Print(const T& value, ::std::ostream* os) {
856 typedef T T1;
983 internal::UniversalTersePrinter<T>::Print(value, &ss);
utils/unittest/googletest/include/gtest/gtest.h 1377 const T1& lhs, const T2& rhs) {
1377 const T1& lhs, const T2& rhs) {
1389 const T1& lhs,
1390 const T2& rhs) {
1419 const T1& lhs,
1420 const T2& rhs) {
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h 29 static const T& printable(const T& V) { return V; }
29 static const T& printable(const T& V) { return V; }
35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
37 return StreamSwitch<T>::printable(V);
utils/unittest/googletest/include/gtest/internal/gtest-internal.h 94 ::std::string PrintToString(const T& value);