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

  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 157 auto &SubRegIndices = Bank.getSubRegIndices();
650 const auto &SubRegIndices = RegBank.getSubRegIndices();
721 const auto &SubRegIndices = RegBank.getSubRegIndices();
824 auto &SubRegIndices = RegBank.getSubRegIndices();
    [all...]
CodeGenRegisters.h 570 const std::deque<CodeGenSubRegIndex> &getSubRegIndices() const {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.h 259 const std::vector<Record*> &getSubRegIndices() { return SubRegIndices; }
RegisterInfoEmitter.cpp 433 const std::vector<Record*> &SubRegIndices = RegBank.getSubRegIndices();
543 unsigned NumSubRegIndices = RegBank.getSubRegIndices().size();
692 const std::vector<Record*> &SubRegIndices = RegBank.getSubRegIndices();

Completed in 308 milliseconds