Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1942 const TargetRegisterClass *CopyInRC = MRI->getRegClass(AGPRSrc); in tryFoldPhiAGPR() local
1943 if (const auto *SubRC = TRI->getSubRegisterClass(CopyInRC, AGPRRegMask)) in tryFoldPhiAGPR()
1944 CopyInRC = SubRC; in tryFoldPhiAGPR()
1946 if (ARC && !ARC->hasSubClassEq(CopyInRC)) in tryFoldPhiAGPR()
1948 ARC = CopyInRC; in tryFoldPhiAGPR()