Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp257 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
262 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet()
266 getAllocatableSetForRC(MF, C, Allocatable); in getAllocatableSet()
272 Allocatable.reset(Reserved); in getAllocatableSet()
274 return Allocatable; in getAllocatableSet()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h44 const bool Allocatable; variable
95 bool isAllocatable() const { return Allocatable; } in isAllocatable()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp799 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()
H A DCodeGenRegisters.h332 bool Allocatable; variable
H A DRegisterInfoEmitter.cpp1088 << (RC.Allocatable ? "true" : "false") << " },\n"; in runMCDesc()
1230 if (RC.Allocatable) in runTargetDesc()
H A DCodeGenTarget.cpp377 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()