Home
last modified time | relevance | path

Searched refs:getEquivalentAGPRClass (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h168 const TargetRegisterClass *getEquivalentAGPRClass(
DSIFixSGPRCopies.cpp306 const TargetRegisterClass *NewSrcRC = TRI->getEquivalentAGPRClass(SrcRC); in foldVGPRCopyIntoRegSequence()
807 MRI->setRegClass(PHIRes, TRI->getEquivalentAGPRClass(RC0)); in processPHINode()
DSIRegisterInfo.cpp1351 const TargetRegisterClass *SIRegisterInfo::getEquivalentAGPRClass( in getEquivalentAGPRClass() function in SIRegisterInfo
DSIInstrInfo.cpp4573 ? RI.getEquivalentAGPRClass(SRC) in legalizeOperands()
4577 ? RI.getEquivalentAGPRClass(VRC) in legalizeOperands()
5767 NewDstRC = RI.getEquivalentAGPRClass(NewDstRC); in getDestEquivalentVGPRClass()