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

/external/llvm/lib/Target/
H A DTargetRegisterInfo.cpp81 BitVector Allocatable(getNumRegs());
83 getAllocatableSetForRC(MF, RC, Allocatable);
88 getAllocatableSetForRC(MF, *I, Allocatable);
93 Allocatable &= Reserved.flip();
95 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.cpp538 Allocatable = R->getValueAsBit("isAllocatable");
553 Allocatable(true) {
569 Allocatable = Super.Allocatable;
962 if (!RegClass->Allocatable)
1210 if (!RegClasses[RCIdx]->Allocatable)
1276 if (!RegClasses[RCIdx]->Allocatable)
H A DCodeGenRegisters.h199 bool Allocatable; member in class:llvm::CodeGenRegisterClass
H A DRegisterInfoEmitter.cpp585 << RC.Allocatable << " },\n";
729 if (RC.Allocatable)
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1008 bool Allocatable = LIS->isAllocatable(CP.getDstReg()); local
1014 if (!Allocatable && CP.isFlipped() && JoinVInt.containsOneValue())
1024 if (!Allocatable) {

Completed in 93 milliseconds