Searched refs:InputIdx (Results 1 – 4 of 4) sorted by relevance
1110 size_t InputIdx = 0; in decodePunycode() local1120 for (; InputIdx != DelimiterPos; ++InputIdx) { in decodePunycode()1121 char C = Input[InputIdx]; in decodePunycode()1129 ++InputIdx; in decodePunycode()1154 for (size_t I = 0; InputIdx != Input.size(); I += 1) { in decodePunycode()1159 if (InputIdx == Input.size()) in decodePunycode()1161 char C = Input[InputIdx++]; in decodePunycode()
5985 unsigned InputIdx = 0; in parseMSInlineAsm() local6045 ++InputIdx; in parseMSInlineAsm()6157 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()6160 OS << '$' << InputIdx++; in parseMSInlineAsm()6174 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()6176 OS << '$' << InputIdx++; in parseMSInlineAsm()6179 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
7393 unsigned InputIdx = 0; in parseMSInlineAsm() local7452 ++InputIdx; in parseMSInlineAsm()7561 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()7564 OS << '$' << InputIdx++; in parseMSInlineAsm()7577 OS << '$' << InputIdx++; in parseMSInlineAsm()7580 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
8448 int InputIdx = M / NumSubElts; in getFauxShuffleMask() local8449 M = (NumElts * (1 + InputIdx)) + (M % NumSubElts); in getFauxShuffleMask()40328 int InputIdx = OpMask[OpIdx] / (int)OpMask.size(); in combineX86ShufflesRecursively() local40329 assert(0 <= OpInputIdx[InputIdx] && "Unknown target shuffle input"); in combineX86ShufflesRecursively()40330 OpMaskedIdx += OpInputIdx[InputIdx] * MaskWidth; in combineX86ShufflesRecursively()