Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2355 const TargetRegisterClass *SrcWithSubRC in selectG_TRUNC() local
2357 if (!SrcWithSubRC) in selectG_TRUNC()
2360 if (SrcWithSubRC != SrcRC) { in selectG_TRUNC()
2361 if (!RBI.constrainGenericRegister(SrcReg, *SrcWithSubRC, *MRI)) in selectG_TRUNC()