Searched refs:DebugLoc (Results 251 - 275 of 344) sorted by relevance

<<11121314

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp164 using LocationVector = std::vector<DebugLoc>;
858 static void updateForIncomingValueLocation(PHINode *PN, DebugLoc DL,
H A DCodeExtractor.cpp1507 if (const DebugLoc &DL = I.getDebugLoc())
1508 I.setDebugLoc(DebugLoc::get(DL.getLine(), DL.getCol(), NewSP));
1519 TheCall.setDebugLoc(DebugLoc::get(0, 0, OldSP));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp38 #include "llvm/IR/DebugLoc.h"
473 const DebugLoc &dl, Register DestReg, unsigned SubIdx, int Val,
646 DebugLoc DL; // Defaults to "unknown"
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp604 DebugLoc DL = MI.getDebugLoc();
660 DebugLoc DL = MI.getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp251 const DebugLoc &DL);
562 const DebugLoc &DL) {
H A DMipsISelLowering.cpp53 #include "llvm/IR/DebugLoc.h"
1475 DebugLoc DL = MI.getDebugLoc();
1629 const DebugLoc &DL = MI.getDebugLoc();
1667 DebugLoc DL = MI.getDebugLoc();
1860 DebugLoc DL = MI.getDebugLoc();
1915 DebugLoc DL = MI.getDebugLoc();
4579 DebugLoc DL = MI.getDebugLoc();
4655 DebugLoc DL = MI.getDebugLoc();
4752 DebugLoc DL = MI.getDebugLoc();
4798 DebugLoc D
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp425 const DebugLoc &DL = MI.getDebugLoc();
508 const DebugLoc &DL = MI.getDebugLoc();
H A DAArch64ConditionalCompares.cpp612 DebugLoc TermDL = Head->getFirstTerminator()->getDebugLoc();
H A DAArch64RegisterInfo.cpp531 DebugLoc DL; // Defaults to "unknown"
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp112 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc());
118 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(
127 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc)
3975 setInlinedAt(llvm::DebugLoc(CurInlinedAt).getInlinedAt());
3986 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(
4019 llvm::DebugLoc::get(getLineNumber(Loc), getColumnNumber(Loc),
4233 llvm::DebugLoc::get(Line, Column, Scope, CurInlinedAt),
4259 llvm::DebugLoc::get(Line, Column, Scope, CurInlinedAt),
4295 llvm::DebugLoc::get(Line, Column, Scope, CurInlinedAt),
4370 llvm::DebugLoc
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp31 State.DL = DebugLoc();
253 Const->setDebugLoc(DebugLoc());
287 Const->setDebugLoc(DebugLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp56 #include "llvm/IR/DebugLoc.h"
2120 BuildMI(*Entry, MBBI, DebugLoc(), TII->get(TargetOpcode::COPY), NewVR)
2125 BuildMI(*Exit, Exit->getFirstTerminator(), DebugLoc(),
3313 const DebugLoc &DL = MI.getDebugLoc();
3365 const DebugLoc &DL,
3478 const DebugLoc &DL = MI.getDebugLoc();
3541 const DebugLoc &DL = MI.getDebugLoc();
3613 const DebugLoc &DL = MI.getDebugLoc();
3635 const DebugLoc &DL = MI.getDebugLoc();
3690 const DebugLoc
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp26 #include "llvm/IR/DebugLoc.h"
486 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(),
H A DHardwareLoops.cpp96 DebugLoc DL = L->getStartLoc();
H A DIfConversion.cpp41 #include "llvm/IR/DebugLoc.h"
625 DebugLoc dl; // FIXME: this is nowhere
1474 DebugLoc dl; // FIXME: this is nowhere
1624 DebugLoc dl; // FIXME: this is nowhere
2017 DebugLoc dl;
H A DPrologEpilogInserter.cpp550 BuildMI(SaveBlock, I, DebugLoc(),
578 BuildMI(RestoreBlock, I, DebugLoc(), TII.get(TargetOpcode::COPY), Reg)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp295 DebugLoc DL = PN.getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1633 DebugLoc DL = cast<Instruction>(S)->getDebugLoc();
1791 Context = DebugLoc(Context).getInlinedAt();
1810 DebugLoc Loc = cast<Instruction>(L)->getDebugLoc();
1817 Context = DebugLoc(Context).getInlinedAt();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp40 #include "llvm/IR/DebugLoc.h"
681 DebugLoc dl = MI.getDebugLoc();
H A DHexagonExpandCondsets.cpp107 #include "llvm/IR/DebugLoc.h"
629 const DebugLoc &DL = MI->getDebugLoc();
871 DebugLoc DL = Where->getDebugLoc(); // "Where" points to an instruction.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp63 #include "llvm/IR/DebugLoc.h"
653 DebugLoc DL = MI.getDebugLoc();
H A DX86OptimizeLEAs.cpp41 #include "llvm/IR/DebugLoc.h"
587 DebugLoc DL = MI.getDebugLoc();
H A DX86InstrInfo.cpp1142 const DebugLoc &DL = Orig.getDebugLoc();
3247 const DebugLoc &DL,
3341 const DebugLoc &DL, Register DstReg,
3440 const DebugLoc &DL, MCRegister DestReg,
3737 addFrameReference(BuildMI(MBB, MI, DebugLoc(), get(Opc)), FrameIdx)
3752 addFrameReference(BuildMI(MBB, MI, DebugLoc(), get(Opc), DestReg), FrameIdx);
4389 DebugLoc DL = MIB->getDebugLoc();
4408 DebugLoc DL = MIB->getDebugLoc();
4465 DebugLoc DL = MIB->getDebugLoc();
6195 DebugLoc D
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp903 DebugLoc EntryLoc;
906 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp822 DebugLoc DL;
1045 const DebugLoc &DL,
1134 const DebugLoc &dl, Register DestReg,
1246 const DebugLoc &DL, MCRegister DestReg,
1427 DebugLoc DL;
1484 void PPCInstrInfo::LoadRegFromStackSlot(MachineFunction &MF, const DebugLoc &DL,
1511 DebugLoc DL;

Completed in 374 milliseconds

<<11121314