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

  /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/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/utils/TableGen/
CodeGenRegisters.h 114 bool Allocatable;

Completed in 72 milliseconds