Searched refs:getDebugLoc (Results 1 - 25 of 186) sorted by relevance

12345678

/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonExpandPredSpillCode.cpp98 BuildMI(*MBB, MII, MI->getDebugLoc(),
101 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::ADD_rr),
104 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::TFR_RsPd),
106 BuildMI(*MBB, MII, MI->getDebugLoc(),
111 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::ADD_ri),
113 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::TFR_RsPd),
115 BuildMI(*MBB, MII, MI->getDebugLoc(),
122 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::TFR_RsPd),
124 BuildMI(*MBB, MII, MI->getDebugLoc(),
142 BuildMI(*MBB, MII, MI->getDebugLoc(),
[all...]
H A DHexagonSplitTFRCondSets.cpp114 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc1),
118 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc2),
133 BuildMI(*MBB, MII, MI->getDebugLoc(),
138 BuildMI(*MBB, MII, MI->getDebugLoc(),
143 BuildMI(*MBB, MII, MI->getDebugLoc(),
159 BuildMI(*MBB, MII, MI->getDebugLoc(),
164 BuildMI(*MBB, MII, MI->getDebugLoc(),
173 BuildMI(*MBB, MII, MI->getDebugLoc(),
189 BuildMI(*MBB, MII, MI->getDebugLoc(),
192 BuildMI(*MBB, MII, MI->getDebugLoc(),
[all...]
H A DHexagonRegisterInfo.cpp177 BuildMI(*MI.getParent(), II, MI.getDebugLoc(),
179 BuildMI(*MI.getParent(), II, MI.getDebugLoc(),
183 BuildMI(*MI.getParent(), II, MI.getDebugLoc(),
206 BuildMI(*MI.getParent(), II, MI.getDebugLoc(),
208 BuildMI(*MI.getParent(), II, MI.getDebugLoc(),
212 BuildMI(*MI.getParent(), II, MI.getDebugLoc(),
238 BuildMI(*MI.getParent(), II, MI.getDebugLoc(),
240 BuildMI(*MI.getParent(), II, MI.getDebugLoc(),
247 BuildMI(*MI.getParent(), II, MI.getDebugLoc(),
257 BuildMI(*MI.getParent(), II, MI.getDebugLoc(),
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DErlangGC.cpp76 MCSymbol* Label = InsertLabel(*MI->getParent(), RAI, MI->getDebugLoc());
77 FI.addSafePoint(GC::PostCall, Label, MI->getDebugLoc());
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp485 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(),
490 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(),
504 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(),
515 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(),
521 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(),
528 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(),
532 return DAG.getNode(ISD::FP_ROUND, Op.getDebugLoc(), Op.getValueType(),
590 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT,
608 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT,
709 DebugLoc dl = Load->getDebugLoc();
[all...]
H A DLegalizeFloatTypes.cpp121 return DAG.getNode(ISD::BUILD_PAIR, N->getDebugLoc(),
136 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, N->getDebugLoc(),
150 return DAG.getNode(ISD::AND, N->getDebugLoc(), NVT, Op, Mask);
163 NVT, Ops, 2, false, N->getDebugLoc());
175 NVT, &Op, 1, false, N->getDebugLoc());
181 DebugLoc dl = N->getDebugLoc();
229 NVT, &Op, 1, false, N->getDebugLoc());
242 NVT, Ops, 2, false, N->getDebugLoc());
254 NVT, &Op, 1, false, N->getDebugLoc());
266 NVT, &Op, 1, false, N->getDebugLoc());
[all...]
H A DLegalizeVectorTypes.cpp131 return DAG.getNode(N->getOpcode(), N->getDebugLoc(),
139 return DAG.getNode(N->getOpcode(), N->getDebugLoc(),
151 return DAG.getNode(ISD::BITCAST, N->getDebugLoc(),
161 return DAG.getNode(ISD::TRUNCATE, N->getDebugLoc(), EltVT, InOp);
168 return DAG.getConvertRndSat(NewVT, N->getDebugLoc(),
177 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, N->getDebugLoc(),
185 return DAG.getNode(ISD::FP_ROUND, N->getDebugLoc(),
191 return DAG.getNode(ISD::FPOWI, N->getDebugLoc(),
202 Op = DAG.getNode(ISD::TRUNCATE, N->getDebugLoc(), EltVT, Op);
212 N->getDebugLoc(),
[all...]
H A DLegalizeIntegerTypes.cpp156 return DAG.getNode(ISD::AssertSext, N->getDebugLoc(),
163 return DAG.getNode(ISD::AssertZext, N->getDebugLoc(),
169 SDValue Res = DAG.getAtomic(N->getOpcode(), N->getDebugLoc(),
182 SDValue Res = DAG.getAtomic(N->getOpcode(), N->getDebugLoc(),
196 SDValue Res = DAG.getAtomic(N->getOpcode(), N->getDebugLoc(),
212 DebugLoc dl = N->getDebugLoc();
267 DebugLoc dl = N->getDebugLoc();
277 return DAG.getNode(ISD::ANY_EXTEND, N->getDebugLoc(),
286 DebugLoc dl = N->getDebugLoc();
304 return DAG.getConvertRndSat(OutVT, N->getDebugLoc(),
[all...]
H A DSDNodeDbgValue.h99 DebugLoc getDebugLoc() { return DL; } function in class:llvm::SDDbgValue
H A DInstrEmitter.cpp176 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
280 BuildMI(*MBB, InsertPos, Op.getDebugLoc(),
322 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
492 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
501 Node->getDebugLoc());
508 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
541 BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc), VRBase);
579 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
597 MachineInstrBuilder MIB = BuildMI(*MF, Node->getDebugLoc(), II, NewVReg);
637 DebugLoc DL = SD->getDebugLoc();
[all...]
H A DLegalizeTypesGeneric.cpp44 DebugLoc dl = N->getDebugLoc();
206 DebugLoc dl = N->getDebugLoc();
248 DebugLoc dl = N->getDebugLoc();
292 DebugLoc dl = N->getDebugLoc();
313 DebugLoc dl = N->getDebugLoc();
347 DebugLoc dl = N->getDebugLoc();
385 DebugLoc dl = N->getDebugLoc();
417 DebugLoc dl = N->getDebugLoc();
433 DebugLoc dl = N->getDebugLoc();
486 DebugLoc dl = N->getDebugLoc();
[all...]
H A DLegalizeVectorOps.cpp323 DebugLoc dl = Op.getDebugLoc();
360 DebugLoc dl = Op.getDebugLoc();
378 DebugLoc dl = Op.getDebugLoc();
522 DebugLoc dl = Op.getDebugLoc();
577 DebugLoc DL = Op.getDebugLoc();
640 DebugLoc DL = Op.getDebugLoc();
656 DebugLoc DL = Op.getDebugLoc();
696 DebugLoc DL = Op.getDebugLoc();
737 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(),
749 DebugLoc dl = Op.getDebugLoc();
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
86 DL = MBBI->getDebugLoc();
115 DebugLoc DL = MBBI->getDebugLoc();
148 DL = MBBI->getDebugLoc();
188 if (MI != MBB.end()) DL = MI->getDebugLoc();
214 if (MI != MBB.end()) DL = MI->getDebugLoc();
247 New = BuildMI(MF, Old->getDebugLoc(),
256 New = BuildMI(MF, Old->getDebugLoc(),
275 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri),
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp35 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
84 DebugLoc DL = MI.getDebugLoc();
103 DebugLoc dl = MBBI->getDebugLoc();
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp138 DebugLoc DL = From.getDebugLoc();
147 DebugLoc DL = MI.getDebugLoc();
178 DebugLoc DL = MI.getDebugLoc();
196 DebugLoc DL = MI.getDebugLoc();
215 DebugLoc DL = MI.getDebugLoc();
229 DebugLoc DL = MI.getDebugLoc();
244 DebugLoc DL = MI.getDebugLoc();
259 DebugLoc DL = MI.getDebugLoc();
275 DebugLoc DL = MI.getDebugLoc();
298 DebugLoc DL = MI.getDebugLoc();
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp64 if (I != MBB.end()) DL = I->getDebugLoc();
92 if (I != MBB.end()) DL = I->getDebugLoc();
H A DARMExpandPseudoInsts.cpp383 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
448 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
500 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
584 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc));
626 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg);
627 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::ORRri))
656 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg);
657 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(HI16Opc))
693 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(newOpc),
706 BuildMI(MBB, MBBI, MI.getDebugLoc(), TI
[all...]
H A DThumb1FrameLowering.cpp59 DebugLoc dl = Old->getDebugLoc();
94 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
155 dl = MBBI->getDebugLoc();
244 DebugLoc dl = MBBI->getDebugLoc();
340 if (MI != MBB.end()) DL = MI->getDebugLoc();
380 DebugLoc DL = MI->getDebugLoc();
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp179 if (I != MBB.end()) DL = I->getDebugLoc();
213 if (I != MBB.end()) DL = I->getDebugLoc();
293 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
362 BuildMI(MBB, I, I->getDebugLoc(), get(Opc)).addReg(Mips::RA);
371 DebugLoc dl = I->getDebugLoc();
385 DebugLoc dl = I->getDebugLoc();
416 BuildMI(MBB, I, I->getDebugLoc(), TM.getInstrInfo()->get(OR), T9)
418 BuildMI(MBB, I, I->getDebugLoc(), TM.getInstrInfo()->get(OR), RA)
420 BuildMI(MBB, I, I->getDebugLoc(), TM.getInstrInfo()->get(ADDU), SP)
422 BuildMI(MBB, I, I->getDebugLoc(), T
[all...]
H A DMipsCodeEmitter.cpp288 MCE.processDebugLoc(MI->getDebugLoc(), true);
293 MCE.processDebugLoc(MI->getDebugLoc(), false);
309 BuildMI(MBB, &*MI, MI->getDebugLoc(), II->get(Opc))
317 BuildMI(MBB, &*MI, MI->getDebugLoc(), II->get(Mips::SLL), Mips::ZERO)
321 BuildMI(MBB, &*MI, MI->getDebugLoc(), II->get(Mips::JALR), Mips::RA)
H A DMips16ISelLowering.cpp419 DebugLoc DL = MI->getDebugLoc();
482 DebugLoc DL = MI->getDebugLoc();
547 DebugLoc DL = MI->getDebugLoc();
616 BuildMI(*BB, MI, MI->getDebugLoc(), TII->get(CmpOpc)).addReg(regX)
618 BuildMI(*BB, MI, MI->getDebugLoc(), TII->get(BtOpc)).addMBB(target);
639 BuildMI(*BB, MI, MI->getDebugLoc(), TII->get(CmpOpc)).addReg(regX)
641 BuildMI(*BB, MI, MI->getDebugLoc(), TII->get(BtOpc)).addMBB(target);
665 BuildMI(*BB, MI, MI->getDebugLoc(),
667 BuildMI(*BB, MI, MI->getDebugLoc(),
683 BuildMI(*BB, MI, MI->getDebugLoc(),
[all...]
H A DMips16InstrInfo.cpp106 if (I != MBB.end()) DL = I->getDebugLoc();
121 if (I != MBB.end()) DL = I->getDebugLoc();
176 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
218 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
266 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
398 BuildMI(MBB, I, I->getDebugLoc(), get(Opc));
411 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
H A DMips16ISelDAGToDAG.cpp74 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
104 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
238 DebugLoc DL = Node->getDebugLoc();
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp240 DebugLoc ENTDL = MENTI != MENT.end() ? MENTI->getDebugLoc() : DebugLoc();
241 DebugLoc EXTDL = MEXTI != MEXT.end() ? MEXTI->getDebugLoc() : DebugLoc();
348 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
394 DebugLoc dl = MBBI->getDebugLoc();
450 New = BuildMI(MF,Old->getDebugLoc(), TII.get(MBlaze::ADDIK),MBlaze::R1)
454 New = BuildMI(MF,Old->getDebugLoc(), TII.get(MBlaze::ADDIK),MBlaze::R1)
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp112 DebugLoc dl = N->getDebugLoc();
207 return CurDAG->getNode(ISD::TokenFactor, Chain->getDebugLoc(), MVT::Other,
212 DebugLoc dl = N->getDebugLoc();

Completed in 394 milliseconds

12345678