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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 359 BitVector &UsableRegs);
  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 73 BitVector UsableRegs;
LiveIntervalAnalysis.cpp 846 BitVector &UsableRegs) {
879 // This is the first overlap. Initialize UsableRegs to all ones.
880 UsableRegs.clear();
881 UsableRegs.resize(TRI->getNumRegs(), true);
885 UsableRegs.clearBitsNotInMask(Bits[SlotI-Slots.begin()]);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveIntervals.h 378 BitVector &UsableRegs);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocBasic.cpp 74 BitVector UsableRegs;
LiveIntervals.cpp 886 BitVector &UsableRegs) {
    [all...]

Completed in 1115 milliseconds