HomeSort by relevance Sort by last modified time
    Searched refs:getDebugLoc (Results 1 - 25 of 229) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/lib/Target/Hexagon/
HexagonExpandPredSpillCode.cpp 107 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr),
110 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(),
150 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr),
153 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(),
191 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr),
194 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(),
228 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr),
231 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(),
254 BuildMI(*MBB, MII, MI->getDebugLoc(),
257 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_add)
    [all...]
HexagonSplitConst32AndConst64.cpp 96 BuildMI (*MBB, MII, MI->getDebugLoc(),
98 BuildMI (*MBB, MII, MI->getDebugLoc(),
120 BuildMI(*MBB, MII, MI->getDebugLoc(),
145 BuildMI(*MBB, MII, MI->getDebugLoc(),
147 BuildMI (*MBB, MII, MI->getDebugLoc(),
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 51 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
88 DL = MBBI->getDebugLoc();
117 DebugLoc DL = MBBI->getDebugLoc();
150 DL = MBBI->getDebugLoc();
190 if (MI != MBB.end()) DL = MI->getDebugLoc();
216 if (MI != MBB.end()) DL = MI->getDebugLoc();
249 New = BuildMI(MF, Old->getDebugLoc(),
258 New = BuildMI(MF, Old->getDebugLoc(),
277 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri),
  /external/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp 145 DebugLoc DL = From.getDebugLoc();
153 DebugLoc DL = MI.getDebugLoc();
185 DebugLoc DL = MI.getDebugLoc();
203 DebugLoc DL = MI.getDebugLoc();
222 DebugLoc DL = MI.getDebugLoc();
236 DebugLoc DL = MI.getDebugLoc();
251 DebugLoc DL = MI.getDebugLoc();
266 DebugLoc DL = MI.getDebugLoc();
281 DebugLoc DL = MI.getDebugLoc();
301 DebugLoc DL = MI.getDebugLoc();
    [all...]
SILowerI1Copies.cpp 113 DebugLoc DL = MI.getDebugLoc();
139 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(AMDGPU::V_CMP_NE_I32_e64))
  /external/llvm/lib/Target/PowerPC/
PPCEarlyReturn.cpp 86 BuildMI(**PI, J, J->getDebugLoc(), TII->get(I->getOpcode()))
98 BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BCCLR))
113 **PI, J, J->getDebugLoc(),
PPCMIPeephole.cpp 140 BuildMI(MBB, &MI, MI.getDebugLoc(),
165 BuildMI(MBB, &MI, MI.getDebugLoc(),
PPCVSXCopy.cpp 117 BuildMI(MBB, MI, MI->getDebugLoc(),
143 BuildMI(MBB, MI, MI->getDebugLoc(),
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyLowerBrUnless.cpp 111 BuildMI(MBB, MI, MI->getDebugLoc(), TII.get(WebAssembly::CONST_I32), ZeroReg)
115 BuildMI(MBB, MI, MI->getDebugLoc(), TII.get(WebAssembly::EQ_I32), Tmp)
125 BuildMI(MBB, MI, MI->getDebugLoc(), TII.get(WebAssembly::BR_IF))
WebAssemblyRegisterInfo.cpp 79 BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(WebAssembly::CONST_I32), OffsetReg)
81 BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(WebAssembly::ADD_I32), OffsetReg)
  /external/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 99 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(),
121 BuildMI(*I->getParent(), ++I->getIterator(), I->getDebugLoc(),
AArch64ExpandPseudoInsts.cpp 110 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri))
120 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi))
177 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri))
197 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi))
222 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi))
360 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri))
371 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi))
388 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi))
415 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc))
537 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(FirstOpc)
    [all...]
AArch64A53Fix835769.cpp 170 DebugLoc DL = I->getDebugLoc();
174 DebugLoc DL = MI->getDebugLoc();
  /external/llvm/lib/Target/SystemZ/
SystemZLDCleanup.cpp 117 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(),
137 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(),
  /external/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.cpp 153 DebugLoc LastLoc = LastMI->getDebugLoc();
158 if (I->getDebugLoc() != LastLoc)
208 assert(RawVar->isValidLocationForIntrinsic(MI.getDebugLoc()) &&
210 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt());
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 65 NewCall->setDebugLoc(II->getDebugLoc());
AddDiscriminators.cpp 186 const DILocation *DIL = I.getDebugLoc();
226 DILocation *CurrentDIL = Current->getDebugLoc();
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 386 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
451 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
505 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
589 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc));
    [all...]
Thumb1InstrInfo.cpp 83 if (I != MBB.end()) DL = I->getDebugLoc();
109 if (I != MBB.end()) DL = I->getDebugLoc();
  /external/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 52 DL = I->getDebugLoc();
70 DL = I->getDebugLoc();
  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 181 DebugLoc DL = II->getDebugLoc();
200 DebugLoc DL = II->getDebugLoc();
MipsSEInstrInfo.cpp 253 if (I != MBB.end()) DL = I->getDebugLoc();
503 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn64))
506 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn)).addReg(Mips::RA);
511 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::ERET));
529 BuildMI(MBB, I, I->getDebugLoc(), get(NewOpc), I->getOperand(0).getReg());
543 DebugLoc DL = I->getDebugLoc();
570 DebugLoc DL = I->getDebugLoc();
592 DebugLoc dl = I->getDebugLoc();
631 DebugLoc dl = I->getDebugLoc();
701 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), T9
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 266 return DAG.getCopyToReg(Chain, Op.getDebugLoc(), Reg, Op.getOperand(2));
278 DebugLoc DL = Op.getDebugLoc();
343 Op.getDebugLoc(),
351 CmpValue.getDebugLoc(),
376 DebugLoc DL = Op.getDebugLoc();
389 DebugLoc DL = Op.getDebugLoc();
505 DebugLoc DL = Op.getDebugLoc();
509 Op.getDebugLoc(),
  /external/llvm/lib/CodeGen/
GCRootLowering.cpp 287 MCSymbol *Label = InsertLabel(*CI->getParent(), CI, CI->getDebugLoc());
288 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc());
292 MCSymbol *Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc());
293 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 176 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
296 BuildMI(*MBB, InsertPos, Op.getDebugLoc(),
338 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
508 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
517 Node->getDebugLoc());
524 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
557 BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc), VRBase);
595 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
613 MachineInstrBuilder MIB = BuildMI(*MF, Node->getDebugLoc(), II, NewVReg);
654 DebugLoc DL = SD->getDebugLoc();
    [all...]

Completed in 458 milliseconds

1 2 3 4 5 6 7 8 910