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.h345 void addLiveIn(MCPhysReg PhysReg, LaneBitmask LaneMask = ~0u) { function in class:llvm::MachineBasicBlock
348 void addLiveIn(const RegisterMaskPair &RegMaskPair) { function in class:llvm::MachineBasicBlock
353 /// this than repeatedly calling isLiveIn before calling addLiveIn for every
360 unsigned addLiveIn(MCPhysReg PhysReg, const TargetRegisterClass *RC);
H A DMachineRegisterInfo.h718 /// addLiveIn - Add the specified register as a live-in. Note that it
720 void addLiveIn(unsigned Reg, unsigned vreg = 0) { function in class:llvm::MachineRegisterInfo
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp375 MachineBasicBlock::addLiveIn(MCPhysReg PhysReg, const TargetRegisterClass *RC) { function in class:MachineBasicBlock
402 addLiveIn(PhysReg);
861 NMBB->addLiveIn(LI);
H A DMachineFunction.cpp466 unsigned MachineFunction::addLiveIn(unsigned PReg, function in class:MachineFunction
484 MRI.addLiveIn(PReg, VReg);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp899 // addLiveIn - This helper function adds the specified physical register to the
903 addLiveIn(MachineFunction &MF, unsigned PReg, const TargetRegisterClass *RC) function
906 MF.getRegInfo().addLiveIn(PReg, VReg);
2050 unsigned Reg = MF.addLiveIn(RA, getRegClassFor(VT));
3009 unsigned Reg = addLiveIn(DAG.getMachineFunction(), ArgReg, RC);
3022 unsigned Reg2 = addLiveIn(DAG.getMachineFunction(),
3678 unsigned VReg = addLiveIn(MF, ArgReg, RC);
3824 unsigned Reg = addLiveIn(MF, ArgRegs[I], RC);

Completed in 167 milliseconds