Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp1107 size_t InputIdx = 0; in decodePunycode() local
1117 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5999 unsigned InputIdx = 0; in parseMSInlineAsm() local
6059 ++InputIdx; in parseMSInlineAsm()
6171 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
6174 OS << '$' << InputIdx++; in parseMSInlineAsm()
6188 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
6190 OS << '$' << InputIdx++; in parseMSInlineAsm()
6193 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
H A DMasmParser.cpp7361 unsigned InputIdx = 0; in parseMSInlineAsm() local
7420 ++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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5850 int InputIdx = M / NumSubElts; in getFauxShuffleMask() local
5851 M = (NumElts * (1 + InputIdx)) + (M % NumSubElts); in getFauxShuffleMask()
39175 int InputIdx = OpMask[OpIdx] / (int)OpMask.size(); in combineX86ShufflesRecursively() local
39176 assert(0 <= OpInputIdx[InputIdx] && "Unknown target shuffle input"); in combineX86ShufflesRecursively()
39177 OpMaskedIdx += OpInputIdx[InputIdx] * MaskWidth; in combineX86ShufflesRecursively()