Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/ !
H A DThumb1InstrInfo.cpp78 BitVector Allocatable = RegInfo->getAllocatableSet( in copyPhysReg() local
83 if (UsedRegs.available(ARM::R12) && Allocatable.test(ARM::R12)) { in copyPhysReg()
86 for (Register Reg : Allocatable.set_bits()) { in copyPhysReg()
/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DTargetRegisterInfo.cpp255 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
260 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet()
264 getAllocatableSetForRC(MF, C, Allocatable); in getAllocatableSet()
270 Allocatable.reset(Reserved); in getAllocatableSet()
272 return Allocatable; in getAllocatableSet()
/src/contrib/llvm-project/llvm/include/llvm/MC/ !
H A DMCRegisterInfo.h48 const bool Allocatable; variable
100 bool isAllocatable() const { return Allocatable; } in isAllocatable()
/src/contrib/llvm-project/llvm/utils/TableGen/Common/ !
H A DCodeGenRegisters.cpp823 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()
846 CopyCost(0), Allocatable(true), AllocationPriority(0), in CodeGenRegisterClass()
870 Allocatable = any_of(SuperClasses, [&](const CodeGenRegisterClass *S) { in inheritProperties()
871 return S->Allocatable; in inheritProperties()
1737 if (!RegClass.Allocatable) in computeUberSets()
2017 if (!RC.Allocatable || RC.Artificial || !RC.GeneratePressureSet) in computeRegUnitSets()
2109 if (!RC.Allocatable) in computeRegUnitSets()
H A DCodeGenTarget.cpp198 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()
H A DCodeGenRegisters.h353 bool Allocatable; variable
/src/contrib/llvm-project/llvm/utils/TableGen/ !
H A DRegisterInfoEmitter.cpp1057 << (RC.Allocatable ? "true" : "false") << ", " in runMCDesc()
1213 if (RC.Allocatable) in runTargetDesc()
1843 OS << "\tAllocatable: " << RC.Allocatable << '\n'; in debugDump()
/src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ !
H A DClauseT.h491 ENUM(VariableCategory, Scalar, Aggregate, Pointer, Allocatable);