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 257 MBB.addLiveIn(SuperReg[0]);
265 MBB.addLiveIn(Reg);
316 MBB.addLiveIn(SuperReg[0]);
323 MBB.addLiveIn(Reg);
HexagonCFGOptimizer.cpp 216 LayoutSucc->addLiveIn(NewLiveIn[i]);
HexagonISelLowering.cpp 843 RegInfo.addLiveIn(VA.getLocReg(), VReg);
848 RegInfo.addLiveIn(VA.getLocReg(), VReg);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 129 MBB.addLiveIn(XCore::LR);
157 MBB.addLiveIn(XCore::LR);
174 MBB.addLiveIn(XCore::R10);
292 MBB.addLiveIn(it->getReg());
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 247 EntryMBB->addLiveIn(LiveIns[i].first);
251 EntryMBB->addLiveIn(LiveIns[i].first);
MachineFunction.cpp 393 /// addLiveIn - Add the specified physical register as a live-in value and
395 unsigned MachineFunction::addLiveIn(unsigned PReg,
404 MRI.addLiveIn(PReg, VReg);
RegAllocBase.cpp 267 MBB->addLiveIn(PhysReg);
PrologEpilogInserter.cpp 312 EntryBlock->addLiveIn(CSI[i].getReg());
387 MBB->addLiveIn(blockCSI[i].getReg());
BranchFolding.cpp 390 NewMBB->addLiveIn(i);
    [all...]
  /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/Target/Mips/
MipsISelDAGToDAG.cpp 144 MF.getRegInfo().addLiveIn(Mips::T9_64);
145 MBB.addLiveIn(Mips::T9_64);
166 MF.getRegInfo().addLiveIn(Mips::T9);
167 MBB.addLiveIn(Mips::T9);
MipsFrameLowering.cpp 170 NewEntry->addLiveIn(*R);
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 401 /// addLiveIn/Out - Add the specified register as a live in/out. Note that it
403 void addLiveIn(unsigned Reg, unsigned vreg = 0) {
MachineFunction.h 286 /// addLiveIn - Add the specified physical register as a live-in value and
288 unsigned addLiveIn(unsigned PReg, const TargetRegisterClass *RC);
MachineBasicBlock.h 325 /// addLiveIn - Add the specified register as a live in. Note that it
327 void addLiveIn(unsigned Reg) { LiveIns.push_back(Reg); }
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 783 I->addLiveIn(FramePtr);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 293 RegInfo.addLiveIn(MBlaze::R20);
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 602 MBB.addLiveIn(Reg);
794 MBB.addLiveIn(SupReg);
812 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 214 milliseconds

1 2