Searched defs:SubRegIndices (Results 1 - 3 of 3) sorted by relevance

/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";
633 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = RegBank.getSubRegIndices(); local
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[
710 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = RegBank.getSubRegIndices(); local
1026 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = RegBank.getSubRegIndices(); local
[all...]
H A DCodeGenRegisters.h449 // SubRegIndices.
450 std::vector<CodeGenSubRegIndex*> SubRegIndices; member in class:llvm::CodeGenRegBank
530 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
165 const uint16_t *SubRegIndices; // Pointer to the subreg lookup member in class:llvm::MCRegisterInfo
260 SubRegIndices = SubIndices;

Completed in 816 milliseconds