Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp164 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
169 getAllocatableSetForRC(MF, SubClass, Allocatable); in getAllocatableSet()
174 getAllocatableSetForRC(MF, *I, Allocatable); in getAllocatableSet()
179 Allocatable &= Reserved.flip(); in getAllocatableSet()
181 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()
1324 if (!RegClass.Allocatable) in computeUberSets()
1605 if (!RC.Allocatable) in computeRegUnitSets()
1711 if (!RC.Allocatable) in computeRegUnitSets()
DCodeGenRegisters.h307 bool Allocatable; variable
DRegisterInfoEmitter.cpp1011 << RC.Allocatable << " },\n"; in runMCDesc()
1150 if (RC.Allocatable) in runTargetDesc()