Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp3028 const TargetRegisterClass *ConstrainRC; in selectG_BRCOND() local
3041 ConstrainRC = &AMDGPU::SReg_32RegClass; in selectG_BRCOND()
3062 ConstrainRC = TRI.getBoolRC(); in selectG_BRCOND()
3066 MRI->setRegClass(CondReg, ConstrainRC); in selectG_BRCOND()