Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
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()
301 MachineInstr *Mul = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MUL)) in select()
325 PseudoMULTu = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::PseudoMULTu)) in select()
332 PseudoMove = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::PseudoMFHI)) in select()
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()
374 MachineInstr *SLL = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::SLL)) in select()
382 MachineInstr *ADDu = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ADDu)) in select()
[all …]
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 …]
DMipsSEInstrInfo.cpp323 if (I != MBB.end()) DL = I->getDebugLoc(); in loadRegFromStack()
691 MIB = BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn64)) in expandRetRA()
694 MIB = BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn)) in expandRetRA()
706 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::ERET)); in expandERet()
724 BuildMI(MBB, I, I->getDebugLoc(), get(NewOpc), I->getOperand(0).getReg()); in expandPseudoMFHiLo()
738 DebugLoc DL = I->getDebugLoc(); in expandPseudoMTLoHi()
765 DebugLoc DL = I->getDebugLoc(); in expandCvtFPInt()
788 DebugLoc dl = I->getDebugLoc(); in expandExtractElementF64()
830 DebugLoc dl = I->getDebugLoc(); in expandBuildPairF64()
903 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), T9) in expandEhReturn()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp147 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode)) in expandMOVImm()
157 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode)) in expandMOVImm()
168 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode)) in expandMOVImm()
189 DebugLoc DL = MI.getDebugLoc(); in expandCMP_SWAP()
268 DebugLoc DL = MI.getDebugLoc(); in expandCMP_SWAP_128()
561 PRFX = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(MovPrfxZero)) in expand_DestructiveOp()
572 PRFX = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(MovPrfx)) in expand_DestructiveOp()
581 DOP = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opcode)) in expand_DestructiveOp()
619 DebugLoc DL = MI.getDebugLoc(); in expandSetTagLoop()
700 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)) in expandSVESpillFill()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
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));
DARMExpandPseudoInsts.cpp576 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVLD()
697 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVST()
774 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandLaneOp()
859 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)); in ExpandVTBL()
957 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg); in ExpandMOV32BitImm()
958 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::ORRri)) in ExpandMOV32BitImm()
964 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MVNi), DstReg); in ExpandMOV32BitImm()
965 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::SUBri)) in ExpandMOV32BitImm()
1000 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg); in ExpandMOV32BitImm()
1001 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(HI16Opc)) in ExpandMOV32BitImm()
[all …]
DMVETPAndVPTOptimisationsPass.cpp189 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(ARM::t2SUBri)); in RevertWhileLoopSetup()
201 BuildMI(*MBB, &I, I.getDebugLoc(), TII->get(ARM::t2Bcc)); in RevertWhileLoopSetup()
246 BuildMI(*WLSIt->getParent(), *WLSIt, WLSIt->getDebugLoc(), in LowerWhileLoopStart()
289 LoopStart->getDebugLoc(), TII->get(ARM::t2DoLoopStart)); in CheckForLRUseInPredecessors()
404 BuildMI(*LoopEnd->getParent(), *LoopEnd, LoopEnd->getDebugLoc(), in MergeLoopEnd()
502 BuildMI(*MBB, InsertPt, LoopStart->getDebugLoc(), TII->get(NewOpc)) in ConvertTailPredLoop()
605 BuildMI(MBB, &Instr, Instr.getDebugLoc(), TII->get(ARM::MVE_VPNOT)) in ReplaceRegisterUseWithVPNOT()
859 BuildMI(MBB, &Instr, Instr.getDebugLoc(), TII->get(ARM::MVE_VPNOT)) in ReplaceVCMPsByVPNOTs()
942 auto VPNot = BuildMI(MBB, &Instr, Instr.getDebugLoc(), in ReplaceConstByVPNOTs()
988 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(ARM::MVE_VORR)) in ConvertVPSEL()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue()
86 DL = MBBI->getDebugLoc(); in emitPrologue()
115 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue()
148 DL = MBBI->getDebugLoc(); in emitEpilogue()
186 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
210 if (MI != MBB.end()) DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()
242 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr()
250 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri), in eliminateCallFramePseudoInstr()
270 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineDebugify.cpp78 unsigned Line = DVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()
81 if (!EarliestDVI || Line < EarliestDVI->getDebugLoc().getLine()) in applyDebugifyMetadataToMachineFunction()
113 unsigned Line = MI.getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()
115 Line = EarliestDVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()
126 BuildMI(MBB, InsertBeforeIt, MI.getDebugLoc(), DbgValDesc, in applyDebugifyMetadataToMachineFunction()
132 BuildMI(MBB, InsertBeforeIt, MI.getDebugLoc(), DbgValDesc, in applyDebugifyMetadataToMachineFunction()
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FixupLEAs.cpp168 BuildMI(MBB, MBBI, MI.getDebugLoc(), in INITIALIZE_PASS()
534 NewMI1 = BuildMI(MBB, InsertPos, AluI->getDebugLoc(), TII->get(NewOpcode), in optLEAALU()
539 NewMI2 = BuildMI(MBB, InsertPos, AluI->getDebugLoc(), TII->get(NewOpcode), in optLEAALU()
604 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
609 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
626 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
629 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
636 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
640 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
729 BuildMI(MBB, I, MI.getDebugLoc(), ADDrr, DstR).addReg(DstR).add(Src); in processInstructionForSlowLEA()
[all …]
DX86InstructionSelector.cpp255 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectCopy()
815 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectZext()
819 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectZext()
827 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(AndOpc), DstReg) in selectZext()
881 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectAnyext()
929 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp)) in selectCmp()
933 MachineInstr &SetInst = *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectCmp()
989 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp)) in selectFCmp()
995 MachineInstr &Set1 = *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectFCmp()
997 MachineInstr &Set2 = *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectFCmp()
[all …]
DX86FixupSetCC.cpp115 BuildMI(MBB, FlagsDefMI, MI.getDebugLoc(), TII->get(X86::MOV32r0), in runOnMachineFunction()
120 BuildMI(*ZExt->getParent(), ZExt, ZExt->getDebugLoc(), in runOnMachineFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp179 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyFromReg()
283 BuildMI(*MBB, InsertPos, Op.getDebugLoc(), in getVR()
330 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddRegisterOperand()
397 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddOperand()
523 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
533 Node->isDivergent(), Node->getDebugLoc()); in EmitSubregNode()
540 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
578 BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc), VRBase); in EmitSubregNode()
616 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyToRegClassNode()
634 MachineInstrBuilder MIB = BuildMI(*MF, Node->getDebugLoc(), II, NewVReg); in EmitRegSequence()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFRegisterInfo.cpp65 DebugLoc DL = MI.getDebugLoc(); in eliminateFrameIndex()
70 if (I.getDebugLoc()) { in eliminateFrameIndex()
71 DL = I.getDebugLoc(); in eliminateFrameIndex()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
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()
DARCExpandPseudos.cpp65 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg) in ExpandStore()
68 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), in ExpandStore()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
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()
DWebAssemblyExplicitLocals.cpp282 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Opc), NewReg) in runOnMachineFunction()
292 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Opc), in runOnMachineFunction()
314 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc)) in runOnMachineFunction()
326 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc)) in runOnMachineFunction()
384 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc), NewReg) in runOnMachineFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp116 const DebugLoc &DL = I.getDebugLoc(); in selectCOPY()
243 BuildMI(*BB, MI, MI->getDebugLoc(), TII.get(AMDGPU::COPY), DstReg) in getSubOperand64()
304 const DebugLoc &DL = I.getDebugLoc(); in selectG_ADD_SUB()
405 const DebugLoc &DL = I.getDebugLoc(); in selectG_UADDO_USUBO_UADDE_USUBE()
495 const DebugLoc &DL = I.getDebugLoc(); in selectG_EXTRACT()
513 const DebugLoc &DL = MI.getDebugLoc(); in selectG_MERGE_VALUES()
555 const DebugLoc &DL = MI.getDebugLoc(); in selectG_UNMERGE_VALUES()
608 const DebugLoc &DL = MI.getDebugLoc(); in selectG_BUILD_VECTOR_TRUNC()
748 const DebugLoc &DL = I.getDebugLoc(); in selectG_INSERT()
769 const DebugLoc &DL = MI.getDebugLoc(); in selectG_SBFX_UBFX()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZPostRewrite.cpp122 BuildMI(*MBBI->getParent(), MBBI, MBBI->getDebugLoc(), in selectSELRMux()
129 BuildMI(*MBBI->getParent(), MBBI, MBBI->getDebugLoc(), in selectSELRMux()
163 DebugLoc DL = MI.getDebugLoc(); in expandCondMove()
228 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(SystemZ::COPY), DstReg) in selectMI()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp266 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in createSlowBB()
290 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in createFastBB()
316 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in createDivRemPhiNodes()
333 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in insertOperandRuntimeCheck()
403 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in insertFastDivAndRem()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVExpandPseudoInsts.cpp163 DebugLoc DL = MI.getDebugLoc(); in expandAuipcInstPair()
246 DebugLoc DL = MBBI->getDebugLoc(); in expandVSetVL()
273 DebugLoc DL = MBBI->getDebugLoc(); in expandVMSET_VMCLR()
287 DebugLoc DL = MBBI->getDebugLoc(); in expandVSPILL()
332 DebugLoc DL = MBBI->getDebugLoc(); in expandVRELOAD()

12345678910>>...16