Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h312 SubClassWithSubReg; variable
385 return SubClassWithSubReg.lookup(SubIdx); in getSubClassWithSubReg()
402 SubClassWithSubReg[SubIdx] = SubRC; in setSubClassWithSubReg()
H A DCodeGenTarget.cpp368 CodeGenRegisterClass *SubClassWithSubReg = RC.getSubClassWithSubReg(SubIdx); in getSuperRegForSubReg() local
369 if (!SubClassWithSubReg) in getSuperRegForSubReg()
373 if (!llvm::is_contained(SubClassWithSubReg->VTs, ValueTy)) in getSuperRegForSubReg()
377 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()
382 Candidates.push_back(SubClassWithSubReg); in getSuperRegForSubReg()