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

  /external/llvm/utils/TableGen/
CodeGenRegisters.h 494 unsigned NumNativeRegUnits;
498 // Includes native (0..NumNativeRegUnits-1) and adopted register units.
628 // to increase its pressure. Note that NumNativeRegUnits is not increased.
639 return RUID < NumNativeRegUnits;
643 return NumNativeRegUnits;
CodeGenRegisters.cpp     [all...]

Completed in 61 milliseconds