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

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

Completed in 1497 milliseconds