Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h95 bool isCallerPreservedPhysReg(unsigned PhysReg, const MachineFunction &MF) const override;
DPPCRegisterInfo.cpp392 bool PPCRegisterInfo::isCallerPreservedPhysReg(unsigned PhysReg, in isCallerPreservedPhysReg() function in PPCRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLICM.cpp967 if (!TRI->isCallerPreservedPhysReg(Reg, *MI.getMF())) in isInvariantStore()
997 if (!TRI->isCallerPreservedPhysReg(CopySrcReg, *MF)) in isCopyFeedingInvariantStore()
1060 !(TRI->isCallerPreservedPhysReg(Reg, *I.getMF()))) in IsLoopInvariantInst()
DMachineRegisterInfo.cpp539 TRI->isCallerPreservedPhysReg(PhysReg, *MF); in isCallerPreservedOrConstPhysReg()
DMachineCSE.cpp269 return TRI.isCallerPreservedPhysReg(Reg, MF) || in isCallerPreservedOrConstPhysReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h499 virtual bool isCallerPreservedPhysReg(unsigned PhysReg, in isCallerPreservedPhysReg() function