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

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 148 unsigned NumSubRegIndices; // Number of subreg indices.
175 NumSubRegIndices = NumIndices;
265 return *(SubRegIndices + (Reg - 1) * NumSubRegIndices + Idx - 1);
282 for (unsigned I = 1; I <= NumSubRegIndices; ++I)
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 749 unsigned NumSubRegIndices = RegBank.getSubRegIndices().size();
751 if (NumSubRegIndices) {
873 OS << (NumSubRegIndices ? RC.getName() + "Super" : std::string("Null"))
    [all...]

Completed in 77 milliseconds