Searched refs:getDebugLoc (Results 201 - 225 of 360) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp586 MachineInstr *Copy = BuildMI(*UseMBB, UseMI, UseMI->getDebugLoc(),
769 MachineInstrBuilder MIB = BuildMI(*MBB, &OrigPHI, OrigPHI.getDebugLoc(),
1238 BuildMI(*CopyLike.getParent(), &CopyLike, CopyLike.getDebugLoc(),
H A DShrinkWrap.cpp495 MBB.front().getDebugLoc(), &MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp35 Inst->setDebugLoc(FirstInst->getDebugLoc());
42 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp435 if (Op->getDebugLoc() && !New->getDebugLoc())
436 New->setDebugLoc(Op->getDebugLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1197 NewSI->setDebugLoc(PTI->getDebugLoc());
1351 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc());
1413 NT->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc());
1660 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc());
2144 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(),
2145 SpeculatedStore->getDebugLoc());
2276 CritEdgeBranch->setDebugLoc(BI->getDebugLoc());
[all...]
H A DBreakCriticalEdges.cpp203 NewBI->setDebugLoc(TI->getDebugLoc());
H A DLCSSA.cpp158 PN->setDebugLoc(I->getDebugLoc());
H A DSSAUpdater.cpp179 DL = I->getDebugLoc();
H A DLocal.cpp1293 DebugLoc DeclareLoc = DII->getDebugLoc();
1579 DebugLoc Loc = DII->getDebugLoc();
1594 DebugLoc Loc = DVI->getDebugLoc();
1959 CallTrap->setDebugLoc(I->getDebugLoc());
1962 UI->setDebugLoc(I->getDebugLoc());
1986 NewCall->setDebugLoc(II->getDebugLoc());
2048 II->setDebugLoc(CI->getDebugLoc());
2252 NewTI->setDebugLoc(TI->getDebugLoc());
2673 I->setDebugLoc(InsertPt->getDebugLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp321 Builder.SetCurrentDebugLocation(I->getDebugLoc());
481 Builder.SetCurrentDebugLocation(I->getDebugLoc());
953 Builder.SetCurrentDebugLocation(Offs->getDebugLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h363 const DebugLoc &getDebugLoc() const { return DbgLoc; } function in class:llvm::Instruction
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp401 DebugLoc Loc = I->getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp593 const DebugLoc &Loc = I.getDebugLoc();
671 DebugLoc Loc = F->getDebugLoc();
687 DebugLoc Loc = E->getDebugLoc();
784 const DebugLoc &Loc = I.getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp834 DL = InsertPos->getDebugLoc();
1244 DL = InsertPos->getDebugLoc();
1280 DebugLoc LastIDL = LastI->getDebugLoc();
1592 DebugLoc DL = DI->getDebugLoc();
H A DHexagonRegisterInfo.cpp233 const DebugLoc &DL = MI.getDebugLoc();
H A DHexagonStoreWidening.cpp417 DebugLoc DL = OG.back()->getDebugLoc();
H A DHexagonInstrInfo.cpp696 DL(Loop->getDebugLoc()) {
749 BuildMI(*Loop->getParent(), Loop, Loop->getDebugLoc(),
1008 DebugLoc DL = MI.getDebugLoc();
1207 BuildMI(MBB, MI, MI.getDebugLoc(), get(Hexagon::M2_mpyi),
1211 BuildMI(MBB, MI, MI.getDebugLoc(), get(Hexagon::M2_mpyi),
1234 BuildMI(MBB, MI, MI.getDebugLoc(), get(Hexagon::M2_maci),
1239 BuildMI(MBB, MI, MI.getDebugLoc(), get(Hexagon::M2_maci),
1262 DebugLoc DL = MI.getDebugLoc();
1461 const DebugLoc &DL = MI.getDebugLoc();
1602 DebugLoc DL = MI.getDebugLoc();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp388 B.SetCurrentDebugLocation(RI->getDebugLoc());
H A DR600OptimizeVectorRegisters.cpp207 DebugLoc DL = Pos->getDebugLoc();
H A DSIInsertWaitcnts.cpp1163 MI.getDebugLoc(), TII->get(AMDGPU::S_WAITCNT))
1177 BuildMI(*MI.getParent(), MI.getIterator(), MI.getDebugLoc(),
1476 BuildMI(Block, Inst, Inst.getDebugLoc(),
1621 BuildMI(*MBB, I, I->getDebugLoc(), TII->get(AMDGPU::S_DCACHE_WB));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp225 DebugLoc dl = MBBI->getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp263 DebugLoc DL = MI->getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp293 DebugLoc dl = MBBI->getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp502 DebugLoc DL = FrameSetup->getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1086 if (N->getDebugLoc() != DL.getDebugLoc())
1094 N->setDebugLoc(DL.getDebugLoc());
1434 Opc, DL.getIROrder(), DL.getDebugLoc(), GV, VT, Offset, TargetFlags);
1783 dl.getDebugLoc(), MaskAlloc);
1848 newSDNode<LabelSDNode>(Opcode, dl.getIROrder(), dl.getDebugLoc(), Label);
1925 auto *N = newSDNode<AddrSpaceCastSDNode>(dl.getIROrder(), dl.getDebugLoc(),
4417 auto *N = newSDNode<SDNode>(Opcode, DL.getIROrder(), DL.getDebugLoc(),
4828 N = newSDNode<SDNode>(Opcode, DL.getIROrder(), DL.getDebugLoc(), VTs);
4833 N = newSDNode<SDNode>(Opcode, DL.getIROrder(), DL.getDebugLoc(), VT
[all...]

Completed in 410 milliseconds

1234567891011>>