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 DCodeGenRegisters.h335 SubClassWithSubReg; variable
416 return SubClassWithSubReg.lookup(SubIdx); in getSubClassWithSubReg()
435 SubClassWithSubReg[SubIdx] = SubRC; in setSubClassWithSubReg()
H A DCodeGenRegisters.cpp2575 const CodeGenRegisterClass *SubClassWithSubReg = in getSuperRegForSubReg() local
2577 if (!SubClassWithSubReg) in getSuperRegForSubReg()
2581 if (!llvm::is_contained(SubClassWithSubReg->VTs, ValueTy)) in getSuperRegForSubReg()
2585 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()
2590 Candidates.push_back(SubClassWithSubReg); in getSuperRegForSubReg()