Home
last modified time | relevance | path

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

123456789

/external/llvm/lib/Target/Hexagon/
DHexagonExpandPredSpillCode.cpp107 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr), in runOnMachineFunction()
110 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(), in runOnMachineFunction()
150 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr), in runOnMachineFunction()
153 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(), in runOnMachineFunction()
191 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr), in runOnMachineFunction()
194 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(), in runOnMachineFunction()
228 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr), in runOnMachineFunction()
231 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(), in runOnMachineFunction()
254 BuildMI(*MBB, MII, MI->getDebugLoc(), in runOnMachineFunction()
257 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_add), in runOnMachineFunction()
[all …]
DHexagonSplitConst32AndConst64.cpp96 BuildMI (*MBB, MII, MI->getDebugLoc(), in runOnMachineFunction()
98 BuildMI (*MBB, MII, MI->getDebugLoc(), in runOnMachineFunction()
120 BuildMI(*MBB, MII, MI->getDebugLoc(), in runOnMachineFunction()
145 BuildMI(*MBB, MII, MI->getDebugLoc(), in runOnMachineFunction()
147 BuildMI (*MBB, MII, MI->getDebugLoc(), in runOnMachineFunction()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp51 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue()
88 DL = MBBI->getDebugLoc(); in emitPrologue()
117 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue()
150 DL = MBBI->getDebugLoc(); in emitEpilogue()
190 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
216 if (MI != MBB.end()) DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()
249 New = BuildMI(MF, Old->getDebugLoc(), in eliminateCallFramePseudoInstr()
258 New = BuildMI(MF, Old->getDebugLoc(), in eliminateCallFramePseudoInstr()
277 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri), in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp110 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri)) in tryOrrMovk()
120 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in tryOrrMovk()
177 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri)) in tryToreplicateChunks()
197 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in tryToreplicateChunks()
222 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in tryToreplicateChunks()
360 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri)) in trySequenceOfOnes()
371 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in trySequenceOfOnes()
388 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in trySequenceOfOnes()
415 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)) in expandMOVImm()
537 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(FirstOpc)) in expandMOVImm()
[all …]
DAArch64LoadStoreOptimizer.cpp631 NewMemMI = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), in mergePairedInsns()
657 BitExtMI1 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), in mergePairedInsns()
666 BitExtMI2 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), in mergePairedInsns()
672 BitExtMI2 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), in mergePairedInsns()
683 BitExtMI1 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), in mergePairedInsns()
689 BitExtMI1 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), in mergePairedInsns()
698 BitExtMI2 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), in mergePairedInsns()
725 MIB = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), in mergePairedInsns()
736 MIB = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), in mergePairedInsns()
775 BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), in mergePairedInsns()
[all …]
DAArch64CleanupLocalDynamicTLSPass.cpp99 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in replaceTLSBaseAddrCall()
121 BuildMI(*I->getParent(), ++I->getIterator(), I->getDebugLoc(), in setRegister()
/external/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp145 DebugLoc DL = From.getDebugLoc(); in Skip()
153 DebugLoc DL = MI.getDebugLoc(); in SkipIfDead()
185 DebugLoc DL = MI.getDebugLoc(); in If()
203 DebugLoc DL = MI.getDebugLoc(); in Else()
222 DebugLoc DL = MI.getDebugLoc(); in Break()
236 DebugLoc DL = MI.getDebugLoc(); in IfBreak()
251 DebugLoc DL = MI.getDebugLoc(); in ElseBreak()
266 DebugLoc DL = MI.getDebugLoc(); in Loop()
281 DebugLoc DL = MI.getDebugLoc(); in EndCf()
301 DebugLoc DL = MI.getDebugLoc(); in Kill()
[all …]
DSIInstrInfo.cpp696 DebugLoc DL = Insert->getDebugLoc(); in calculateLDSSpillAddress()
785 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), get(AMDGPU::S_NOP)) in insertWaitStates()
1271 return BuildMI(*MBB, MI, MI->getDebugLoc(), get(AMDGPU::V_MAD_F32)) in convertToThreeAddress()
1714 DebugLoc DL = MI->getDebugLoc(); in buildExtractSubReg()
2020 BuildMI(*InsertBB, Insert, MI->getDebugLoc(), get(AMDGPU::COPY), DstReg) in legalizeOperands()
2048 BuildMI(*MBB, MI, MI->getDebugLoc(), get(AMDGPU::COPY), DstReg) in legalizeOperands()
2069 BuildMI(MBB, MI, MI->getDebugLoc(), get(AMDGPU::COPY), NewSrc0) in legalizeOperands()
2106 BuildMI(MBB, MI, MI->getDebugLoc(), get(AMDGPU::S_MOV_B64), in legalizeOperands()
2111 BuildMI(MBB, MI, MI->getDebugLoc(), get(AMDGPU::S_MOV_B32), in legalizeOperands()
2116 BuildMI(MBB, MI, MI->getDebugLoc(), get(AMDGPU::S_MOV_B32), in legalizeOperands()
[all …]
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp386 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVLD()
451 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVST()
505 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandLaneOp()
589 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)); in ExpandVTBL()
668 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg); in ExpandMOV32BitImm()
669 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::ORRri)) in ExpandMOV32BitImm()
698 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg); in ExpandMOV32BitImm()
699 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(HI16Opc)) in ExpandMOV32BitImm()
754 DebugLoc dl = MBBI->getDebugLoc(); in ExpandMI()
799 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(newOpc), in ExpandMI()
[all …]
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp527 DebugLoc DL = MI->getDebugLoc(); in emitSel16()
588 DebugLoc DL = MI->getDebugLoc(); in emitSelT16()
652 DebugLoc DL = MI->getDebugLoc(); in emitSeliT16()
719 BuildMI(*BB, MI, MI->getDebugLoc(), TII->get(CmpOpc)).addReg(regX) in emitFEXT_T8I816_ins()
721 BuildMI(*BB, MI, MI->getDebugLoc(), TII->get(BtOpc)).addMBB(target); in emitFEXT_T8I816_ins()
743 BuildMI(*BB, MI, MI->getDebugLoc(), TII->get(CmpOpc)).addReg(regX) 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)).addReg(regX).addReg( in emitFEXT_CCRX16_ins()
771 BuildMI(*BB, MI, MI->getDebugLoc(), in emitFEXT_CCRX16_ins()
788 BuildMI(*BB, MI, MI->getDebugLoc(), in emitFEXT_CCRXI16_ins()
[all …]
DMipsSEInstrInfo.cpp253 if (I != MBB.end()) DL = I->getDebugLoc(); in loadRegFromStack()
503 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn64)) in expandRetRA()
506 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn)).addReg(Mips::RA); in expandRetRA()
511 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::ERET)); in expandERet()
529 BuildMI(MBB, I, I->getDebugLoc(), get(NewOpc), I->getOperand(0).getReg()); in expandPseudoMFHiLo()
543 DebugLoc DL = I->getDebugLoc(); in expandPseudoMTLoHi()
570 DebugLoc DL = I->getDebugLoc(); in expandCvtFPInt()
592 DebugLoc dl = I->getDebugLoc(); in expandExtractElementF64()
631 DebugLoc dl = I->getDebugLoc(); in expandBuildPairF64()
701 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), T9) in expandEhReturn()
[all …]
DMipsSEFrameLowering.cpp161 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), Dst) in expandLoadCCond()
175 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR) in expandStoreCCond()
195 DebugLoc DL = I->getDebugLoc(); in expandLoadACC()
219 DebugLoc DL = I->getDebugLoc(); in expandStoreACC()
252 DebugLoc DL = I->getDebugLoc(); in expandCopyACC()
328 BuildMI(MBB, I, I->getDebugLoc(), TII.get(Mips::IMPLICIT_DEF), DstReg); in expandExtractElementF64()
542 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitInterruptPrologueStub()
677 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue()
730 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitInterruptEpilogueStub()
798 DebugLoc DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.cpp153 DebugLoc LastLoc = LastMI->getDebugLoc(); in getFirstEpilogueInst()
158 if (I->getDebugLoc() != LastLoc) in getFirstEpilogueInst()
208 assert(RawVar->isValidLocationForIntrinsic(MI.getDebugLoc()) && in calculateDbgValueHistory()
210 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgValueHistory()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp176 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyFromReg()
296 BuildMI(*MBB, InsertPos, Op.getDebugLoc(), in getVR()
338 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddRegisterOperand()
508 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
517 Node->getDebugLoc()); in EmitSubregNode()
524 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
557 BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc), VRBase); in EmitSubregNode()
595 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyToRegClassNode()
613 MachineInstrBuilder MIB = BuildMI(*MF, Node->getDebugLoc(), II, NewVReg); in EmitRegSequence()
654 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValue()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp86 BuildMI(**PI, J, J->getDebugLoc(), TII->get(I->getOpcode())) in processBlock()
98 BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BCCLR)) in processBlock()
113 **PI, J, J->getDebugLoc(), in processBlock()
/external/mesa3d/src/gallium/drivers/radeon/
DR600ISelLowering.cpp266 return DAG.getCopyToReg(Chain, Op.getDebugLoc(), Reg, Op.getOperand(2)); in LowerOperation()
278 DebugLoc DL = Op.getDebugLoc(); in LowerOperation()
343 Op.getDebugLoc(), in LowerBR_CC()
351 CmpValue.getDebugLoc(), in LowerBR_CC()
376 DebugLoc DL = Op.getDebugLoc(); in LowerROTL()
389 DebugLoc DL = Op.getDebugLoc(); in LowerSELECT_CC()
505 DebugLoc DL = Op.getDebugLoc(); in LowerSETCC()
509 Op.getDebugLoc(), in LowerSETCC()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerBrUnless.cpp111 BuildMI(MBB, MI, MI->getDebugLoc(), TII.get(WebAssembly::CONST_I32), ZeroReg) in runOnMachineFunction()
115 BuildMI(MBB, MI, MI->getDebugLoc(), TII.get(WebAssembly::EQ_I32), Tmp) in runOnMachineFunction()
125 BuildMI(MBB, MI, MI->getDebugLoc(), TII.get(WebAssembly::BR_IF)) in runOnMachineFunction()
DWebAssemblyRegisterInfo.cpp79 BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(WebAssembly::CONST_I32), OffsetReg) in eliminateFrameIndex()
81 BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(WebAssembly::ADD_I32), OffsetReg) in eliminateFrameIndex()
/external/llvm/lib/CodeGen/
DGCRootLowering.cpp287 MCSymbol *Label = InsertLabel(*CI->getParent(), CI, CI->getDebugLoc()); in VisitCallPoint()
288 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc()); in VisitCallPoint()
292 MCSymbol *Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc()); in VisitCallPoint()
293 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc()); in VisitCallPoint()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp132 emitGRX32Move(*MI->getParent(), MI, MI->getDebugLoc(), in expandRIEPseudo()
157 emitGRX32Move(*MI->getParent(), MI, MI->getDebugLoc(), in expandZExtPseudo()
596 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in storeRegToStackSlot()
611 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in loadRegFromStackSlot()
712 MI->getDebugLoc(), /*NoImplicit=*/true)); in convertToThreeAddress()
745 BuildMI(*MBB, MI, MI->getDebugLoc(), get(NewOpcode)) in convertToThreeAddress()
767 return BuildMI(*InsertPt->getParent(), InsertPt, MI->getDebugLoc(), in foldMemoryOperandImpl()
790 return BuildMI(*InsertPt->getParent(), InsertPt, MI->getDebugLoc(), in foldMemoryOperandImpl()
804 return BuildMI(*InsertPt->getParent(), InsertPt, MI->getDebugLoc(), in foldMemoryOperandImpl()
816 return BuildMI(*InsertPt->getParent(), InsertPt, MI->getDebugLoc(), in foldMemoryOperandImpl()
[all …]
DSystemZLDCleanup.cpp117 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall()
137 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp215 if (!I->getDebugLoc()) in ReplaceInstWithInst()
216 I->setDebugLoc(BI->getDebugLoc()); in ReplaceInstWithInst()
499 BI->setDebugLoc(BB->getFirstNonPHI()->getDebugLoc()); in SplitBlockPredecessors()
562 BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessors()
603 BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessors()
721 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen()
768 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
770 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
DAddDiscriminators.cpp186 const DILocation *DIL = I.getDebugLoc(); in runOnFunction()
226 DILocation *CurrentDIL = Current->getDebugLoc(); in runOnFunction()
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp448 DebugLoc DLoc = Inst.getDebugLoc(); in getInstWeight()
544 const DILocation *DIL = Inst.getDebugLoc(); in findCalleeFunctionSamples()
579 const DILocation *DIL = Inst.getDebugLoc(); in findFunctionSamples()
584 for (const DILocation *DIL = Inst.getDebugLoc(); DIL; in findFunctionSamples()
690 DebugLoc DLoc = CI->getDebugLoc(); in inlineHotFunctions()
1030 << TI->getDebugLoc().getLine() << ".\n"); in propagateWeights()
1050 MaxDestLoc = Succ->getFirstNonPHIOrDbgOrLifetime()->getDebugLoc(); in propagateWeights()
1061 DebugLoc BranchLoc = TI->getDebugLoc(); in propagateWeights()
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp67 DebugLoc dl = MI.getDebugLoc(); in InsertFPImmInst()
100 DebugLoc dl = MI.getDebugLoc(); in InsertFPConstInst()
134 DebugLoc dl = MI.getDebugLoc(); in InsertSPImmInst()
168 DebugLoc dl = MI.getDebugLoc(); in InsertSPConstInst()

123456789