Home
last modified time | relevance | path

Searched refs:getDebugLoc (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp34 if (!MI->getDebugLoc()) in analyzeDebugLocations()
38 if (MI->getDebugLoc().getLine() == 0) { in analyzeDebugLocations()
43 if (LostDebugLocs.erase(MI->getDebugLoc())) { in analyzeDebugLocations()
44 LOC_DEBUG(dbgs() << ".. .. found " << MI->getDebugLoc() << " in " << *MI); in analyzeDebugLocations()
98 if (MI.getDebugLoc()) in erasingInstr()
99 LostDebugLocs.insert(MI.getDebugLoc()); in erasingInstr()
107 if (MI.getDebugLoc()) in changingInstr()
108 LostDebugLocs.insert(MI.getDebugLoc()); in changingInstr()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp125 DebugLoc DL = Inst.getDebugLoc(); in getDebugLocations()
146 if (const DebugLoc &Loc = RR->getDebugLoc()) in emitRejectionRemarks()
176 const DebugLoc &RejectReason::getDebugLoc() const { in getDebugLoc() function in polly::RejectReason
212 return BB->getTerminator()->getDebugLoc(); in getDebugLoc()
593 return Inst->getDebugLoc(); in getDebugLoc()
624 return Inst->getDebugLoc(); in getDebugLoc()
689 const DebugLoc &ReportAlias::getDebugLoc() const { return Inst->getDebugLoc(); } in getDebugLoc() function in polly::ReportAlias
725 return BaseValue->getDebugLoc(); in getDebugLoc()
747 return Inst->getDebugLoc(); in getDebugLoc()
771 return Inst->getDebugLoc(); in getDebugLoc()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp261 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opc)) in buildUnalignedStore()
275 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opc)) in buildUnalignedLoad()
342 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ADDu)) in select()
354 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ADDiu)) in select()
361 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::BNE)) in select()
391 BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::LW)) in select()
501 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(NewOpc)) in select()
517 PseudoDIV = BuildMI(MBB, I, I.getDebugLoc(), in select()
525 PseudoMove = BuildMI(MBB, I, I.getDebugLoc(), in select()
632 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(FABSOpcode)) in select()
[all …]
H A DMips16ISelLowering.cpp513 DebugLoc DL = MI.getDebugLoc(); in emitSel16()
576 DebugLoc DL = MI.getDebugLoc(); in emitSelT16()
642 DebugLoc DL = MI.getDebugLoc(); in emitSeliT16()
711 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(CmpOpc)) in emitFEXT_T8I816_ins()
714 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(BtOpc)).addMBB(target); in emitFEXT_T8I816_ins()
736 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(CmpOpc)).addReg(regX).addImm(imm); in emitFEXT_T8I8I16_ins()
737 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(BtOpc)).addMBB(target); in emitFEXT_T8I8I16_ins()
761 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SltOpc)) in emitFEXT_CCRX16_ins()
764 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(Mips::MoveR3216), CC) in emitFEXT_CCRX16_ins()
781 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SltOpc)).addReg(regX).addImm(Imm); in emitFEXT_CCRXI16_ins()
[all …]
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h160 virtual const DebugLoc &getDebugLoc() const;
224 const DebugLoc &getDebugLoc() const override;
249 const DebugLoc &getDebugLoc() const override;
275 const DebugLoc &getDebugLoc() const override;
301 const DebugLoc &getDebugLoc() const override;
325 const DebugLoc &getDebugLoc() const override { return Inst->getDebugLoc(); } in getDebugLoc() function
582 const DebugLoc &getDebugLoc() const override;
610 const DebugLoc &getDebugLoc() const override;
638 const DebugLoc &getDebugLoc() const override;
666 const DebugLoc &getDebugLoc() const override;
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp68 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg) in expandStore()
71 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), in expandStore()
93 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(ARC::FLS_f_rr), Ra) in expandCTLZ()
95 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(ARC::MOV_cc_ru6), Rb) in expandCTLZ()
99 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(ARC::RSUB_cc_rru6)) in expandCTLZ()
120 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(ARC::FFS_f_rr), R) in expandCTTZ()
122 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(ARC::MOV_cc_ru6)) in expandCTTZ()
H A DARCBranchFinalize.cpp118 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), in replaceWithBRcc()
133 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), in replaceWithCmpBcc()
137 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), TII->get(ARC::Bcc)) in replaceWithCmpBcc()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h109 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(ARM::t2CMPri));
116 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(ARM::t2SUBri));
127 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(BrOpc));
137 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(ARM::tMOVr)) in RevertDoLoopStart()
150 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(ARM::t2SUBri));
174 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(ARM::t2CMPri));
183 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(BrOpc));
H A DARMExpandPseudoInsts.cpp1192 const DebugLoc &DL = RetI.getDebugLoc(); in CMSEClearFPRegsV8()
1725 DebugLoc DL = MI.getDebugLoc(); in ExpandCMP_SWAP()
1855 DebugLoc DL = MI.getDebugLoc(); in ExpandCMP_SWAP_64()
1958 const DebugLoc &DL = MBBI->getDebugLoc(); in CMSEPushCalleeSaves()
2018 const DebugLoc &DL = MBBI->getDebugLoc(); in CMSEPopCalleeSaves()
2121 DebugLoc dl = MBBI->getDebugLoc(); in ExpandMI()
2188 BuildMI(MBB, MBBI, MBBI->getDebugLoc(), in ExpandMI()
2219 DebugLoc DL = MBBI->getDebugLoc(); in ExpandMI()
2496 BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandMI()
2504 BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandMI()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue()
85 DL = MBBI->getDebugLoc(); in emitPrologue()
114 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue()
147 DL = MBBI->getDebugLoc(); in emitEpilogue()
185 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
209 if (MI != MBB.end()) DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()
241 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr()
249 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri), in eliminateCallFramePseudoInstr()
269 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineDebugify.cpp75 unsigned Line = DVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()
78 if (!EarliestDVI || Line < EarliestDVI->getDebugLoc().getLine()) in applyDebugifyMetadataToMachineFunction()
110 unsigned Line = MI.getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()
112 Line = EarliestDVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()
123 BuildMI(MBB, InsertBeforeIt, MI.getDebugLoc(), DbgValDesc, in applyDebugifyMetadataToMachineFunction()
129 BuildMI(MBB, InsertBeforeIt, MI.getDebugLoc(), DbgValDesc, in applyDebugifyMetadataToMachineFunction()
H A DXRayInstrumentation.cpp109 auto MIB = BuildMI(MBB, T, T.getDebugLoc(), TII->get(Opc)) in replaceRetWithPatchableRet()
140 BuildMI(MBB, T, T.getDebugLoc(), TII->get(Opc)); in prependRetWithPatchableExit()
220 BuildMI(FirstMBB, FirstMI, FirstMI.getDebugLoc(), in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp189 DebugLoc DL = MI.getDebugLoc(); in expandCMP_SWAP()
268 DebugLoc DL = MI.getDebugLoc(); in expandCMP_SWAP_128()
619 DebugLoc DL = MI.getDebugLoc(); in expandSetTagLoop()
799 DebugLoc DL(MBBI->getDebugLoc()); in expandStoreSwiftAsyncContext()
878 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
887 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
897 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
905 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
1019 DebugLoc DL = MI.getDebugLoc(); in expandMI()
1202 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp401 return BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opcode)) in selectUnOpWithSrc()
480 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpStore)) in selectStore()
581 const DebugLoc &DL = I.getDebugLoc(); in selectAtomicCmpXchg()
676 const DebugLoc &DL = I.getDebugLoc(); in selectAddrSpaceCast()
812 auto MIB = BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectConstVector()
830 return BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(CmpOpc)) in selectCmp()
936 return BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opcode)) in selectSelect()
986 BuildMI(BB, I, I.getDebugLoc(), TII.get(Opcode)) in selectIntToBool()
992 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpINotEqual)) in selectIntToBool()
1187 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(Opcode)) in selectIntrinsic()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp168 BuildMI(MBB, MBBI, MI.getDebugLoc(), in INITIALIZE_PASS()
532 NewMI1 = BuildMI(MBB, InsertPos, AluI->getDebugLoc(), TII->get(NewOpcode), in optLEAALU()
537 NewMI2 = BuildMI(MBB, InsertPos, AluI->getDebugLoc(), TII->get(NewOpcode), in optLEAALU()
734 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), ADDri, DstR) in processInstructionForSlowLEA()
801 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpc), DestReg) in processInstrForSlow3OpLEA()
807 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpc), DestReg) in processInstrForSlow3OpLEA()
816 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()
864 TII->copyPhysReg(MBB, MI, MI.getDebugLoc(), DestReg, BaseReg, BIK); in processInstrForSlow3OpLEA()
868 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(NewOpc), DestReg) in processInstrForSlow3OpLEA()
881 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()
[all …]
H A DX86InstructionSelector.cpp257 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectCopy()
817 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectZext()
821 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectZext()
883 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectAnyext()
931 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp)) in selectCmp()
1221 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(X86::COPY)) in emitInsertSubreg()
1298 *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectUnmergeValues()
1396 const DebugLoc &DbgLoc = I.getDebugLoc(); in materializeFP()
1607 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectDivRem()
1626 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectDivRem()
[all …]
H A DX86FixupSetCC.cpp115 BuildMI(MBB, FlagsDefMI, MI.getDebugLoc(), TII->get(X86::MOV32r0), in runOnMachineFunction()
120 BuildMI(*ZExt->getParent(), ZExt, ZExt->getDebugLoc(), in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVExtract.cpp70 DebugLoc DL = ExtI->getDebugLoc(); in genElemLoad()
155 Register AddrR = EmitAddr(DefB, At, DefI->getDebugLoc(), FI, 0); in runOnMachineFunction()
156 BuildMI(DefB, At, DefI->getDebugLoc(), HII->get(StoreOpc)) in runOnMachineFunction()
169 DebugLoc DL = ExtI->getDebugLoc(); in runOnMachineFunction()
170 Register BaseR = EmitAddr(ExtB, ExtI, ExtI->getDebugLoc(), FI, in runOnMachineFunction()
H A DHexagonSplitConst32AndConst64.cpp79 const DebugLoc &DL = MI.getDebugLoc(); in runOnMachineFunction()
86 const DebugLoc &DL = MI.getDebugLoc(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp279 BuildMI(*MBB, InsertPos, Op.getDebugLoc(), in getVR()
400 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddOperand()
526 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
543 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
683 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValue()
772 DebugLoc DL = SD->getDebugLoc(); in EmitDbgInstrRef()
872 DebugLoc DL = SD->getDebugLoc(); in EmitDbgNoLocation()
886 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValueFromSingleOp()
919 DebugLoc DL = SD->getDebugLoc(); in EmitDbgLabel()
1173 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSpecialNode()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp65 DebugLoc DL = MI.getDebugLoc(); in eliminateFrameIndex()
70 if (I.getDebugLoc()) { in eliminateFrameIndex()
71 DL = I.getDebugLoc(); in eliminateFrameIndex()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp264 BuildMI(*Exiting, Dec, Dec->getDebugLoc(), TII->get(ADDIOpcode), ADDIDef) in expandNormalLoops()
296 BuildMI(*Exiting, Dec, Dec->getDebugLoc(), TII->get(CMPOpcode), CMPDef) in expandNormalLoops()
300 BuildMI(*Exiting, Dec, Dec->getDebugLoc(), TII->get(TargetOpcode::COPY), in expandNormalLoops()
347 BuildMI(*Preheader, Start, Start->getDebugLoc(), TII->get(MTCTROpcode)) in expandCTRLoops()
351 BuildMI(*Exiting, &*BrInstr, BrInstr->getDebugLoc(), TII->get(Opcode)) in expandCTRLoops()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp218 InsertPos == MBB.end() ? DebugLoc() : InsertPos->getDebugLoc(), in addCatchAlls()
242 BuildMI(MBB, TI, TI->getDebugLoc(), TII.get(WebAssembly::BR)) in replaceFuncletReturns()
251 BuildMI(MBB, TI, TI->getDebugLoc(), TII.get(WebAssembly::RETHROW)) in replaceFuncletReturns()
319 InsertPos, MBB.begin()->getDebugLoc()); in restoreStackPointer()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp115 BuildMI(*MBBI->getParent(), MBBI, MBBI->getDebugLoc(), in selectSELRMux()
122 BuildMI(*MBBI->getParent(), MBBI, MBBI->getDebugLoc(), in selectSELRMux()
156 DebugLoc DL = MI.getDebugLoc(); in expandCondMove()
221 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(SystemZ::COPY), DstReg) in selectMI()
/llvm-project-15.0.7/llvm/lib/IR/
H A DPseudoProbe.cpp28 if (const DebugLoc &DLoc = Inst.getDebugLoc()) { in extractProbeFromDiscriminator()
77 if (const DebugLoc &DLoc = Inst.getDebugLoc()) { in setProbeDistributionFactor()

12345678910>>...18