Home
last modified time | relevance | path

Searched refs:isCallerPreservedPhysReg (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h86 bool isCallerPreservedPhysReg(unsigned PhysReg, const MachineFunction &MF) const override;
DPPCRegisterInfo.cpp319 bool PPCRegisterInfo::isCallerPreservedPhysReg(unsigned PhysReg, in isCallerPreservedPhysReg() function in PPCRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineLICM.cpp931 if (!TRI->isCallerPreservedPhysReg(Reg, *MI.getMF())) in isInvariantStore()
961 if (!TRI->isCallerPreservedPhysReg(CopySrcReg, *MF)) in isCopyFeedingInvariantStore()
1024 !(TRI->isCallerPreservedPhysReg(Reg, *I.getMF()))) in IsLoopInvariantInst()
DMachineRegisterInfo.cpp534 TRI->isCallerPreservedPhysReg(PhysReg, *MF); in isCallerPreservedOrConstPhysReg()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h522 virtual bool isCallerPreservedPhysReg(unsigned PhysReg, in isCallerPreservedPhysReg() function