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

  /external/llvm/lib/Target/
TargetRegisterInfo.cpp 70 /// getAllocatableSetForRC - Toggle the bits that represent allocatable
81 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/
MCRegisterInfo.h 39 const bool Allocatable;
95 bool isAllocatable() const { return Allocatable; }
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 538 Allocatable = R->getValueAsBit("isAllocatable");
553 Allocatable(true) {
569 Allocatable = Super.Allocatable;
    [all...]
CodeGenRegisters.h 199 bool Allocatable;
422 assert(Weight && "should only add allocatable units");
RegisterInfoEmitter.cpp 585 << RC.Allocatable << " },\n";
721 // Collect all registers belonging to any allocatable class.
724 // Collect allocatable registers.
729 if (RC.Allocatable)
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]

Completed in 309 milliseconds