Searched refs:SubRegIndices (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/MC/
H A DMCRegisterInfo.cpp27 // Get a pointer to the corresponding SubRegIndices list. This list has the
29 const uint16_t *SRI = SubRegIndices + get(Reg).SubRegIndices;
37 // Get a pointer to the corresponding SubRegIndices list. This list has the
39 const uint16_t *SRI = SubRegIndices + get(Reg).SubRegIndices;
/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp140 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = Bank.getSubRegIndices(); local
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";
740 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = RegBank.getSubRegIndices(); local
773 << SubRegIndices.size() << ",\n"
856 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = RegBank.getSubRegIndices(); local
881 for (unsigned i = 0, e = SubRegIndices.size(); i != e; ++i) {
882 OS << SubRegIndices[
[all...]
H A DCodeGenRegisters.cpp104 std::vector<Record*> SRIs = TheDef->getValueAsListOfDefs("SubRegIndices");
109 "SubRegs and SubRegIndices must have the same size");
584 std::vector<Record*> Indices = Def->getValueAsListOfDefs("SubRegIndices");
588 throw TGError(Def->getLoc(), "SubRegIndices and SubRegs size mismatch");
660 if (Field == "SubRegIndices" ||
964 for (unsigned i = 0, e = SubRegIndices.size(); i != e; ++i)
965 SubRegIndices[i]->updateComponents(*this);
1032 SubRegIndices.size() + 1);
1033 SubRegIndices.push_back(Idx);
1041 Idx = new CodeGenSubRegIndex(Def, SubRegIndices
[all...]
H A DCodeGenRegisters.h430 // SubRegIndices.
431 std::vector<CodeGenSubRegIndex*> SubRegIndices; member in class:llvm::CodeGenRegBank
500 ArrayRef<CodeGenSubRegIndex*> getSubRegIndices() { return SubRegIndices; }
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h114 // Offset into MCRI::SubRegIndices of a list of sub-register indices for each
116 uint32_t SubRegIndices; member in struct:llvm::MCRegisterDesc
157 const uint16_t *SubRegIndices; // Pointer to the subreg lookup member in class:llvm::MCRegisterInfo
248 SubRegIndices = SubIndices;

Completed in 92 milliseconds