Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1976 const TargetRegisterClass *SrcWithSubRC in selectG_TRUNC() local
1978 if (!SrcWithSubRC) in selectG_TRUNC()
1981 if (SrcWithSubRC != SrcRC) { in selectG_TRUNC()
1982 if (!RBI.constrainGenericRegister(SrcReg, *SrcWithSubRC, *MRI)) in selectG_TRUNC()