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

  /external/llvm/utils/TableGen/
CodeGenRegisters.h 173 const std::vector<Record*> &getSubRegIndices() { return SubRegIndices; }
RegisterInfoEmitter.cpp 342 const std::vector<Record*> &SubRegIndices = RegBank.getSubRegIndices();
464 unsigned NumSubRegIndices = RegBank.getSubRegIndices().size();
684 const std::vector<Record*> &SubRegIndices = RegBank.getSubRegIndices();

Completed in 70 milliseconds