Lines Matching refs:NextElt
854 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
861 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
915 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
919 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
923 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
927 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
931 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
935 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
939 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
943 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
947 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
951 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
955 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
959 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
963 Infos[NextElt++])); in DecodeIITType()
964 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
968 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
973 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
979 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
985 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
991 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
997 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1003 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1008 unsigned short ArgNo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1009 unsigned short RefNo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1028 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1032 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1038 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1044 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1050 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1054 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType()
1075 unsigned NextElt = 0; in getIntrinsicInfoTableEntries() local
1081 NextElt = (TableVal << 1) >> 1; in getIntrinsicInfoTableEntries()
1091 NextElt = 0; in getIntrinsicInfoTableEntries()
1095 DecodeIITType(NextElt, IITEntries, IIT_Done, T); in getIntrinsicInfoTableEntries()
1096 while (NextElt != IITEntries.size() && IITEntries[NextElt] != 0) in getIntrinsicInfoTableEntries()
1097 DecodeIITType(NextElt, IITEntries, IIT_Done, T); in getIntrinsicInfoTableEntries()