Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp50 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue()
87 DL = MBBI->getDebugLoc(); in emitPrologue()
116 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue()
149 DL = MBBI->getDebugLoc(); in emitEpilogue()
189 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
215 if (MI != MBB.end()) DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()
249 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr()
257 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri), in eliminateCallFramePseudoInstr()
277 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp117 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ADDu)) in select()
124 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ADDiu)) in select()
141 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(NewOpc)) in select()
157 PseudoDIV = BuildMI(MBB, I, I.getDebugLoc(), in select()
165 PseudoMove = BuildMI(MBB, I, I.getDebugLoc(), in select()
177 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MOVN_I_I)) in select()
189 LUi = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::LUi)) in select()
193 ORi = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ORi)) in select()
214 LUi = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::LUi)) in select()
219 ADDiu = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ADDiu)) in select()
H A DMips16ISelLowering.cpp521 DebugLoc DL = MI.getDebugLoc(); in emitSel16()
584 DebugLoc DL = MI.getDebugLoc(); in emitSelT16()
650 DebugLoc DL = MI.getDebugLoc(); in emitSeliT16()
719 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(CmpOpc)) in emitFEXT_T8I816_ins()
722 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(BtOpc)).addMBB(target); in emitFEXT_T8I816_ins()
744 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(CmpOpc)).addReg(regX).addImm(imm); in emitFEXT_T8I8I16_ins()
745 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(BtOpc)).addMBB(target); in emitFEXT_T8I8I16_ins()
769 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SltOpc)) in emitFEXT_CCRX16_ins()
772 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(Mips::MoveR3216), CC) in emitFEXT_CCRX16_ins()
789 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SltOpc)).addReg(regX).addImm(Imm); in emitFEXT_CCRXI16_ins()
[all …]
H A DMipsSEInstrInfo.cpp329 if (I != MBB.end()) DL = I->getDebugLoc(); in loadRegFromStack()
683 MIB = BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn64)) in expandRetRA()
686 MIB = BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn)) in expandRetRA()
698 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::ERET)); in expandERet()
716 BuildMI(MBB, I, I->getDebugLoc(), get(NewOpc), I->getOperand(0).getReg()); in expandPseudoMFHiLo()
730 DebugLoc DL = I->getDebugLoc(); in expandPseudoMTLoHi()
757 DebugLoc DL = I->getDebugLoc(); in expandCvtFPInt()
780 DebugLoc dl = I->getDebugLoc(); in expandExtractElementF64()
822 DebugLoc dl = I->getDebugLoc(); in expandBuildPairF64()
895 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), T9) in expandEhReturn()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp340 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri)) in trySequenceOfOnes()
351 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in trySequenceOfOnes()
368 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in trySequenceOfOnes()
418 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)) in expandMOVImm()
551 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(FirstOpc)) in expandMOVImmSimple()
575 MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)) in expandMOVImmSimple()
594 DebugLoc DL = MI.getDebugLoc(); in expandCMP_SWAP()
673 DebugLoc DL = MI.getDebugLoc(); in expandCMP_SWAP_128()
827 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opcode), in expandMI()
916 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADDXri)) in expandMI()
[all …]
H A DAArch64InstructionSelector.cpp412 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectCopy()
632 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(CBOpc)) in selectCompareBranch()
815 BuildMI(MBB, I, I.getDebugLoc(), TII.get(AArch64::Bcc)) in select()
894 BuildMI(MBB, std::next(I.getIterator()), I.getDebugLoc(), in select()
940 BuildMI(MBB, std::next(I.getIterator()), I.getDebugLoc(), in select()
973 BuildMI(MBB, I.getIterator(), I.getDebugLoc(), in select()
1314 ExtI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(NewOpc)) in select()
1321 ExtI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(NewOpc)) in select()
1523 BuildMI(MBB, I, I.getDebugLoc(), TII.get(AArch64::BRK)) in select()
1571 MachineInstr &UndefMI = *BuildMI(MBB, MBBI, MBBI->getDebugLoc(), in emitScalarToVector()
[all …]
H A DAArch64CleanupLocalDynamicTLSPass.cpp105 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall()
127 BuildMI(*I.getParent(), ++I.getIterator(), I.getDebugLoc(), in setRegister()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp258 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectCopy()
828 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectZext()
857 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectZext()
919 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectAnyext()
968 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp)) in selectCmp()
1259 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(X86::COPY)) in emitInsertSubreg()
1337 *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectUnmergeValues()
1436 const DebugLoc &DbgLoc = I.getDebugLoc(); in materializeFP()
1726 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectDivRem()
1745 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectDivRem()
[all …]
H A DShadowCallStack.cpp124 const DebugLoc &DL = MI.getDebugLoc(); in addEpilog()
153 const DebugLoc &DL = MI.getDebugLoc(); in addEpilogLeaf()
165 const DebugLoc &DL = MI.getDebugLoc(); in addEpilogOnlyR10()
284 const DebugLoc &DL = NonEmpty->front().getDebugLoc(); in runOnMachineFunction()
301 BuildMI(Trap, MI.getDebugLoc(), TII->get(X86::TRAP)); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp169 BuildMI(MBB, TI, TI->getDebugLoc(), TII.get(WebAssembly::BR)) in replaceFuncletReturns()
178 BuildMI(MBB, TI, TI->getDebugLoc(), TII.get(WebAssembly::RETHROW)) in replaceFuncletReturns()
181 BuildMI(MBB, TI, TI->getDebugLoc(), in replaceFuncletReturns()
236 BuildMI(MBB, MBB.begin(), MBB.begin()->getDebugLoc(), in addCatchAlls()
266 Rethrow = BuildMI(MBB, InsertPt, MI.getDebugLoc(), in addRethrows()
270 Rethrow = BuildMI(MBB, InsertPt, MI.getDebugLoc(), in addRethrows()
338 BuildMI(*EHPad, InsertPos, Call->getDebugLoc(), in ensureSingleBBTermPads()
H A DWebAssemblyExplicitLocals.cpp250 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Opc), NewReg) in runOnMachineFunction()
260 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Opc), in runOnMachineFunction()
287 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc)) in runOnMachineFunction()
294 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc)) in runOnMachineFunction()
352 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc), NewReg) in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp149 DebugLoc LastLoc = LastMI->getDebugLoc(); in getFirstEpilogueInst()
154 if (I->getDebugLoc() != LastLoc) in getFirstEpilogueInst()
249 assert(RawVar->isValidLocationForIntrinsic(MI.getDebugLoc()) && in calculateDbgEntityHistory()
251 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
263 assert(RawLabel->isValidLocationForIntrinsic(MI.getDebugLoc()) && in calculateDbgEntityHistory()
268 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp926 DebugLoc DL = MI.getDebugLoc(); in ExpandCMP_SWAP()
1045 DebugLoc DL = MI.getDebugLoc(); in ExpandCMP_SWAP_64()
1160 DebugLoc dl = MBBI->getDebugLoc(); in ExpandMI()
1208 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(newOpc), in ExpandMI()
1221 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc), in ExpandMI()
1262 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(NewOpc), in ExpandMI()
1274 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc), in ExpandMI()
1288 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc), in ExpandMI()
1409 MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandMI()
1416 MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandMI()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp297 BuildMI(*MBB, InsertPos, Op.getDebugLoc(), in getVR()
344 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddRegisterOperand()
408 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddOperand()
542 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
552 Node->getDebugLoc()); in EmitSubregNode()
560 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
597 BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc), VRBase); in EmitSubregNode()
699 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValue()
786 DebugLoc DL = SD->getDebugLoc(); in EmitDbgLabel()
1036 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSpecialNode()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp66 DebugLoc DL = MI.getDebugLoc(); in eliminateFrameIndex()
71 if (I.getDebugLoc()) { in eliminateFrameIndex()
72 DL = I.getDebugLoc(); in eliminateFrameIndex()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp57 DebugLoc DL = (MBBI != MBB.end()) ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue()
160 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue()
333 BuildMI(MBB, I, MI.getDebugLoc(), TII.get(AVR::PUSHRr)) in fixStackStores()
336 BuildMI(MBB, I, MI.getDebugLoc(), TII.get(AVR::PUSHRr)) in fixStackStores()
340 BuildMI(MBB, I, MI.getDebugLoc(), TII.get(AVR::PUSHRr)) in fixStackStores()
376 DebugLoc DL = MI->getDebugLoc(); in eliminateCallFramePseudoInstr()
526 DL = MBBI->getDebugLoc(); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
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()
H A DARCExpandPseudos.cpp66 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg) in ExpandStore()
69 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), in ExpandStore()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIDebuggerInsertNops.cpp83 if (MI->isDebugInstr() || !MI->getDebugLoc()) in runOnMachineFunction()
87 auto DL = MI->getDebugLoc(); in runOnMachineFunction()
H A DAMDGPUInstructionSelector.cpp94 BuildMI(*BB, MI, MI->getDebugLoc(), TII.get(AMDGPU::COPY), DstReg) in getSubOperand64()
132 DebugLoc DL = I.getDebugLoc(); in selectG_ADD()
199 const DebugLoc &DL = I.getDebugLoc(); in selectG_INTRINSIC()
220 const DebugLoc &DL = Insert->getDebugLoc(); in buildEXP()
259 const DebugLoc &DL = I.getDebugLoc(); in selectG_INTRINSIC_W_SIDE_EFFECTS()
283 DebugLoc DL = I.getDebugLoc(); in selectG_STORE()
358 DebugLoc DL = I.getDebugLoc(); in selectG_CONSTANT()
523 const DebugLoc &DL = I.getDebugLoc(); in selectSMRD()
581 DebugLoc DL = I.getDebugLoc(); in selectG_LOAD()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp85 BuildMI(**PI, J, J->getDebugLoc(), TII->get(I->getOpcode())) in processBlock()
97 BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BCCLR)) in processBlock()
112 **PI, J, J->getDebugLoc(), in processBlock()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp109 auto MIB = BuildMI(MBB, T, T.getDebugLoc(), TII->get(Opc)) in replaceRetWithPatchableRet()
138 BuildMI(MBB, T, T.getDebugLoc(), TII->get(Opc)); in prependRetWithPatchableExit()
204 BuildMI(FirstMBB, FirstMI, FirstMI.getDebugLoc(), in runOnMachineFunction()
H A DMachineInstrBundle.cpp111 static DebugLoc getDebugLoc(MachineBasicBlock::instr_iterator FirstMI, in getDebugLoc() function
114 if (MII->getDebugLoc().get()) in getDebugLoc()
115 return MII->getDebugLoc(); in getDebugLoc()
136 BuildMI(MF, getDebugLoc(FirstMI, LastMI), TII->get(TargetOpcode::BUNDLE)); in finalizeBundle()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonVExtract.cpp70 DebugLoc DL = ExtI->getDebugLoc(); in genElemLoad()
134 BuildMI(DefB, At, DefI->getDebugLoc(), HII->get(StoreOpc)) in runOnMachineFunction()
147 DebugLoc DL = ExtI->getDebugLoc(); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp172 emitGRX32Move(*MI.getParent(), MI, MI.getDebugLoc(), DestReg, SrcReg, in expandRIEPseudo()
231 emitGRX32Move(*MI.getParent(), MI, MI.getDebugLoc(), in expandZExtPseudo()
252 BuildMI(*MBB, MI, MI->getDebugLoc(), get(SystemZ::EAR), Reg32) in expandLoadStackGuard()
257 BuildMI(*MBB, MI, MI->getDebugLoc(), get(SystemZ::SLLG), Reg64) in expandLoadStackGuard()
263 BuildMI(*MBB, MI, MI->getDebugLoc(), get(SystemZ::EAR), Reg32) in expandLoadStackGuard()
888 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in storeRegToStackSlot()
903 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in loadRegFromStackSlot()
1047 BuildMI(*MBB, MI, MI.getDebugLoc(), get(NewOpcode)) in convertToThreeAddress()
1157 return BuildMI(*InsertPt->getParent(), InsertPt, MI.getDebugLoc(), in foldMemoryOperandImpl()
1168 return BuildMI(*InsertPt->getParent(), InsertPt, MI.getDebugLoc(), in foldMemoryOperandImpl()
[all …]

12345678910>>...14