Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2302 const TargetRegisterClass *SrcWithSubRC in selectG_TRUNC() local
2304 if (!SrcWithSubRC) in selectG_TRUNC()
2307 if (SrcWithSubRC != SrcRC) { in selectG_TRUNC()
2308 if (!RBI.constrainGenericRegister(SrcReg, *SrcWithSubRC, *MRI)) in selectG_TRUNC()