Home
last modified time | relevance | path

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

1234567

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp441 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
446 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
460 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
469 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
475 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
482 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
486 return DAG.getNode(ISD::FP_ROUND, Op.getDebugLoc(), Op.getValueType(), in GetNegatedExpression()
544 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT, in ReassociateOps()
562 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT, in ReassociateOps()
664 DebugLoc dl = Load->getDebugLoc(); in ReplaceLoadWithPromotedLoad()
[all …]
DLegalizeFloatTypes.cpp112 return DAG.getNode(ISD::BUILD_PAIR, N->getDebugLoc(), in SoftenFloatRes_BUILD_PAIR()
127 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, N->getDebugLoc(), in SoftenFloatRes_EXTRACT_VECTOR_ELT()
141 return DAG.getNode(ISD::AND, N->getDebugLoc(), NVT, Op, Mask); in SoftenFloatRes_FABS()
153 NVT, Ops, 2, false, N->getDebugLoc()); in SoftenFloatRes_FADD()
164 NVT, &Op, 1, false, N->getDebugLoc()); in SoftenFloatRes_FCEIL()
170 DebugLoc dl = N->getDebugLoc(); in SoftenFloatRes_FCOPYSIGN()
217 NVT, &Op, 1, false, N->getDebugLoc()); in SoftenFloatRes_FCOS()
229 NVT, Ops, 2, false, N->getDebugLoc()); in SoftenFloatRes_FDIV()
240 NVT, &Op, 1, false, N->getDebugLoc()); in SoftenFloatRes_FEXP()
251 NVT, &Op, 1, false, N->getDebugLoc()); in SoftenFloatRes_FEXP2()
[all …]
DLegalizeIntegerTypes.cpp142 return DAG.getNode(ISD::AssertSext, N->getDebugLoc(), in PromoteIntRes_AssertSext()
149 return DAG.getNode(ISD::AssertZext, N->getDebugLoc(), in PromoteIntRes_AssertZext()
155 SDValue Res = DAG.getAtomic(N->getOpcode(), N->getDebugLoc(), in PromoteIntRes_Atomic1()
168 SDValue Res = DAG.getAtomic(N->getOpcode(), N->getDebugLoc(), in PromoteIntRes_Atomic2()
183 DebugLoc dl = N->getDebugLoc(); in PromoteIntRes_BITCAST()
239 DebugLoc dl = N->getDebugLoc(); in PromoteIntRes_BSWAP()
249 return DAG.getNode(ISD::ANY_EXTEND, N->getDebugLoc(), in PromoteIntRes_BUILD_PAIR()
258 DebugLoc dl = N->getDebugLoc(); in PromoteIntRes_Constant()
276 return DAG.getConvertRndSat(OutVT, N->getDebugLoc(), N->getOperand(0), in PromoteIntRes_CONVERT_RNDSAT()
284 DebugLoc dl = N->getDebugLoc(); in PromoteIntRes_CTLZ()
[all …]
DLegalizeVectorTypes.cpp128 return DAG.getNode(N->getOpcode(), N->getDebugLoc(), in ScalarizeVecRes_BinOp()
134 return DAG.getNode(ISD::BITCAST, N->getDebugLoc(), in ScalarizeVecRes_BITCAST()
141 return DAG.getConvertRndSat(NewVT, N->getDebugLoc(), in ScalarizeVecRes_CONVERT_RNDSAT()
150 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, N->getDebugLoc(), in ScalarizeVecRes_EXTRACT_SUBVECTOR()
158 return DAG.getNode(ISD::FP_ROUND, N->getDebugLoc(), in ScalarizeVecRes_FP_ROUND()
164 return DAG.getNode(ISD::FPOWI, N->getDebugLoc(), in ScalarizeVecRes_FPOWI()
175 Op = DAG.getNode(ISD::TRUNCATE, N->getDebugLoc(), EltVT, Op); in ScalarizeVecRes_INSERT_VECTOR_ELT()
185 N->getDebugLoc(), in ScalarizeVecRes_LOAD()
203 return DAG.getNode(N->getOpcode(), N->getDebugLoc(), DestVT, Op); in ScalarizeVecRes_UnaryOp()
210 return DAG.getNode(N->getOpcode(), N->getDebugLoc(), EltVT, in ScalarizeVecRes_InregOp()
[all …]
DLegalizeTypesGeneric.cpp40 DebugLoc dl = N->getDebugLoc(); in ExpandRes_BITCAST()
168 DebugLoc dl = N->getDebugLoc(); in ExpandRes_EXTRACT_VECTOR_ELT()
201 DebugLoc dl = N->getDebugLoc(); in ExpandRes_NormalLoad()
244 DebugLoc dl = N->getDebugLoc(); in ExpandRes_VAARG()
265 DebugLoc dl = N->getDebugLoc(); in ExpandOp_BITCAST()
299 DebugLoc dl = N->getDebugLoc(); in ExpandOp_BUILD_VECTOR()
337 DebugLoc dl = N->getDebugLoc(); in ExpandOp_INSERT_VECTOR_ELT()
369 DebugLoc dl = N->getDebugLoc(); in ExpandOp_SCALAR_TO_VECTOR()
385 DebugLoc dl = N->getDebugLoc(); in ExpandOp_NormalStore()
453 DebugLoc dl = N->getDebugLoc(); in SplitRes_SELECT()
[all …]
DInstrEmitter.cpp150 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyFromReg()
251 BuildMI(*MBB, InsertPos, Op.getDebugLoc(), in getVR()
293 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(), in AddRegisterOperand()
448 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), in EmitSubregNode()
466 MachineInstr *MI = BuildMI(*MF, Node->getDebugLoc(), in EmitSubregNode()
499 MachineInstr *MI = BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc)); in EmitSubregNode()
537 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyToRegClassNode()
554 MachineInstr *MI = BuildMI(*MF, Node->getDebugLoc(), in EmitRegSequence()
591 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValue()
687 MachineInstr *MI = BuildMI(*MF, Node->getDebugLoc(), II); in EmitMachineNode()
[all …]
DLegalizeTypes.cpp866 return DAG.getNode(ISD::BITCAST, Op.getDebugLoc(), in BitConvertToInteger()
877 return DAG.getNode(ISD::BITCAST, Op.getDebugLoc(), in BitConvertVectorToIntegerVector()
883 DebugLoc dl = Op.getDebugLoc(); in CreateStackStoreLoad()
967 DebugLoc dl = Pair.getDebugLoc(); in GetPairElements()
977 DebugLoc dl = Index.getDebugLoc(); in GetVectorElementPointer()
995 DebugLoc dlHi = Hi.getDebugLoc(); in JoinIntegers()
996 DebugLoc dlLo = Lo.getDebugLoc(); in JoinIntegers()
1013 DebugLoc dl = N->getDebugLoc(); in LibCallify()
1086 Callee, Args, DAG, Node->getDebugLoc()); in ExpandChainLibCall()
1095 DebugLoc dl = Bool.getDebugLoc(); in PromoteTargetBoolean()
[all …]
DLegalizeVectorOps.cpp244 DebugLoc dl = Op.getDebugLoc(); in PromoteVectorOp()
263 DebugLoc DL = Op.getDebugLoc(); in ExpandUINT_TO_FLOAT()
304 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(), in ExpandFNEG()
316 DebugLoc dl = Op.getDebugLoc(); in UnrollVSETCC()
/external/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()
DMSP430ISelLowering.cpp596 DebugLoc dl = N->getDebugLoc(); in LowerShifts()
641 SDValue Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(), in LowerGlobalAddress()
643 return DAG.getNode(MSP430ISD::Wrapper, Op.getDebugLoc(), in LowerGlobalAddress()
649 DebugLoc dl = Op.getDebugLoc(); in LowerExternalSymbol()
658 DebugLoc dl = Op.getDebugLoc(); in LowerBlockAddress()
754 DebugLoc dl = Op.getDebugLoc(); in LowerBR_CC()
766 DebugLoc dl = Op.getDebugLoc(); in LowerSETCC()
850 DebugLoc dl = Op.getDebugLoc(); in LowerSELECT_CC()
869 DebugLoc dl = Op.getDebugLoc(); in LowerSIGN_EXTEND()
901 DebugLoc dl = Op.getDebugLoc(); in LowerRETURNADDR()
[all …]
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp412 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVLD()
476 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandVST()
525 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandLaneOp()
607 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)); in ExpandVTBL()
653 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg); in ExpandMOV32BitImm()
654 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::ORRri)) in ExpandMOV32BitImm()
683 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg); in ExpandMOV32BitImm()
684 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(HI16Opc)) in ExpandMOV32BitImm()
720 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(newOpc), in ExpandMI()
733 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()
202 DebugLoc dl = MBBI->getDebugLoc(); in emitEpilogue()
295 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
335 DebugLoc DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()
DThumb1InstrInfo.cpp58 if (I != MBB.end()) DL = I->getDebugLoc(); in storeRegToStackSlot()
87 if (I != MBB.end()) DL = I->getDebugLoc(); in loadRegFromStackSlot()
DARMISelLowering.cpp1912 DebugLoc dl = Op.getDebugLoc(); in LowerConstantPool()
1933 DebugLoc DL = Op.getDebugLoc(); in LowerBlockAddress()
1962 DebugLoc dl = GA->getDebugLoc(); in LowerToTLSGeneralDynamicModel()
2002 DebugLoc dl = GA->getDebugLoc(); in LowerToTLSExecModels()
2063 DebugLoc dl = Op.getDebugLoc(); in LowerGlobalAddressELF()
2105 DebugLoc dl = Op.getDebugLoc(); in LowerGlobalAddressDarwin()
2168 DebugLoc dl = Op.getDebugLoc(); in LowerGLOBAL_OFFSET_TABLE()
2185 DebugLoc dl = Op.getDebugLoc(); in LowerEH_SJLJ_DISPATCHSETUP()
2192 DebugLoc dl = Op.getDebugLoc(); in LowerEH_SJLJ_SETJMP()
2200 DebugLoc dl = Op.getDebugLoc(); in LowerEH_SJLJ_LONGJMP()
[all …]
/external/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/Target/Mips/
DMipsEmitGPRestore.cpp66 DebugLoc dl = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in runOnMachineFunction()
78 DebugLoc dl = I->getDebugLoc(); in runOnMachineFunction()
DMipsExpandPseudo.cpp91 DebugLoc dl = I->getDebugLoc(); in ExpandBuildPairF64()
107 DebugLoc dl = I->getDebugLoc(); in ExpandExtractElementF64()
/external/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/Sparc/
DSparcFrameLowering.cpp35 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue()
75 DebugLoc dl = MBBI->getDebugLoc(); in emitEpilogue()
DSparcRegisterInfo.cpp63 DebugLoc dl = MI.getDebugLoc(); in eliminateCallFramePseudoInstr()
79 DebugLoc dl = MI.getDebugLoc(); in eliminateFrameIndex()
/external/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()
/external/llvm/lib/CodeGen/
DGCStrategy.cpp365 MCSymbol* Label = InsertLabel(*CI->getParent(), CI, CI->getDebugLoc()); in VisitCallPoint()
366 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc()); in VisitCallPoint()
370 MCSymbol* Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc()); in VisitCallPoint()
371 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc()); in VisitCallPoint()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp213 DebugLoc dl = Op.getDebugLoc(); in LowerSELECT_CC()
225 DebugLoc dl = GA.getDebugLoc(); in getGlobalAddressWrapper()
246 SDValue GA = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(), MVT::i32); in LowerGlobalAddress()
264 DebugLoc dl = Op.getDebugLoc(); in LowerGlobalTLSAddress()
297 DebugLoc DL = Op.getDebugLoc(); in LowerBlockAddress()
310 DebugLoc dl = CP->getDebugLoc(); in LowerConstantPool()
333 DebugLoc dl = Op.getDebugLoc(); in LowerBR_JT()
406 DebugLoc DL = Op.getDebugLoc(); in LowerLOAD()
507 DebugLoc dl = Op.getDebugLoc(); in LowerSTORE()
553 DebugLoc dl = Op.getDebugLoc(); in LowerSMUL_LOHI()
[all …]
/external/llvm/lib/Target/Blackfin/
DBlackfinFrameLowering.cpp52 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue()
100 DebugLoc dl = MBBI->getDebugLoc(); in emitEpilogue()

1234567