Searched refs:Allocatable (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ ! |
| H A D | Thumb1InstrInfo.cpp | 78 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 D | TargetRegisterInfo.cpp | 255 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 D | MCRegisterInfo.h | 48 const bool Allocatable; variable 100 bool isAllocatable() const { return Allocatable; } in isAllocatable()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/ ! |
| H A D | CodeGenRegisters.cpp | 823 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 D | CodeGenTarget.cpp | 198 if (MustBeAllocatable && !SubClassWithSubReg->Allocatable) in getSuperRegForSubReg()
|
| H A D | CodeGenRegisters.h | 353 bool Allocatable; variable
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ ! |
| H A D | RegisterInfoEmitter.cpp | 1057 << (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 D | ClauseT.h | 491 ENUM(VariableCategory, Scalar, Aggregate, Pointer, Allocatable);
|