Searched refs:Allocatable (Results 1 – 6 of 6) sorted by relevance
257 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local262 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet()266 getAllocatableSetForRC(MF, C, Allocatable); in getAllocatableSet()272 Allocatable.reset(Reserved); in getAllocatableSet()274 return Allocatable; in getAllocatableSet()
44 const bool Allocatable; variable95 bool isAllocatable() const { return Allocatable; } in isAllocatable()
799 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()814 CopyCost(0), Allocatable(true), AllocationPriority(0) { in CodeGenRegisterClass()837 Allocatable = any_of(SuperClasses, [&](const CodeGenRegisterClass *S) { in inheritProperties()838 return S->Allocatable; in inheritProperties()1609 if (!RegClass.Allocatable) in computeUberSets()1894 if (!RC.Allocatable || RC.Artificial || !RC.GeneratePressureSet) in computeRegUnitSets()1996 if (!RC.Allocatable) in computeRegUnitSets()
332 bool Allocatable; variable
1088 << (RC.Allocatable ? "true" : "false") << " },\n"; in runMCDesc()1230 if (RC.Allocatable) in runTargetDesc()
377 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()