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

  /external/llvm/lib/Target/
TargetRegisterInfo.cpp 79 BitVector TargetRegisterInfo::getAllocatableSet(const MachineFunction &MF,
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 277 AllocatableRegs = TRI->getAllocatableSet(MF);
RegisterScavenging.cpp 336 TRI->getAllocatableSet(*I->getParent()->getParent(), RC);
MachineSink.cpp 222 AllocatableSet = TRI->getAllocatableSet(MF);
AggressiveAntiDepBreaker.cpp 129 BitVector CPSet = TRI->getAllocatableSet(MF, CriticalPathRCs[i]);
532 BitVector RCBV = TRI->getAllocatableSet(MF, RC);
    [all...]
MachineCSE.cpp 601 AllocatableRegs = TRI->getAllocatableSet(MF);
MachineVerifier.cpp 394 regsAllocatable = TRI->getAllocatableSet(*MF);
    [all...]
LiveIntervalAnalysis.cpp 96 allocatableRegs_ = tri_->getAllocatableSet(fn);
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 304 /// getAllocatableSet - Returns a bitset indexed by register number
307 BitVector getAllocatableSet(const MachineFunction &MF,

Completed in 251 milliseconds