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

  /external/llvm/lib/MC/
MCRegisterInfo.cpp 29 // Get a pointer to the corresponding SubRegIndices list. This list has the
31 const uint16_t *SRI = SubRegIndices + get(Reg).SubRegIndices;
40 // Get a pointer to the corresponding SubRegIndices list. This list has the
42 const uint16_t *SRI = SubRegIndices + 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.cpp 118 std::vector<Record*> SRIs = TheDef->getValueAsListOfDefs("SubRegIndices");
123 "SubRegs and SubRegIndices must have the same size");
543 std::vector<Record*> Indices = Def->getValueAsListOfDefs("SubRegIndices");
547 PrintFatalError(Def->getLoc(), "SubRegIndices and SubRegs size mismatch");
622 if (Field == "SubRegIndices" ||
    [all...]
CodeGenRegisters.h 481 std::deque<CodeGenSubRegIndex> SubRegIndices;
571 return SubRegIndices;
  /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/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 49 let SubRegIndices = [low, high];
54 let SubRegIndices = [sel_x, sel_y, sel_z, sel_w];
59 let SubRegIndices = [sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7];
R600GenRegisterInfo.pl 33 let SubRegIndices = [sel_x, sel_y, sel_z, sel_w];

Completed in 88 milliseconds