HomeSort by relevance Sort by last modified time
    Searched refs:SubRegIndices (Results 1 - 9 of 9) 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 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = Bank.getSubRegIndices();
141 if (!SubRegIndices.empty()) {
144 SubRegIndices[0]->getNamespace();
148 for (unsigned i = 0, e = SubRegIndices.size(); i != e; ++i)
149 OS << " " << SubRegIndices[i]->getName() << ",\t// " << i+1 << "\n";
633 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = RegBank.getSubRegIndices();
648 for (unsigned i = 0, e = SubRegIndices.size(); i != e; ++i) {
651 if (combine(SubRegIndices[i], Rows[r])) {
659 Rows.back().resize(SubRegIndices.size());
660 combine(SubRegIndices[i], Rows.back())
    [all...]
CodeGenRegisters.cpp 118 std::vector<Record*> SRIs = TheDef->getValueAsListOfDefs("SubRegIndices");
123 "SubRegs and SubRegIndices must have the same size");
554 std::vector<Record*> Indices = Def->getValueAsListOfDefs("SubRegIndices");
558 PrintFatalError(Def->getLoc(), "SubRegIndices and SubRegs size mismatch");
633 if (Field == "SubRegIndices" ||
    [all...]
CodeGenRegisters.h 449 // SubRegIndices.
450 std::vector<CodeGenSubRegIndex*> SubRegIndices;
530 ArrayRef<CodeGenSubRegIndex*> getSubRegIndices() { return SubRegIndices; }
  /external/chromium_org/third_party/mesa/src/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];
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 114 // Offset into MCRI::SubRegIndices of a list of sub-register indices for each
116 uint32_t SubRegIndices;
165 const uint16_t *SubRegIndices; // Pointer to the subreg lookup
260 SubRegIndices = SubIndices;
  /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 523 milliseconds