HomeSort by relevance Sort by last modified time
    Searched refs:Allocatable (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/
TargetRegisterInfo.cpp 72 /// getAllocatableSetForRC - Toggle the bits that represent allocatable
83 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/
MCRegisterInfo.h 34 const bool Allocatable;
44 Allocatable(Allocable), RegsBegin(RB), RegsEnd(RE), RegSet(Bits),
104 bool isAllocatable() const { return Allocatable; }
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 224 /// FindUnusedRegisters - Gather a list of allocatable registers that
238 BitVector Allocatable = TRI->getAllocatableSet(*MF);
241 if (Allocatable[Reg] && !Used[Reg] && !LIs->hasInterval(Reg)) {
RegisterCoalescer.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 332 Allocatable = R->getValueAsBit("isAllocatable");
347 Allocatable(true) {
363 Allocatable = Super.Allocatable;
CodeGenRegisters.h 114 bool Allocatable;
RegisterInfoEmitter.cpp 379 << RC.Allocatable << ", "
498 // Collect all registers belonging to any allocatable class.
501 // Collect allocatable registers.
506 if (RC.Allocatable)

Completed in 78 milliseconds