Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Index

90 //      matches. After that, if the operand to be matched has its index
284 /// The suboperand index within SrcOpName, or -1 for the entire operand.
437 /// suboperand index.
447 /// This does not check the suboperand index.
530 /// \brief An unique index assigned to represent this feature.
531 unsigned Index;
533 SubtargetFeatureInfo(Record *D, unsigned Idx) : TheDef(D), Index(Idx) {}
989 unsigned Index = 0;
991 ie = RegisterSets.end(); it != ie; ++it, ++Index) {
993 CI->Kind = ClassInfo::RegisterClass0 + Index;
994 CI->ClassName = "Reg" + utostr(Index);
995 CI->Name = "MCK_Reg" + utostr(Index);
1066 unsigned Index = 0;
1068 ie = AsmOperands.end(); it != ie; ++it, ++Index) {
1070 CI->Kind = ClassInfo::UserClass0 + Index;
1392 // The tied operand index is an MIOperand index, find the operand that
1853 OS << " " << SFI.getEnumName() << " = (1 << " << SFI.Index << "),\n";
2144 OS << " // Get the next operand index.\n";
2320 // it so that store the kinds in separate bit-fields for each index, which
2321 // only needs to be the max width used for classes at that index (we also need