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

1 2

  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 130 MBB.addLiveIn(XCore::LR);
158 MBB.addLiveIn(XCore::LR);
175 MBB.addLiveIn(XCore::R10);
293 MBB.addLiveIn(it->getReg());
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 237 EntryMBB->addLiveIn(LiveIns[i].first);
241 EntryMBB->addLiveIn(LiveIns[i].first);
MachineFunction.cpp 388 /// addLiveIn - Add the specified physical register as a live-in value and
390 unsigned MachineFunction::addLiveIn(unsigned PReg,
399 MRI.addLiveIn(PReg, VReg);
BranchFolding.cpp 379 NewMBB->addLiveIn(i);
    [all...]
PrologEpilogInserter.cpp 317 EntryBlock->addLiveIn(CSI[i].getReg());
392 MBB->addLiveIn(blockCSI[i].getReg());
StackSlotColoring.cpp 630 MBB->addLiveIn(Reg);
659 MBB->addLiveIn(Reg);
RegAllocBasic.cpp 451 MBB->addLiveIn(PhysReg);
MachineBasicBlock.cpp 577 NMBB->addLiveIn(*I);
RegAllocPBQP.cpp 628 liveInMBBs[i]->addLiveIn(reg);
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 76 I->addLiveIn(MSP430::FPW);
198 MBB.addLiveIn(Reg);
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 136 I->addLiveIn(SystemZ::R11D);
280 MBB.addLiveIn(Reg);
290 MBB.addLiveIn(Reg);
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 219 blockN.addLiveIn(regV);
  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.cpp 353 RegInfo.addLiveIn(Alpha::R29);
378 RegInfo.addLiveIn(Alpha::R26);
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 745 I->addLiveIn(FramePtr);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 307 /// addLiveIn/Out - Add the specified register as a live in/out. Note that it
309 void addLiveIn(unsigned Reg, unsigned vreg = 0) {
MachineFunction.h 282 /// addLiveIn - Add the specified physical register as a live-in value and
284 unsigned addLiveIn(unsigned PReg, const TargetRegisterClass *RC);
MachineBasicBlock.h 202 /// addLiveIn - Add the specified register as a live in. Note that it
204 void addLiveIn(unsigned Reg) { LiveIns.push_back(Reg); }
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 293 RegInfo.addLiveIn(MBlaze::R20);
MBlazeISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 341 MBB.addLiveIn(Reg);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 187 MF.getRegInfo().addLiveIn(VA.getLocReg(), VRegHi);
202 unsigned loReg = MF.addLiveIn(NextVA.getLocReg(),
213 MF.getRegInfo().addLiveIn(VA.getLocReg(), VReg);
325 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/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 455 RegInfo.addLiveIn(Mips::GP);
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 192 MF.getRegInfo().addLiveIn(VA.getLocReg(), Reg);

Completed in 614 milliseconds

1 2