| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LostDebugLocObserver.cpp | 34 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-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstructionSelector.cpp | 261 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 D | Mips16ISelLowering.cpp | 513 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 …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETailPredUtils.h | 109 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 D | ARMExpandPseudoInsts.cpp | 1154 const DebugLoc &DL = RetI.getDebugLoc(); in CMSEClearFPRegsV8() 1635 DebugLoc DL = MI.getDebugLoc(); in ExpandCMP_SWAP() 1763 DebugLoc DL = MI.getDebugLoc(); in ExpandCMP_SWAP_64() 1866 const DebugLoc &DL = MBBI->getDebugLoc(); in CMSEPushCalleeSaves() 1926 const DebugLoc &DL = MBBI->getDebugLoc(); in CMSEPopCalleeSaves() 2025 DebugLoc dl = MBBI->getDebugLoc(); in ExpandMI() 2079 BuildMI(MBB, MBBI, MBBI->getDebugLoc(), in ExpandMI() 2107 DebugLoc DL = MBBI->getDebugLoc(); in ExpandMI() 2384 BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandMI() 2392 BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandMI() [all …]
|
| H A D | MVETPAndVPTOptimisationsPass.cpp | 189 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-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.cpp | 49 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-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineDebugify.cpp | 78 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()
|
| H A D | XRayInstrumentation.cpp | 109 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-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 189 DebugLoc DL = MI.getDebugLoc(); in expandCMP_SWAP() 268 DebugLoc DL = MI.getDebugLoc(); in expandCMP_SWAP_128() 619 DebugLoc DL = MI.getDebugLoc(); in expandSetTagLoop() 758 DebugLoc DL(MBBI->getDebugLoc()); in expandStoreSwiftAsyncContext() 837 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI() 846 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI() 856 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI() 864 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI() 974 DebugLoc DL = MI.getDebugLoc(); in expandMI() 1156 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupLEAs.cpp | 168 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() 737 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), ADDri, DstR) in processInstructionForSlowLEA() 804 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpc), DestReg) in processInstrForSlow3OpLEA() 810 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpc), DestReg) in processInstrForSlow3OpLEA() 819 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA() 867 TII->copyPhysReg(MBB, MI, MI.getDebugLoc(), DestReg, BaseReg, BIK); in processInstrForSlow3OpLEA() 871 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(NewOpc), DestReg) in processInstrForSlow3OpLEA() 884 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA() [all …]
|
| H A D | X86InstructionSelector.cpp | 255 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() 881 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectAnyext() 929 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp)) in selectCmp() 1219 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(X86::COPY)) in emitInsertSubreg() 1296 *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectUnmergeValues() 1394 const DebugLoc &DbgLoc = I.getDebugLoc(); in materializeFP() 1605 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectDivRem() 1624 BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectDivRem() [all …]
|
| H A D | X86FixupSetCC.cpp | 115 BuildMI(MBB, FlagsDefMI, MI.getDebugLoc(), TII->get(X86::MOV32r0), in runOnMachineFunction() 120 BuildMI(*ZExt->getParent(), ZExt, ZExt->getDebugLoc(), in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 283 BuildMI(*MBB, InsertPos, Op.getDebugLoc(), in getVR() 397 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddOperand() 523 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode() 540 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode() 680 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValue() 769 DebugLoc DL = SD->getDebugLoc(); in EmitDbgInstrRef() 862 DebugLoc DL = SD->getDebugLoc(); in EmitDbgNoLocation() 876 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValueFromSingleOp() 898 DebugLoc DL = SD->getDebugLoc(); in EmitDbgLabel() 1152 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSpecialNode() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVExtract.cpp | 70 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 D | HexagonSplitConst32AndConst64.cpp | 81 const DebugLoc &DL = MI.getDebugLoc(); in runOnMachineFunction() 88 const DebugLoc &DL = MI.getDebugLoc(); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFRegisterInfo.cpp | 65 DebugLoc DL = MI.getDebugLoc(); in eliminateFrameIndex() 70 if (I.getDebugLoc()) { in eliminateFrameIndex() 71 DL = I.getDebugLoc(); in eliminateFrameIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCBranchFinalize.cpp | 118 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 D | ARCExpandPseudos.cpp | 65 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg) in ExpandStore() 68 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), in ExpandStore()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLateEHPrepare.cpp | 218 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()
|
| H A D | WebAssemblyExplicitLocals.cpp | 282 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-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.cpp | 116 const DebugLoc &DL = I.getDebugLoc(); in selectCOPY() 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() 748 const DebugLoc &DL = I.getDebugLoc(); in selectG_INSERT() 1055 const DebugLoc &DL = I.getDebugLoc(); in selectG_ICMP() 1103 const DebugLoc &DL = I.getDebugLoc(); in selectIntrinsicIcmp() 1124 const DebugLoc &DL = I.getDebugLoc(); in selectBallot() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZPostRewrite.cpp | 122 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-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandPseudoInsts.cpp | 163 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BypassSlowDivision.cpp | 266 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()
|