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.cpp2488 const TargetRegisterClass *CopyInRC = MRI->getRegClass(AGPRSrc); in tryFoldPhiAGPR() local
2489 if (const auto *SubRC = TRI->getSubRegisterClass(CopyInRC, AGPRRegMask)) in tryFoldPhiAGPR()
2490 CopyInRC = SubRC; in tryFoldPhiAGPR()
2492 if (ARC && !ARC->hasSubClassEq(CopyInRC)) in tryFoldPhiAGPR()
2494 ARC = CopyInRC; in tryFoldPhiAGPR()