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

  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 129 /// getAllocatableSetForRC - Toggle the bits that represent allocatable
141 BitVector Allocatable(getNumRegs());
143 // A register class with no allocatable subclass returns an empty set.
146 getAllocatableSetForRC(MF, SubClass, Allocatable);
151 getAllocatableSetForRC(MF, *I, Allocatable);
156 Allocatable &= Reserved.flip();
158 return Allocatable;
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 43 const bool Allocatable;
95 bool isAllocatable() const { return Allocatable; }
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 712 Allocatable = R->getValueAsBit("isAllocatable");
733 Allocatable(true),
752 Allocatable = Super.Allocatable;
    [all...]
CodeGenRegisters.h 307 bool Allocatable;
RegisterInfoEmitter.cpp     [all...]

Completed in 435 milliseconds