Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp140 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
145 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet()
150 getAllocatableSetForRC(MF, *I, Allocatable); in getAllocatableSet()
155 Allocatable &= Reserved.flip(); in getAllocatableSet()
157 return Allocatable; in getAllocatableSet()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h43 const bool Allocatable; variable
99 bool isAllocatable() const { return Allocatable; } in isAllocatable()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp718 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()
735 Allocatable(true) { in CodeGenRegisterClass()
754 Allocatable = Super.Allocatable; in inheritProperties()
1260 if (!RegClass->Allocatable) in computeUberSets()
1539 if (!RegClasses[RCIdx]->Allocatable) in computeRegUnitSets()
1647 if (!RegClasses[RCIdx]->Allocatable) in computeRegUnitSets()
DCodeGenRegisters.h281 bool Allocatable; variable
DRegisterInfoEmitter.cpp902 << RC.Allocatable << " },\n"; in runMCDesc()
1036 if (RC.Allocatable) in runTargetDesc()