Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp353 CodeGenRegisterClass *SubClassWithSubReg = RC.getSubClassWithSubReg(SubIdx); in getSuperRegForSubReg() local
354 if (!SubClassWithSubReg) in getSuperRegForSubReg()
358 if (!llvm::is_contained(SubClassWithSubReg->VTs, ValueTy)) in getSuperRegForSubReg()
362 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()
367 Candidates.push_back(SubClassWithSubReg); in getSuperRegForSubReg()