Searched refs:Allocatable (Results 1 – 6 of 6) sorted by relevance
259 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local264 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet()268 getAllocatableSetForRC(MF, C, Allocatable); in getAllocatableSet()274 Allocatable.reset(Reserved); in getAllocatableSet()276 return Allocatable; in getAllocatableSet()
48 const bool Allocatable; variable99 bool isAllocatable() const { return Allocatable; } in isAllocatable()
803 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()826 CopyCost(0), Allocatable(true), AllocationPriority(0), in CodeGenRegisterClass()850 Allocatable = any_of(SuperClasses, [&](const CodeGenRegisterClass *S) { in inheritProperties()851 return S->Allocatable; in inheritProperties()1694 if (!RegClass.Allocatable) in computeUberSets()1979 if (!RC.Allocatable || RC.Artificial || !RC.GeneratePressureSet) in computeRegUnitSets()2084 if (!RC.Allocatable) in computeRegUnitSets()
1072 << (RC.Allocatable ? "true" : "false") << " },\n"; in runMCDesc()1227 if (RC.Allocatable) in runTargetDesc()1847 OS << "\tAllocatable: " << RC.Allocatable << '\n'; in debugDump()
336 bool Allocatable; variable
397 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()