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

/external/llvm/lib/Target/
H A DTargetRegisterInfo.cpp83 BitVector Allocatable(getNumRegs());
85 getAllocatableSetForRC(MF, RC, Allocatable);
90 getAllocatableSetForRC(MF, *I, Allocatable);
95 Allocatable &= Reserved.flip();
97 return Allocatable;
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h34 const bool Allocatable; member in class:llvm::MCRegisterClass
44 Allocatable(Allocable), RegsBegin(RB), RegsEnd(RE), RegSet(Bits),
104 bool isAllocatable() const { return Allocatable; }
/external/llvm/lib/CodeGen/
H A DVirtRegMap.cpp238 BitVector Allocatable = TRI->getAllocatableSet(*MF); local
241 if (Allocatable[Reg] && !Used[Reg] && !LIs->hasInterval(Reg)) {
H A DRegisterCoalescer.cpp1051 bool Allocatable = LIS->isAllocatable(CP.getDstReg()); local
1057 if (!Allocatable && CP.isFlipped() && JoinVInt.containsOneValue())
1067 if (!Allocatable) {
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp332 Allocatable = R->getValueAsBit("isAllocatable");
347 Allocatable(true) {
363 Allocatable = Super.Allocatable;
H A DCodeGenRegisters.h114 bool Allocatable; member in class:llvm::CodeGenRegisterClass
H A DRegisterInfoEmitter.cpp379 << RC.Allocatable << ", "
506 if (RC.Allocatable)

Completed in 764 milliseconds