Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h172 const TargetRegisterClass *getEquivalentSGPRClass(
DSIFixSGPRCopies.cpp223 MRI.setRegClass(DstReg, TRI->getEquivalentSGPRClass(MRI.getRegClass(DstReg))); in tryChangeVGPRtoSGPRinCopy()
DSIRegisterInfo.cpp1369 const TargetRegisterClass *SIRegisterInfo::getEquivalentSGPRClass( in getEquivalentSGPRClass() function in SIRegisterInfo
DSIInstrInfo.cpp4223 const TargetRegisterClass *SRC = RI.getEquivalentSGPRClass(VRC); in readlaneVGPRToSGPR()
DSIISelLowering.cpp11000 return TRI->getEquivalentSGPRClass(RC); in getRegClassFor()