Home
last modified time | relevance | path

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

12345678910>>...17

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp442 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
447 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
461 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
470 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
476 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
483 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
487 return DAG.getNode(ISD::FP_ROUND, Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
545 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT, in ReassociateOps()
563 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT, in ReassociateOps()
665 DebugLoc dl = Load->getDebugLoc(); in ReplaceLoadWithPromotedLoad()
[all …]
DLegalizeFloatTypes.cpp119 return DAG.getNode(ISD::BUILD_PAIR, N->getDebugLoc(), in SoftenFloatRes_BUILD_PAIR()
134 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, N->getDebugLoc(), in SoftenFloatRes_EXTRACT_VECTOR_ELT()
148 return DAG.getNode(ISD::AND, N->getDebugLoc(), NVT, Op, Mask); in SoftenFloatRes_FABS()
160 NVT, Ops, 2, false, N->getDebugLoc()); in SoftenFloatRes_FADD()
171 NVT, &Op, 1, false, N->getDebugLoc()); in SoftenFloatRes_FCEIL()
177 DebugLoc dl = N->getDebugLoc(); in SoftenFloatRes_FCOPYSIGN()
224 NVT, &Op, 1, false, N->getDebugLoc()); in SoftenFloatRes_FCOS()
236 NVT, Ops, 2, false, N->getDebugLoc()); in SoftenFloatRes_FDIV()
247 NVT, &Op, 1, false, N->getDebugLoc()); in SoftenFloatRes_FEXP()
258 NVT, &Op, 1, false, N->getDebugLoc()); in SoftenFloatRes_FEXP2()
[all …]
DLegalizeIntegerTypes.cpp155 return DAG.getNode(ISD::AssertSext, N->getDebugLoc(), in PromoteIntRes_AssertSext()
162 return DAG.getNode(ISD::AssertZext, N->getDebugLoc(), in PromoteIntRes_AssertZext()
168 SDValue Res = DAG.getAtomic(N->getOpcode(), N->getDebugLoc(), in PromoteIntRes_Atomic0()
181 SDValue Res = DAG.getAtomic(N->getOpcode(), N->getDebugLoc(), in PromoteIntRes_Atomic1()
195 SDValue Res = DAG.getAtomic(N->getOpcode(), N->getDebugLoc(), in PromoteIntRes_Atomic2()
211 DebugLoc dl = N->getDebugLoc(); in PromoteIntRes_BITCAST()
267 DebugLoc dl = N->getDebugLoc(); in PromoteIntRes_BSWAP()
277 return DAG.getNode(ISD::ANY_EXTEND, N->getDebugLoc(), in PromoteIntRes_BUILD_PAIR()
286 DebugLoc dl = N->getDebugLoc(); in PromoteIntRes_Constant()
304 return DAG.getConvertRndSat(OutVT, N->getDebugLoc(), N->getOperand(0), in PromoteIntRes_CONVERT_RNDSAT()
[all …]
DLegalizeVectorTypes.cpp128 return DAG.getNode(N->getOpcode(), N->getDebugLoc(), in ScalarizeVecRes_BinOp()
140 return DAG.getNode(ISD::BITCAST, N->getDebugLoc(), in ScalarizeVecRes_BITCAST()
147 return DAG.getConvertRndSat(NewVT, N->getDebugLoc(), in ScalarizeVecRes_CONVERT_RNDSAT()
156 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, N->getDebugLoc(), in ScalarizeVecRes_EXTRACT_SUBVECTOR()
164 return DAG.getNode(ISD::FP_ROUND, N->getDebugLoc(), in ScalarizeVecRes_FP_ROUND()
170 return DAG.getNode(ISD::FPOWI, N->getDebugLoc(), in ScalarizeVecRes_FPOWI()
181 Op = DAG.getNode(ISD::TRUNCATE, N->getDebugLoc(), EltVT, Op); in ScalarizeVecRes_INSERT_VECTOR_ELT()
191 N->getDebugLoc(), in ScalarizeVecRes_LOAD()
209 return DAG.getNode(N->getOpcode(), N->getDebugLoc(), DestVT, Op); in ScalarizeVecRes_UnaryOp()
216 return DAG.getNode(N->getOpcode(), N->getDebugLoc(), EltVT, in ScalarizeVecRes_InregOp()
[all …]
DLegalizeTypesGeneric.cpp45 DebugLoc dl = N->getDebugLoc(); in ExpandRes_BITCAST()
173 DebugLoc dl = N->getDebugLoc(); in ExpandRes_EXTRACT_VECTOR_ELT()
206 DebugLoc dl = N->getDebugLoc(); in ExpandRes_NormalLoad()
249 DebugLoc dl = N->getDebugLoc(); in ExpandRes_VAARG()
270 DebugLoc dl = N->getDebugLoc(); in ExpandOp_BITCAST()
304 DebugLoc dl = N->getDebugLoc(); in ExpandOp_BUILD_VECTOR()
342 DebugLoc dl = N->getDebugLoc(); in ExpandOp_INSERT_VECTOR_ELT()
374 DebugLoc dl = N->getDebugLoc(); in ExpandOp_SCALAR_TO_VECTOR()
390 DebugLoc dl = N->getDebugLoc(); in ExpandOp_NormalStore()
443 DebugLoc dl = N->getDebugLoc(); in SplitRes_SELECT()
[all …]
DInstrEmitter.cpp157 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyFromReg()
258 BuildMI(*MBB, InsertPos, Op.getDebugLoc(), in getVR()
301 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddRegisterOperand()
466 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
474 Node->getDebugLoc()); in EmitSubregNode()
481 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
513 MachineInstr *MI = BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc)); in EmitSubregNode()
551 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyToRegClassNode()
568 MachineInstr *MI = BuildMI(*MF, Node->getDebugLoc(), in EmitRegSequence()
605 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValue()
[all …]
/external/llvm/lib/Target/MSP430/
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()
258 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri), in eliminateCallFramePseudoInstr()
278 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/Hexagon/
DHexagonSplitConst32AndConst64.cpp96 BuildMI(*MBB, MII, MI.getDebugLoc(), TII->get(Hexagon::LO), DestReg) in runOnMachineFunction()
98 BuildMI(*MBB, MII, MI.getDebugLoc(), TII->get(Hexagon::HI), DestReg) in runOnMachineFunction()
120 BuildMI(*MBB, MII, MI.getDebugLoc(), TII->get(Hexagon::A2_tfrsi), in runOnMachineFunction()
146 BuildMI(*MBB, MII, MI.getDebugLoc(), TII->get(Hexagon::A2_tfrsi), in runOnMachineFunction()
149 BuildMI(*MBB, MII, MI.getDebugLoc(), TII->get(Hexagon::A2_tfrsi), in runOnMachineFunction()
/external/swiftshader/third_party/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()
188 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
214 if (MI != MBB.end()) DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()
DMSP430RegisterInfo.cpp123 New = BuildMI(MF, Old->getDebugLoc(), in eliminateCallFramePseudoInstr()
132 New = BuildMI(MF, Old->getDebugLoc(), in eliminateCallFramePseudoInstr()
151 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri), in eliminateCallFramePseudoInstr()
173 DebugLoc dl = MI.getDebugLoc(); in eliminateFrameIndex()
/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp120 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri)) in tryOrrMovk()
130 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in tryOrrMovk()
187 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri)) in tryToreplicateChunks()
207 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in tryToreplicateChunks()
232 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in tryToreplicateChunks()
370 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri)) in trySequenceOfOnes()
381 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in trySequenceOfOnes()
398 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi)) in trySequenceOfOnes()
433 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)) in expandMOVImm()
554 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(FirstOpc)) in expandMOVImm()
[all …]
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp401 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVLD()
466 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVST()
520 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandLaneOp()
604 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)); in ExpandVTBL()
683 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg); in ExpandMOV32BitImm()
684 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::ORRri)) in ExpandMOV32BitImm()
713 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg); in ExpandMOV32BitImm()
714 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(HI16Opc)) in ExpandMOV32BitImm()
770 DebugLoc DL = MI.getDebugLoc(); in ExpandCMP_SWAP()
887 DebugLoc DL = MI.getDebugLoc(); in ExpandCMP_SWAP_64()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMExpandPseudoInsts.cpp417 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVLD()
481 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVST()
530 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandLaneOp()
612 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)); in ExpandVTBL()
658 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg); in ExpandMOV32BitImm()
659 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::ORRri)) in ExpandMOV32BitImm()
688 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg); in ExpandMOV32BitImm()
689 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(HI16Opc)) in ExpandMOV32BitImm()
725 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(newOpc), in ExpandMI()
738 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc), in ExpandMI()
[all …]
DThumb1FrameLowering.cpp60 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue()
121 dl = MBBI->getDebugLoc(); in emitPrologue()
207 DebugLoc dl = MBBI->getDebugLoc(); in emitEpilogue()
300 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
340 DebugLoc DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()
/external/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp206 DebugLoc DL = From.getDebugLoc(); in Skip()
222 const DebugLoc &DL = MI.getDebugLoc(); in skipIfDead()
250 DebugLoc DL = MI.getDebugLoc(); in If()
273 DebugLoc DL = MI.getDebugLoc(); in Else()
306 DebugLoc DL = MI.getDebugLoc(); in Break()
320 DebugLoc DL = MI.getDebugLoc(); in IfBreak()
335 DebugLoc DL = MI.getDebugLoc(); in ElseBreak()
350 DebugLoc DL = MI.getDebugLoc(); in Loop()
365 DebugLoc DL = MI.getDebugLoc(); in EndCf()
386 DebugLoc DL = MI.getDebugLoc(); in Kill()
[all …]
DSIDebuggerInsertNops.cpp82 if (MI->isDebugValue() || !MI->getDebugLoc()) in runOnMachineFunction()
86 auto DL = MI->getDebugLoc(); in runOnMachineFunction()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp526 DebugLoc DL = MI.getDebugLoc(); in emitSel16()
589 DebugLoc DL = MI.getDebugLoc(); in emitSelT16()
655 DebugLoc DL = MI.getDebugLoc(); in emitSeliT16()
724 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(CmpOpc)) in emitFEXT_T8I816_ins()
727 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(BtOpc)).addMBB(target); in emitFEXT_T8I816_ins()
749 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(CmpOpc)).addReg(regX).addImm(imm); in emitFEXT_T8I8I16_ins()
750 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(BtOpc)).addMBB(target); in emitFEXT_T8I8I16_ins()
774 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SltOpc)) in emitFEXT_CCRX16_ins()
777 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(Mips::MoveR3216), CC) in emitFEXT_CCRX16_ins()
794 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SltOpc)).addReg(regX).addImm(Imm); in emitFEXT_CCRXI16_ins()
[all …]
DMipsSEInstrInfo.cpp256 if (I != MBB.end()) DL = I->getDebugLoc(); in loadRegFromStack()
525 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn64)) in expandRetRA()
528 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn)).addReg(Mips::RA); in expandRetRA()
533 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::ERET)); in expandERet()
551 BuildMI(MBB, I, I->getDebugLoc(), get(NewOpc), I->getOperand(0).getReg()); in expandPseudoMFHiLo()
565 DebugLoc DL = I->getDebugLoc(); in expandPseudoMTLoHi()
592 DebugLoc DL = I->getDebugLoc(); in expandCvtFPInt()
614 DebugLoc dl = I->getDebugLoc(); in expandExtractElementF64()
653 DebugLoc dl = I->getDebugLoc(); in expandBuildPairF64()
723 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), T9) in expandEhReturn()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp177 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyFromReg()
297 BuildMI(*MBB, InsertPos, Op.getDebugLoc(), in getVR()
340 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddRegisterOperand()
510 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
519 Node->getDebugLoc()); in EmitSubregNode()
526 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
559 BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc), VRBase); in EmitSubregNode()
597 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyToRegClassNode()
615 MachineInstrBuilder MIB = BuildMI(*MF, Node->getDebugLoc(), II, NewVReg); in EmitRegSequence()
656 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValue()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUNopFiller.cpp96 BuildMI(MBB, I, I->getDebugLoc(), TII->get(SPU::ENOP)); in runOnMachineBasicBlock()
105 BuildMI(MBB, I, I->getDebugLoc(), TII->get(SPU::LNOP)); in runOnMachineBasicBlock()
121 BuildMI(MBB, J, J->getDebugLoc(), TII->get(SPU::ENOP)); in runOnMachineBasicBlock()
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.cpp135 DebugLoc LastLoc = LastMI->getDebugLoc(); in getFirstEpilogueInst()
140 if (I->getDebugLoc() != LastLoc) in getFirstEpilogueInst()
222 assert(RawVar->isValidLocationForIntrinsic(MI.getDebugLoc()) && in calculateDbgValueHistory()
224 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgValueHistory()
/external/llvm/lib/CodeGen/
DXRayInstrumentation.cpp64 BuildMI(FirstMBB, FirstMI, FirstMI.getDebugLoc(), in runOnMachineFunction()
76 auto MIB = BuildMI(MBB, T, T.getDebugLoc(), in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaRegisterInfo.cpp104 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30) in eliminateCallFramePseudoInstr()
108 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30) in eliminateCallFramePseudoInstr()
170 MachineInstr* nMI=BuildMI(MF, MI.getDebugLoc(), in eliminateFrameIndex()
/external/llvm/lib/Target/PowerPC/
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()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZFrameLowering.cpp81 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitSPUpdate()
102 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue()
119 DL = MBBI->getDebugLoc(); in emitPrologue()
233 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
308 if (MI != MBB.end()) DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()

12345678910>>...17