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

1 2 3 4 5 6 7 8

  /external/llvm/lib/Target/Hexagon/
HexagonSplitConst32AndConst64.cpp 88 BuildMI (*MBB, MII, MI->getDebugLoc(),
90 BuildMI (*MBB, MII, MI->getDebugLoc(),
101 BuildMI (*MBB, MII, MI->getDebugLoc(),
103 BuildMI (*MBB, MII, MI->getDebugLoc(),
114 BuildMI (*MBB, MII, MI->getDebugLoc(),
116 BuildMI (*MBB, MII, MI->getDebugLoc(),
127 BuildMI (*MBB, MII, MI->getDebugLoc(),
129 BuildMI (*MBB, MII, MI->getDebugLoc(),
146 BuildMI (*MBB, MII, MI->getDebugLoc(),
149 BuildMI (*MBB, MII, MI->getDebugLoc(),
    [all...]
HexagonExpandPredSpillCode.cpp 98 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...]
HexagonSplitTFRCondSets.cpp 114 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...]
HexagonRegisterInfo.cpp 177 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...]
  /external/llvm/lib/CodeGen/
ErlangGC.cpp 76 MCSymbol* Label = InsertLabel(*MI->getParent(), RAI, MI->getDebugLoc());
77 FI.addSafePoint(GC::PostCall, Label, MI->getDebugLoc());
GCStrategy.cpp 368 MCSymbol* Label = InsertLabel(*CI->getParent(), CI, CI->getDebugLoc());
369 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc());
373 MCSymbol* Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc());
374 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 49 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),
MSP430BranchSelector.cpp 142 DebugLoc dl = OldBranch->getDebugLoc();
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 137 DebugLoc DL = From.getDebugLoc();
146 DebugLoc DL = MI.getDebugLoc();
177 DebugLoc DL = MI.getDebugLoc();
195 DebugLoc DL = MI.getDebugLoc();
214 DebugLoc DL = MI.getDebugLoc();
228 DebugLoc DL = MI.getDebugLoc();
243 DebugLoc DL = MI.getDebugLoc();
258 DebugLoc DL = MI.getDebugLoc();
274 DebugLoc DL = MI.getDebugLoc();
297 DebugLoc DL = MI.getDebugLoc();
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.cpp 64 if (I != MBB.end()) DL = I->getDebugLoc();
92 if (I != MBB.end()) DL = I->getDebugLoc();
ARMExpandPseudoInsts.cpp 383 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))
    [all...]
Thumb1FrameLowering.cpp 59 DebugLoc dl = Old->getDebugLoc();
95 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
156 dl = MBBI->getDebugLoc();
245 DebugLoc dl = MBBI->getDebugLoc();
342 if (MI != MBB.end()) DL = MI->getDebugLoc();
382 DebugLoc DL = MI->getDebugLoc();
  /external/chromium_org/third_party/mesa/src/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(),
AMDGPUISelLowering.cpp 105 DebugLoc DL = Op.getDebugLoc();
153 DebugLoc DL = Op.getDebugLoc();
166 DebugLoc DL = Op.getDebugLoc();
183 DebugLoc DL = Op.getDebugLoc();
  /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/SelectionDAG/
SDNodeDbgValue.h 99 DebugLoc getDebugLoc() { return DL; }
InstrEmitter.cpp 176 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...]
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 44 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
80 DebugLoc DL = MI.getDebugLoc();
100 DebugLoc dl = MBBI->getDebugLoc();
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 287 MCE.processDebugLoc(MI->getDebugLoc(), true);
292 MCE.processDebugLoc(MI->getDebugLoc(), false);
308 BuildMI(MBB, &*MI, MI->getDebugLoc(), II->get(Opc))
316 BuildMI(MBB, &*MI, MI->getDebugLoc(), II->get(Mips::SLL), Mips::ZERO)
320 BuildMI(MBB, &*MI, MI->getDebugLoc(), II->get(Mips::JALR), Mips::RA)
Mips16ISelLowering.cpp 492 DebugLoc DL = MI->getDebugLoc();
555 DebugLoc DL = MI->getDebugLoc();
620 DebugLoc DL = MI->getDebugLoc();
689 BuildMI(*BB, MI, MI->getDebugLoc(), TII->get(CmpOpc)).addReg(regX)
691 BuildMI(*BB, MI, MI->getDebugLoc(), TII->get(BtOpc)).addMBB(target);
713 BuildMI(*BB, MI, MI->getDebugLoc(), TII->get(CmpOpc)).addReg(regX)
715 BuildMI(*BB, MI, MI->getDebugLoc(), TII->get(BtOpc)).addMBB(target);
739 BuildMI(*BB, MI, MI->getDebugLoc(),
741 BuildMI(*BB, MI, MI->getDebugLoc(),
757 BuildMI(*BB, MI, MI->getDebugLoc(),
    [all...]
MipsSEInstrInfo.cpp 183 if (I != MBB.end()) DL = I->getDebugLoc();
217 if (I != MBB.end()) DL = I->getDebugLoc();
318 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
387 BuildMI(MBB, I, I->getDebugLoc(), get(Opc)).addReg(Mips::RA);
410 DebugLoc DL = I->getDebugLoc();
432 DebugLoc dl = I->getDebugLoc();
446 DebugLoc dl = I->getDebugLoc();
526 BuildMI(MBB, I, I->getDebugLoc(), TM.getInstrInfo()->get(ADDU), T9)
528 BuildMI(MBB, I, I->getDebugLoc(), TM.getInstrInfo()->get(ADDU), RA)
530 BuildMI(MBB, I, I->getDebugLoc(), TM.getInstrInfo()->get(ADDU), SP
    [all...]
Mips16InstrInfo.cpp 106 if (I != MBB.end()) DL = I->getDebugLoc();
122 if (I != MBB.end()) DL = I->getDebugLoc();
177 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
219 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
267 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
455 BuildMI(MBB, I, I->getDebugLoc(), get(Opc));
468 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
Mips16RegisterInfo.cpp 140 DebugLoc DL = II->getDebugLoc();
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 98 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
179 DebugLoc dl = MBBI->getDebugLoc();
251 if (MI != MBB.end()) DL = MI->getDebugLoc();
337 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode))
342 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode), XCore::SP)
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 392 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
408 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
490 BuildMI(*MBB, MBBI, MI->getDebugLoc(), get(ThreeOperandOpcode))
525 BuildMI(*MBB, MI, MI->getDebugLoc(), get(NewOpcode))
561 return BuildMI(MF, MI->getDebugLoc(), get(StoreOpcode))
570 return BuildMI(MF, MI->getDebugLoc(), get(LoadOpcode), Dest)
589 return BuildMI(MF, MI->getDebugLoc(), get(SystemZ::MVC))
596 return BuildMI(MF, MI->getDebugLoc(), get(SystemZ::MVC))
615 MachineInstrBuilder MIB = BuildMI(MF, MI->getDebugLoc(), get(MemOpcode));
841 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc()
    [all...]

Completed in 225 milliseconds

1 2 3 4 5 6 7 8