Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp141 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
146 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet()
151 getAllocatableSetForRC(MF, *I, Allocatable); in getAllocatableSet()
156 Allocatable &= Reserved.flip(); in getAllocatableSet()
158 return Allocatable; in getAllocatableSet()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h43 const bool Allocatable; variable
95 bool isAllocatable() const { return Allocatable; } in isAllocatable()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp712 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()
733 Allocatable(true), in CodeGenRegisterClass()
752 Allocatable = Super.Allocatable; in inheritProperties()
1325 if (!RegClass.Allocatable) in computeUberSets()
1600 if (!RC.Allocatable) in computeRegUnitSets()
1706 if (!RC.Allocatable) in computeRegUnitSets()
DCodeGenRegisters.h307 bool Allocatable; variable
DRegisterInfoEmitter.cpp1011 << RC.Allocatable << " },\n"; in runMCDesc()
1145 if (RC.Allocatable) in runTargetDesc()