Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.cpp373 CodeGenRegisterClass *SubClassWithSubReg = RC.getSubClassWithSubReg(SubIdx); in getSuperRegForSubReg() local
374 if (!SubClassWithSubReg) in getSuperRegForSubReg()
378 if (!llvm::is_contained(SubClassWithSubReg->VTs, ValueTy)) in getSuperRegForSubReg()
382 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()
387 Candidates.push_back(SubClassWithSubReg); in getSuperRegForSubReg()
H A DCodeGenRegisters.h311 SubClassWithSubReg; variable
382 return SubClassWithSubReg.lookup(SubIdx); in getSubClassWithSubReg()
399 SubClassWithSubReg[SubIdx] = SubRC; in setSubClassWithSubReg()