Searched refs:getDebugLoc (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp34 if (!MI->getDebugLoc())
38 if (MI->getDebugLoc().getLine() == 0) {
43 if (LostDebugLocs.erase(MI->getDebugLoc())) {
44 LOC_DEBUG(dbgs() << ".. .. found " << MI->getDebugLoc() << " in " << *MI);
98 if (MI.getDebugLoc())
99 LostDebugLocs.insert(MI.getDebugLoc());
107 if (MI.getDebugLoc())
108 LostDebugLocs.insert(MI.getDebugLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp77 unsigned Line = DVI->getDebugLoc().getLine();
80 if (!EarliestDVI || Line < EarliestDVI->getDebugLoc().getLine())
111 unsigned Line = MI.getDebugLoc().getLine();
113 Line = EarliestDVI->getDebugLoc().getLine();
123 BuildMI(MBB, InsertBeforeIt, MI.getDebugLoc(), DbgValDesc,
129 BuildMI(MBB, InsertBeforeIt, MI.getDebugLoc(), DbgValDesc,
H A DMachineLoopInfo.cpp102 if (DebugLoc DL = PHeadBB->getTerminator()->getDebugLoc())
109 return HeadBB->getTerminator()->getDebugLoc();
H A DMachineStripDebug.cpp67 if (I->getDebugLoc()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp261 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opc))
275 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opc))
301 MachineInstr *Mul = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MUL))
325 PseudoMULTu = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::PseudoMULTu))
332 PseudoMove = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::PseudoMFHI))
342 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ADDu))
354 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ADDiu))
361 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::BNE))
374 MachineInstr *SLL = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::SLL))
382 MachineInstr *ADDu = BuildMI(MBB, I, I.getDebugLoc(), TI
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
86 DL = MBBI->getDebugLoc();
115 DebugLoc DL = MBBI->getDebugLoc();
148 DL = MBBI->getDebugLoc();
186 if (MI != MBB.end()) DL = MI->getDebugLoc();
210 if (MI != MBB.end()) DL = MI->getDebugLoc();
242 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
250 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri),
270 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp65 DebugLoc DL = MI.getDebugLoc();
70 if (I.getDebugLoc()) {
71 DL = I.getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp65 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg)
68 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(),
H A DARCBranchFinalize.cpp118 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(),
133 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(),
137 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), TII->get(ARC::Bcc))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupSetCC.cpp111 BuildMI(MBB, FlagsDefMI, MI.getDebugLoc(), TII->get(X86::MOV32r0),
116 BuildMI(*ZExt->getParent(), ZExt, ZExt->getDebugLoc(),
H A DX86FixupLEAs.cpp144 BuildMI(MBB, MBBI, MI.getDebugLoc(),
410 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg)
415 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg)
431 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg)
434 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg)
441 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg)
445 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg)
525 BuildMI(MBB, I, MI.getDebugLoc(), ADDrr, DstR).addReg(DstR).add(Src);
533 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), ADDri, DstR)
598 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TI
[all...]
H A DX86AvoidTrailingCall.cpp127 DL = LastRealInstr->getDebugLoc();
H A DX86InstructionSelector.cpp255 BuildMI(*I.getParent(), I, I.getDebugLoc(),
831 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(ZextEntryIt->MovOp))
836 BuildMI(*I.getParent(), I, I.getDebugLoc(),
865 BuildMI(*I.getParent(), I, I.getDebugLoc(),
873 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(AndOpc), DstReg)
927 BuildMI(*I.getParent(), I, I.getDebugLoc(),
975 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp))
979 MachineInstr &SetInst = *BuildMI(*I.getParent(), I, I.getDebugLoc(),
1035 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp))
1041 MachineInstr &Set1 = *BuildMI(*I.getParent(), I, I.getDebugLoc(),
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp142 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode))
152 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode))
163 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode))
184 DebugLoc DL = MI.getDebugLoc();
263 DebugLoc DL = MI.getDebugLoc();
491 PRFX = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(MovPrfxZero))
502 PRFX = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(MovPrfx))
511 DOP = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opcode))
538 DebugLoc DL = MI.getDebugLoc();
619 BuildMI(MBB, MBBI, MI.getDebugLoc(), TI
[all...]
H A DAArch64CleanupLocalDynamicTLSPass.cpp104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(),
130 BuildMI(*I.getParent(), ++I.getIterator(), I.getDebugLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVExtract.cpp70 DebugLoc DL = ExtI->getDebugLoc();
155 Register AddrR = EmitAddr(DefB, At, DefI->getDebugLoc(), FI, 0);
156 BuildMI(DefB, At, DefI->getDebugLoc(), HII->get(StoreOpc))
169 DebugLoc DL = ExtI->getDebugLoc();
170 Register BaseR = EmitAddr(ExtB, ExtI, ExtI->getDebugLoc(), FI,
H A DHexagonSplitConst32AndConst64.cpp81 const DebugLoc &DL = MI.getDebugLoc();
88 const DebugLoc &DL = MI.getDebugLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp80 BuildMI(**PI, J, J->getDebugLoc(), TII->get(I->getOpcode()))
92 BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BCCLR))
107 **PI, J, J->getDebugLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp199 const DILocation *DIL = I.getDebugLoc();
242 DILocation *CurrentDIL = I.getDebugLoc();
H A DLowerInvoke.cpp61 NewCall->setDebugLoc(II->getDebugLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp119 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(),
139 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp160 BuildMI(MBB, InsertPos, MBB.begin()->getDebugLoc(),
182 BuildMI(MBB, TI, TI->getDebugLoc(), TII.get(WebAssembly::BR))
197 BuildMI(MBB, TI, TI->getDebugLoc(), TII.get(WebAssembly::RETHROW))
331 DebugLoc DL = Extract->getDebugLoc();
412 InsertPos, MBB.begin()->getDebugLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp179 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
281 BuildMI(*MBB, InsertPos, Op.getDebugLoc(),
328 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
395 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
521 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
531 Node->isDivergent(), Node->getDebugLoc());
538 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
576 BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc), VRBase);
614 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
632 MachineInstrBuilder MIB = BuildMI(*MF, Node->getDebugLoc(), I
[all...]
H A DSDNodeDbgValue.h117 DebugLoc getDebugLoc() const { return DL; } function in class:llvm::SDDbgValue
157 DebugLoc getDebugLoc() const { return DL; } function in class:llvm::SDDbgLabel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp510 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
621 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
698 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
783 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc));
877 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg);
878 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::ORRri))
913 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg);
914 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(HI16Opc))
1067 const DebugLoc &DL = RetI.getDebugLoc();
1185 BuildMI(MBB, MBBI, RetI.getDebugLoc(), TI
[all...]

Completed in 188 milliseconds

1234567891011>>