Lines Matching refs:NextElt
995 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
1002 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
1068 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1072 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1076 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1080 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1084 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1088 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1092 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1096 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1100 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1104 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1108 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1112 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1124 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1128 Infos[NextElt++])); in DecodeIITType()
1129 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1133 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1138 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1144 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1150 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1156 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1162 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1168 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1173 unsigned short ArgNo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1174 unsigned short RefNo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1180 unsigned short ArgNo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1181 unsigned short RefNo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1200 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1204 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1210 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1216 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1222 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1226 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1247 unsigned NextElt = 0; in getIntrinsicInfoTableEntries() local
1253 NextElt = (TableVal << 1) >> 1; in getIntrinsicInfoTableEntries()
1263 NextElt = 0; in getIntrinsicInfoTableEntries()
1267 DecodeIITType(NextElt, IITEntries, IIT_Done, T); in getIntrinsicInfoTableEntries()
1268 while (NextElt != IITEntries.size() && IITEntries[NextElt] != 0) in getIntrinsicInfoTableEntries()
1269 DecodeIITType(NextElt, IITEntries, IIT_Done, T); in getIntrinsicInfoTableEntries()