Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Index

1214       unsigned index = 0;
1217 if (index++) OS << ", ";
1237 /// \brief Return the index of a spelling in a spelling list.
1243 for (unsigned Index = 0; Index < SpellingList.size(); ++Index) {
1244 const FlattenedSpelling &S = SpellingList[Index];
1252 return Index;
1269 for (unsigned Index = 0; Index < Spellings.size(); ++Index) {
1270 OS << getSpellingListIndex(SpellingList, Spellings[Index]);
1271 if (Index != Spellings.size() -1)
1317 // Even if the name is not unique, this spelling index corresponds to a
1332 // enumeration, but the spelling index and semantic spelling values are
1345 << "llvm_unreachable(\"Unknown spelling list index\");\n";
1519 // This maps spelling index values to semantic Spelling enumerants.
2649 index mapping methods.