Home
last modified time | relevance | path

Searched refs:isCallerPreservedOrConstPhysReg (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp258 static bool isCallerPreservedOrConstPhysReg(unsigned Reg, in isCallerPreservedOrConstPhysReg() function
292 if (!isCallerPreservedOrConstPhysReg(Reg, *MI->getMF(), *TRI)) in hasLivePhysRegDefUses()
DMachineRegisterInfo.cpp536 MachineRegisterInfo::isCallerPreservedOrConstPhysReg(unsigned PhysReg) const { in isCallerPreservedOrConstPhysReg() function in MachineRegisterInfo
/external/llvm-project/llvm/lib/CodeGen/
DMachineCSE.cpp258 static bool isCallerPreservedOrConstPhysReg(MCRegister Reg, in isCallerPreservedOrConstPhysReg() function
292 if (!isCallerPreservedOrConstPhysReg(Reg.asMCReg(), *MI->getMF(), *TRI)) in hasLivePhysRegDefUses()
DMachineRegisterInfo.cpp536 MachineRegisterInfo::isCallerPreservedOrConstPhysReg(MCRegister PhysReg) const { in isCallerPreservedOrConstPhysReg() function in MachineRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h617 bool isCallerPreservedOrConstPhysReg(unsigned PhysReg) const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h630 bool isCallerPreservedOrConstPhysReg(MCRegister PhysReg) const;