Home
last modified time | relevance | path

Searched refs:getEquivalentVGPRClass (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.h164 const TargetRegisterClass *getEquivalentVGPRClass(
DSIInstrInfo.cpp3849 const TargetRegisterClass *VRC = RI.getEquivalentVGPRClass(RC); in legalizeOpWithMove()
4228 VRC = RI.getEquivalentVGPRClass(VRC); in readlaneVGPRToSGPR()
4574 : RI.getEquivalentVGPRClass(SRC); in legalizeOperands()
4578 : RI.getEquivalentVGPRClass(VRC); in legalizeOperands()
4617 const TargetRegisterClass *VRC = RI.getEquivalentVGPRClass(OpRC); in legalizeOperands()
5318 const TargetRegisterClass *NewDestRC = RI.getEquivalentVGPRClass(DestRC); in splitScalar64BitUnaryOp()
5456 const TargetRegisterClass *NewDestRC = RI.getEquivalentVGPRClass(DestRC); in splitScalar64BitBinaryOp()
5770 NewDstRC = RI.getEquivalentVGPRClass(NewDstRC); in getDestEquivalentVGPRClass()
5779 NewDstRC = RI.getEquivalentVGPRClass(NewDstRC); in getDestEquivalentVGPRClass()
DSIFixSGPRCopies.cpp297 const TargetRegisterClass *NewSrcRC = TRI->getEquivalentVGPRClass(SrcRC); in foldVGPRCopyIntoRegSequence()
DSIRegisterInfo.cpp1325 const TargetRegisterClass *SIRegisterInfo::getEquivalentVGPRClass( in getEquivalentVGPRClass() function in SIRegisterInfo
DSIISelLowering.cpp10467 auto *NewRC = TRI->getEquivalentVGPRClass(RC); in AdjustInstrPostInstrSelection()
11002 return TRI->getEquivalentVGPRClass(RC); in getRegClassFor()