Searched refs:InputIdx (Results 1 – 4 of 4) sorted by relevance
1107 size_t InputIdx = 0; in decodePunycode() local1117 for (; InputIdx != DelimiterPos; ++InputIdx) { in decodePunycode()1118 char C = Input[InputIdx]; in decodePunycode()1126 ++InputIdx; in decodePunycode()1151 for (size_t I = 0; InputIdx != Input.size(); I += 1) { in decodePunycode()1156 if (InputIdx == Input.size()) in decodePunycode()1158 char C = Input[InputIdx++]; in decodePunycode()
6005 unsigned InputIdx = 0; in parseMSInlineAsm() local6065 ++InputIdx; in parseMSInlineAsm()6176 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()6179 OS << '$' << InputIdx++; in parseMSInlineAsm()6193 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()6195 OS << '$' << InputIdx++; in parseMSInlineAsm()6198 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
7362 unsigned InputIdx = 0; in parseMSInlineAsm() local7421 ++InputIdx; in parseMSInlineAsm()7529 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()7532 OS << '$' << InputIdx++; in parseMSInlineAsm()7545 OS << '$' << InputIdx++; in parseMSInlineAsm()7548 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
5994 int InputIdx = M / NumSubElts; in getFauxShuffleMask() local5995 M = (NumElts * (1 + InputIdx)) + (M % NumSubElts); in getFauxShuffleMask()39927 int InputIdx = OpMask[OpIdx] / (int)OpMask.size(); in combineX86ShufflesRecursively() local39928 assert(0 <= OpInputIdx[InputIdx] && "Unknown target shuffle input"); in combineX86ShufflesRecursively()39929 OpMaskedIdx += OpInputIdx[InputIdx] * MaskWidth; in combineX86ShufflesRecursively()