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

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 262 MBB.addLiveIn(SuperReg);
270 MBB.addLiveIn(Reg);
316 MBB.addLiveIn(SuperReg);
323 MBB.addLiveIn(Reg);
HexagonCFGOptimizer.cpp 216 LayoutSucc->addLiveIn(NewLiveIn[i]);
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 143 MF.getRegInfo().addLiveIn(Mips::T9_64);
144 MBB.addLiveIn(Mips::T9_64);
182 MF.getRegInfo().addLiveIn(Mips::T9);
183 MBB.addLiveIn(Mips::T9);
217 MF.getRegInfo().addLiveIn(Mips::V0);
218 MBB.addLiveIn(Mips::V0);
MipsSEFrameLowering.cpp 175 EntryBlock->addLiveIn(Reg);
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 128 MBB.addLiveIn(XCore::LR);
156 MBB.addLiveIn(XCore::LR);
173 MBB.addLiveIn(XCore::R10);
291 MBB.addLiveIn(it->getReg());
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 76 I->addLiveIn(MSP430::FPW);
198 MBB.addLiveIn(Reg);
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 219 blockN.addLiveIn(regV);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
LivenessAnalyzer.java 219 blockN.addLiveIn(regV);
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 292 EntryMBB->addLiveIn(LiveIns[i].first);
296 EntryMBB->addLiveIn(LiveIns[i].first);
MachineFunction.cpp 404 /// addLiveIn - Add the specified physical register as a live-in value and
406 unsigned MachineFunction::addLiveIn(unsigned PReg,
415 MRI.addLiveIn(PReg, VReg);
VirtRegMap.cpp 246 LiveIn[i]->addLiveIn(PhysReg);
PrologEpilogInserter.cpp 312 EntryBlock->addLiveIn(CSI[i].getReg());
387 MBB->addLiveIn(blockCSI[i].getReg());
BranchFolding.cpp 389 NewMBB->addLiveIn(i);
    [all...]
MachineCSE.cpp 552 MBB->addLiveIn(LiveIn);
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 788 I->addLiveIn(FramePtr);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 290 /// addLiveIn - Add the specified physical register as a live-in value and
292 unsigned addLiveIn(unsigned PReg, const TargetRegisterClass *RC);
MachineRegisterInfo.h 435 /// addLiveIn/Out - Add the specified register as a live in/out. Note that it
437 void addLiveIn(unsigned Reg, unsigned vreg = 0) {
MachineBasicBlock.h 292 /// addLiveIn - Add the specified register as a live in. Note that it
294 void addLiveIn(unsigned Reg) { LiveIns.push_back(Reg); }
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 293 RegInfo.addLiveIn(MBlaze::R20);
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 612 MBB.addLiveIn(Reg);
804 MBB.addLiveIn(SupReg);
    [all...]
Thumb1FrameLowering.cpp 321 MBB.addLiveIn(Reg);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 186 MF.getRegInfo().addLiveIn(VA.getLocReg(), VRegHi);
201 unsigned loReg = MF.addLiveIn(NextVA.getLocReg(),
212 MF.getRegInfo().addLiveIn(VA.getLocReg(), VReg);
324 MF.getRegInfo().addLiveIn(*CurArgReg, VReg);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 805 public void addLiveIn (int regV) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 805 public void addLiveIn (int regV) {
    [all...]

Completed in 275 milliseconds

1 2