Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.cpp382 CodeGenRegisterClass *SubClassWithSubReg = RC.getSubClassWithSubReg(SubIdx); in getSuperRegForSubReg() local
383 if (!SubClassWithSubReg) in getSuperRegForSubReg()
387 if (!llvm::is_contained(SubClassWithSubReg->VTs, ValueTy)) in getSuperRegForSubReg()
391 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()
396 Candidates.push_back(SubClassWithSubReg); in getSuperRegForSubReg()
H A DCodeGenRegisters.h312 SubClassWithSubReg; variable
384 return SubClassWithSubReg.lookup(SubIdx); in getSubClassWithSubReg()
401 SubClassWithSubReg[SubIdx] = SubRC; in setSubClassWithSubReg()