HomeSort by relevance Sort by last modified time
    Searched defs:SubRegIndices (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 110 // Offset into MCRI::SubRegIndices of a list of sub-register indices for each
112 uint32_t SubRegIndices;
168 const uint16_t *SubRegIndices; // Pointer to the subreg lookup
269 SubRegIndices = SubIndices;
475 SRIndex = MCRI->SubRegIndices + MCRI->get(Reg).SubRegIndices;
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 140 auto &SubRegIndices = Bank.getSubRegIndices();
141 if (!SubRegIndices.empty()) {
143 std::string Namespace = SubRegIndices.front().getNamespace();
148 for (const auto &Idx : SubRegIndices)
633 const auto &SubRegIndices = RegBank.getSubRegIndices();
649 std::distance(SubRegIndices.begin(), SubRegIndices.end());
650 for (const auto &Idx : SubRegIndices) {
704 const auto &SubRegIndices = RegBank.getSubRegIndices();
709 for (const auto &Idx : SubRegIndices) {
    [all...]
CodeGenRegisters.h 481 std::deque<CodeGenSubRegIndex> SubRegIndices;
571 return SubRegIndices;

Completed in 35 milliseconds