Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp388 CodeGenRegisterClass *SubClassWithSubReg = RC.getSubClassWithSubReg(SubIdx); in getSuperRegForSubReg() local
389 if (!SubClassWithSubReg) in getSuperRegForSubReg()
393 if (!llvm::is_contained(SubClassWithSubReg->VTs, ValueTy)) in getSuperRegForSubReg()
397 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()
402 Candidates.push_back(SubClassWithSubReg); in getSuperRegForSubReg()
H A DCodeGenRegisters.h316 SubClassWithSubReg; variable
391 return SubClassWithSubReg.lookup(SubIdx); in getSubClassWithSubReg()
408 SubClassWithSubReg[SubIdx] = SubRC; in setSubClassWithSubReg()