Searched defs:addLiveIn (Results 1 - 5 of 5) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
H A D | SsaBasicBlock.java | 805 public void addLiveIn (int regV) { method in class:SsaBasicBlock
|
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineRegisterInfo.h | 470 /// addLiveIn - Add the specified register as a live-in. Note that it 472 void addLiveIn(unsigned Reg, unsigned vreg = 0) { function in class:llvm::MachineRegisterInfo
|
H A D | MachineBasicBlock.h | 292 /// addLiveIn - Add the specified register as a live in. Note that it 294 void addLiveIn(unsigned Reg) { LiveIns.push_back(Reg); } function in class:llvm::MachineBasicBlock
|
/external/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 415 /// addLiveIn - Add the specified physical register as a live-in value and 417 unsigned MachineFunction::addLiveIn(unsigned PReg, function in class:MachineFunction 426 MRI.addLiveIn(PReg, VReg);
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 932 // addLiveIn - This helper function adds the specified physical register to the 936 addLiveIn(MachineFunction &MF, unsigned PReg, const TargetRegisterClass *RC) function 939 MF.getRegInfo().addLiveIn(PReg, VReg); 1981 unsigned Reg = MF.addLiveIn(RA, getRegClassFor(VT)); 2889 unsigned Reg = addLiveIn(DAG.getMachineFunction(), ArgReg, RC); 2914 unsigned Reg2 = addLiveIn(DAG.getMachineFunction(), 3609 unsigned VReg = addLiveIn(MF, ArgReg, RC); 3751 unsigned Reg = addLiveIn(MF, ArgRegs[I], RC);
|
Completed in 79 milliseconds