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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineRegisterInfo.h299 /// addLiveIn/Out - Add the specified register as a live in/out. Note that it
301 void addLiveIn(unsigned Reg, unsigned vreg = 0) { function in class:llvm::MachineRegisterInfo
H A DMachineBasicBlock.h202 /// addLiveIn - Add the specified register as a live in. Note that it
204 void addLiveIn(unsigned Reg) { LiveIns.push_back(Reg); } function in class:llvm::MachineBasicBlock
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineFunction.cpp388 /// addLiveIn - Add the specified physical register as a live-in value and
390 unsigned MachineFunction::addLiveIn(unsigned PReg, function in class:MachineFunction
399 MRI.addLiveIn(PReg, VReg);
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h288 void addLiveIn(MCPhysReg PhysReg, LaneBitmask LaneMask = ~0u) { function in class:llvm::MachineBasicBlock
291 void addLiveIn(const RegisterMaskPair &RegMaskPair) { function in class:llvm::MachineBasicBlock
296 /// this than repeatedly calling isLiveIn before calling addLiveIn for every
303 unsigned addLiveIn(MCPhysReg PhysReg, const TargetRegisterClass *RC);
H A DMachineRegisterInfo.h790 /// addLiveIn - Add the specified register as a live-in. Note that it
792 void addLiveIn(unsigned Reg, unsigned vreg = 0) { function in class:llvm::MachineRegisterInfo
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp365 MachineBasicBlock::addLiveIn(MCPhysReg PhysReg, const TargetRegisterClass *RC) { function in class:MachineBasicBlock
392 addLiveIn(PhysReg);
839 NMBB->addLiveIn(LI);
H A DMachineFunction.cpp512 unsigned MachineFunction::addLiveIn(unsigned PReg, function in class:MachineFunction
530 MRI.addLiveIn(PReg, VReg);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp927 // addLiveIn - This helper function adds the specified physical register to the
931 addLiveIn(MachineFunction &MF, unsigned PReg, const TargetRegisterClass *RC) function
934 MF.getRegInfo().addLiveIn(PReg, VReg);
2131 unsigned Reg = MF.addLiveIn(RA, getRegClassFor(VT));
3086 unsigned Reg = addLiveIn(DAG.getMachineFunction(), ArgReg, RC);
3099 unsigned Reg2 = addLiveIn(DAG.getMachineFunction(),
3757 unsigned VReg = addLiveIn(MF, ArgReg, RC);
3902 unsigned Reg = addLiveIn(MF, ArgRegs[I], RC);
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 674 milliseconds