Home
last modified time | relevance | path

Searched refs:Allocatable (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp259 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
264 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet()
268 getAllocatableSetForRC(MF, C, Allocatable); in getAllocatableSet()
274 Allocatable.reset(Reserved); in getAllocatableSet()
276 return Allocatable; in getAllocatableSet()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h48 const bool Allocatable; variable
99 bool isAllocatable() const { return Allocatable; } in isAllocatable()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp803 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()
H A DRegisterInfoEmitter.cpp1072 << (RC.Allocatable ? "true" : "false") << " },\n"; in runMCDesc()
1227 if (RC.Allocatable) in runTargetDesc()
1847 OS << "\tAllocatable: " << RC.Allocatable << '\n'; in debugDump()
H A DCodeGenRegisters.h336 bool Allocatable; variable
H A DCodeGenTarget.cpp397 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()