/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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() 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 …]
|
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 …]
|
H A D | MipsSEInstrInfo.cpp | 323 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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVETailPredUtils.h | 93 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(ARM::t2CMPri)); 100 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(ARM::t2SUBri)); 111 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(BrOpc)); 121 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(ARM::tMOVr)) in RevertDoLoopStart() 134 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(ARM::t2SUBri)); 158 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(ARM::t2CMPri)); 167 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(BrOpc));
|
H A D | ARMExpandPseudoInsts.cpp | 537 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVLD() 648 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVST() 725 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandLaneOp() 810 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)); in ExpandVTBL() 908 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg); in ExpandMOV32BitImm() 909 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::ORRri)) in ExpandMOV32BitImm() 915 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MVNi), DstReg); in ExpandMOV32BitImm() 916 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::SUBri)) in ExpandMOV32BitImm() 951 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg); in ExpandMOV32BitImm() 952 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(HI16Opc)) in ExpandMOV32BitImm() [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() 401 BuildMI(*LoopEnd->getParent(), *LoopEnd, LoopEnd->getDebugLoc(), in MergeLoopEnd() 494 MachineInstrBuilder MI = BuildMI(*MBB, InsertPt, LoopStart->getDebugLoc(), in ConvertTailPredLoop() 597 BuildMI(MBB, &Instr, Instr.getDebugLoc(), TII->get(ARM::MVE_VPNOT)) in ReplaceRegisterUseWithVPNOT() 851 BuildMI(MBB, &Instr, Instr.getDebugLoc(), TII->get(ARM::MVE_VPNOT)) in ReplaceVCMPsByVPNOTs() 934 auto VPNot = BuildMI(MBB, &Instr, Instr.getDebugLoc(), in ReplaceConstByVPNOTs() 980 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(ARM::MVE_VORR)) in ConvertVPSEL()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 147 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() 514 PRFX = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(MovPrfxZero)) in expand_DestructiveOp() 525 PRFX = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(MovPrfx)) in expand_DestructiveOp() 534 DOP = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opcode)) in expand_DestructiveOp() 567 DebugLoc DL = MI.getDebugLoc(); in expandSetTagLoop() 648 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)) in expandSVESpillFill() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FixupLEAs.cpp | 144 BuildMI(MBB, MBBI, MI.getDebugLoc(), in INITIALIZE_PASS() 411 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA() 416 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA() 432 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA() 435 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA() 442 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA() 446 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA() 529 BuildMI(MBB, I, MI.getDebugLoc(), ADDrr, DstR).addReg(DstR).add(Src); in processInstructionForSlowLEA() 537 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), ADDri, DstR) in processInstructionForSlowLEA() 604 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpc), DestReg) 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() 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 …]
|
/netbsd-src/external/apache2/llvm/dist/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 | PseudoProbeInserter.cpp | 56 if (DILocation *DL = MI.getDebugLoc()) { in runOnMachineFunction() 128 Left->getDebugLoc() == Right->getDebugLoc(); in runOnMachineFunction()
|
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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 180 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyFromReg() 284 BuildMI(*MBB, InsertPos, Op.getDebugLoc(), in getVR() 331 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddRegisterOperand() 398 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddOperand() 524 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode() 534 Node->isDivergent(), Node->getDebugLoc()); in EmitSubregNode() 541 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode() 579 BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc), VRBase); in EmitSubregNode() 617 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyToRegClassNode() 635 MachineInstrBuilder MIB = BuildMI(*MF, Node->getDebugLoc(), II, NewVReg); in EmitRegSequence() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | PseudoProbe.cpp | 28 if (const DebugLoc &DLoc = Inst.getDebugLoc()) { in extractProbeFromDiscriminator() 77 if (const DebugLoc &DLoc = Inst.getDebugLoc()) { in setProbeDistributionFactor() 150 Left->getDebugLoc() == Right->getDebugLoc(); in removeRedundantPseudoProbes()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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 | 280 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Opc), NewReg) in runOnMachineFunction() 290 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Opc), in runOnMachineFunction() 311 MI.getDebugLoc(), TII->get(Opc)) in runOnMachineFunction() 323 BuildMI(MBB, std::next(MI.getIterator()), MI.getDebugLoc(), in runOnMachineFunction() 382 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc), NewReg) in runOnMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.cpp | 116 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() 778 const DebugLoc &DL = MI.getDebugLoc(); in selectInterpP1F16() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVExpandPseudoInsts.cpp | 163 DebugLoc DL = MI.getDebugLoc(); in expandAuipcInstPair() 245 DebugLoc DL = MBBI->getDebugLoc(); in expandVSetVL() 272 DebugLoc DL = MBBI->getDebugLoc(); in expandVMSET_VMCLR() 286 DebugLoc DL = MBBI->getDebugLoc(); in expandVSPILL() 331 DebugLoc DL = MBBI->getDebugLoc(); in expandVRELOAD()
|
/netbsd-src/external/apache2/llvm/dist/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()
|