Searched defs:addLiveIn (Results 1 - 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaBasicBlock.java805 public void addLiveIn (int regV) { method in class:SsaBasicBlock
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h318 /// addLiveIn - Add the specified register as a live in. Note that it
320 void addLiveIn(unsigned Reg) { LiveIns.push_back(Reg); } function in class:llvm::MachineBasicBlock
325 unsigned addLiveIn(unsigned PhysReg, const TargetRegisterClass *RC);
H A DMachineRegisterInfo.h737 /// addLiveIn - Add the specified register as a live-in. Note that it
739 void addLiveIn(unsigned Reg, unsigned vreg = 0) { function in class:llvm::MachineRegisterInfo
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp352 MachineBasicBlock::addLiveIn(unsigned PhysReg, const TargetRegisterClass *RC) { function in class:MachineBasicBlock
379 addLiveIn(PhysReg);
823 NMBB->addLiveIn(*I);
H A DMachineFunction.cpp433 /// addLiveIn - Add the specified physical register as a live-in value and
435 unsigned MachineFunction::addLiveIn(unsigned PReg, function in class:MachineFunction
453 MRI.addLiveIn(PReg, VReg);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp814 // addLiveIn - This helper function adds the specified physical register to the
818 addLiveIn(MachineFunction &MF, unsigned PReg, const TargetRegisterClass *RC) function
821 MF.getRegInfo().addLiveIn(PReg, VReg);
1892 unsigned Reg = MF.addLiveIn(RA, getRegClassFor(VT));
2702 unsigned Reg = addLiveIn(DAG.getMachineFunction(), ArgReg, RC);
2728 unsigned Reg2 = addLiveIn(DAG.getMachineFunction(),
3564 unsigned VReg = addLiveIn(MF, ArgReg, RC);
3704 unsigned Reg = addLiveIn(MF, ArgRegs[I], RC);

Completed in 201 milliseconds