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

/external/llvm/lib/Target/
H A DTargetRegisterInfo.cpp126 BitVector Allocatable(getNumRegs());
131 getAllocatableSetForRC(MF, SubClass, Allocatable);
136 getAllocatableSetForRC(MF, *I, Allocatable);
141 Allocatable &= Reserved.flip();
143 return Allocatable;
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h39 const bool Allocatable; member in class:llvm::MCRegisterClass
95 bool isAllocatable() const { return Allocatable; }
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp743 Allocatable = R->getValueAsBit("isAllocatable");
760 Allocatable(true) {
779 Allocatable = Super.Allocatable;
1220 if (!RegClass->Allocatable)
1468 if (!RegClasses[RCIdx]->Allocatable)
1534 if (!RegClasses[RCIdx]->Allocatable)
H A DCodeGenRegisters.h267 bool Allocatable; member in class:llvm::CodeGenRegisterClass
H A DRegisterInfoEmitter.cpp735 << RC.Allocatable << " },\n";
866 if (RC.Allocatable)

Completed in 94 milliseconds