Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp2009 const TargetRegisterClass *SrcWithSubRC = in getNextSourceFromRegSequence() local
2011 if (SrcRC != SrcWithSubRC) in getNextSourceFromRegSequence()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2546 const TargetRegisterClass *SrcWithSubRC in selectG_TRUNC() local
2548 if (!SrcWithSubRC) in selectG_TRUNC()
2551 if (SrcWithSubRC != SrcRC) { in selectG_TRUNC()
2552 if (!RBI.constrainGenericRegister(SrcReg, *SrcWithSubRC, *MRI)) in selectG_TRUNC()