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 128 /// getAllocatableSetForRC - Toggle the bits that represent allocatable
140 BitVector Allocatable(getNumRegs());
142 // A register class with no allocatable subclass returns an empty set.
145 getAllocatableSetForRC(MF, SubClass, Allocatable);
150 getAllocatableSetForRC(MF, *I, Allocatable);
155 Allocatable &= Reserved.flip();
157 return Allocatable;
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 43 const bool Allocatable;
99 bool isAllocatable() const { return Allocatable; }
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 718 Allocatable = R->getValueAsBit("isAllocatable");
735 Allocatable(true) {
754 Allocatable = Super.Allocatable;
    [all...]
CodeGenRegisters.h 281 bool Allocatable;
RegisterInfoEmitter.cpp     [all...]

Completed in 122 milliseconds