Searched refs:DebugLoc (Results 51 - 75 of 344) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h146 const DebugLoc &DL, MCRegister DestReg,
150 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
154 const DebugLoc &DL, MCRegister DestReg, MCRegister SrcReg,
195 const DebugLoc &DL,
203 const DebugLoc &DL, Register DstReg,
308 void instantiateCondBranch(MachineBasicBlock &MBB, const DebugLoc &DL,
330 const DebugLoc &DL, unsigned DestReg, unsigned SrcReg,
H A DAArch64SLSHardening.cpp28 #include "llvm/IR/DebugLoc.h"
76 DebugLoc DL,
227 BuildMI(Entry, DebugLoc(), TII->get(AArch64::ORRXrs), AArch64::X16)
231 BuildMI(Entry, DebugLoc(), TII->get(AArch64::BR)).addReg(AArch64::X16);
237 Entry->end(), DebugLoc(), true /*AlwaysUseISBDSB*/);
299 DebugLoc DL = BLR.getDebugLoc();
H A DAArch64A53Fix835769.cpp178 DebugLoc DL = I->getDebugLoc();
182 DebugLoc DL = MI->getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp18 #include "llvm/IR/DebugLoc.h"
33 const DebugLoc &DL, MCRegister DestReg,
52 DebugLoc dl = MI->getDebugLoc();
129 DebugLoc DL;
152 DebugLoc DL;
223 const DebugLoc &DL,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
115 DebugLoc DL = MBBI->getDebugLoc();
185 DebugLoc DL;
209 DebugLoc DL;
H A DMSP430InstrInfo.cpp41 DebugLoc DL;
68 DebugLoc DL;
92 const DebugLoc &DL, MCRegister DestReg,
257 const DebugLoc &DL,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp24 #include "llvm/IR/DebugLoc.h"
71 const DebugLoc &DL, MCRegister DestReg,
112 DebugLoc DL;
130 DebugLoc DL;
213 DebugLoc DL;
243 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
279 DebugLoc DL;
323 const DebugLoc &DL,
464 DebugLoc D
[all...]
H A DMipsInstrInfo.h73 const DebugLoc &DL,
188 const DebugLoc &DL, ArrayRef<MachineOperand> Cond) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertSkips.cpp32 #include "llvm/IR/DebugLoc.h"
68 DebugLoc DL);
168 MachineBasicBlock::iterator I, DebugLoc DL,
185 DebugLoc DL;
197 MachineBasicBlock::iterator I, DebugLoc DL) {
263 DebugLoc DL = MI.getDebugLoc();
393 const DebugLoc &DL = MI.getDebugLoc();
H A DAMDILCFGStructurizer.cpp31 #include "llvm/IR/DebugLoc.h"
223 const DebugLoc &DL = DebugLoc());
225 const DebugLoc &DL = DebugLoc());
228 const DebugLoc &DL);
231 int RegNum, const DebugLoc &DL);
243 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *MBB);
457 int NewOpcode, const DebugLoc &DL) {
467 const DebugLoc
[all...]
H A DSIWholeQuadMode.cpp80 #include "llvm/IR/DebugLoc.h"
533 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), SaveReg)
536 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), AMDGPU::SCC)
603 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(ST->isWave32() ?
609 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(ST->isWave32() ?
626 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), Exec)
629 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(ST->isWave32() ?
644 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::ENTER_WWM), SaveOrig)
655 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::EXIT_WWM),
820 const DebugLoc
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp42 DebugLoc dl;
91 DebugLoc dl;
134 DebugLoc dl;
172 DebugLoc dl;
215 DebugLoc dl;
293 DebugLoc dl = MBBI->getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp50 #include "llvm/IR/DebugLoc.h"
184 MachineBasicBlock::iterator InsertPt, DebugLoc Loc);
186 MachineBasicBlock::iterator InsertPt, DebugLoc Loc,
190 MachineBasicBlock::iterator InsertPt, DebugLoc Loc,
194 DebugLoc Loc);
206 DebugLoc Loc);
255 BuildMI(&MBB, DebugLoc(), TII.get(X86::JMP_1)).addMBB(&OldLayoutSucc);
428 DebugLoc Loc;
592 BuildMI(*MBB, InsertPt, DebugLoc(), TII->get(X86::LFENCE));
757 auto CMovI = BuildMI(CheckingMBB, InsertPt, DebugLoc(),
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h27 #include "llvm/IR/DebugLoc.h"
106 DebugLoc dl;
111 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO)
115 DebugLoc getdl() { return dl; }
481 DebugLoc getCurDebugLoc() const {
482 return CurInst ? CurInst->getDebugLoc() : DebugLoc();
513 DIExpression *Expr, DebugLoc CurDL,
514 DebugLoc InstDL, unsigned Order);
813 DIExpression *Expr, const DebugLoc &dl,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h51 const DebugLoc &DL, MCRegister DestinationRegister,
142 const DebugLoc &DL,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPatchableFunction.cpp62 BuildMI(FirstMBB, FirstMBB.begin(), DebugLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp61 auto DI = OptimizationRemark(DEBUG_TYPE, "", DebugLoc(), &BBs.front());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp55 for (const DebugLoc &Loc : LostDebugLocs) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h73 const DebugLoc &DL, Register DestReg, Register SrcReg,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp179 MachineBasicBlock::iterator &InsertStore, const DebugLoc &DL) const {
200 DebugLoc DL = I->getDebugLoc();
225 DebugLoc DL;
285 DebugLoc DL;
H A DWebAssemblyPrepareForLiveIntervals.cpp108 BuildMI(Entry, Entry.begin(), DebugLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp40 const DebugLoc &DL, MCRegister DestReg,
88 DebugLoc DL;
117 DebugLoc DL;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVExtract.cpp70 DebugLoc DL = ExtI->getDebugLoc();
124 DebugLoc dl, int FI, unsigned Offset) {
169 DebugLoc DL = ExtI->getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp283 const DebugLoc &dl, MCRegister DestReg,
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 {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp275 const DebugLoc &DL,
333 const DebugLoc &DL, MCRegister DestReg,
365 DebugLoc DL;
387 DebugLoc DL;
430 DebugLoc dl;

Completed in 283 milliseconds

1234567891011>>