Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp189 CodeGenRegisterClass *SubClassWithSubReg = RC.getSubClassWithSubReg(SubIdx); in getSuperRegForSubReg() local
190 if (!SubClassWithSubReg) in getSuperRegForSubReg()
194 if (!llvm::is_contained(SubClassWithSubReg->VTs, ValueTy)) in getSuperRegForSubReg()
198 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()
203 Candidates.push_back(SubClassWithSubReg); in getSuperRegForSubReg()
H A DCodeGenRegisters.h333 SubClassWithSubReg; variable
408 return SubClassWithSubReg.lookup(SubIdx); in getSubClassWithSubReg()
427 SubClassWithSubReg[SubIdx] = SubRC; in setSubClassWithSubReg()