Home
last modified time | relevance | path

Searched refs:getLiveInPhysReg (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h537 unsigned getLiveInPhysReg(unsigned VReg) const;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp352 unsigned MachineRegisterInfo::getLiveInPhysReg(unsigned VReg) const { in getLiveInPhysReg() function in MachineRegisterInfo
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4506 unsigned PR = RegInfo.getLiveInPhysReg(Reg); in EmitFuncArgumentDbgValue()