Home
last modified time | relevance | path

Searched refs:InputIdx (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DRustDemangle.cpp1110 size_t InputIdx = 0; in decodePunycode() local
1120 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()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5985 unsigned InputIdx = 0; in parseMSInlineAsm() local
6045 ++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()
H A DMasmParser.cpp7393 unsigned InputIdx = 0; in parseMSInlineAsm() local
7452 ++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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8448 int InputIdx = M / NumSubElts; in getFauxShuffleMask() local
8449 M = (NumElts * (1 + InputIdx)) + (M % NumSubElts); in getFauxShuffleMask()
40328 int InputIdx = OpMask[OpIdx] / (int)OpMask.size(); in combineX86ShufflesRecursively() local
40329 assert(0 <= OpInputIdx[InputIdx] && "Unknown target shuffle input"); in combineX86ShufflesRecursively()
40330 OpMaskedIdx += OpInputIdx[InputIdx] * MaskWidth; in combineX86ShufflesRecursively()