Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5929 unsigned InputIdx = 0; in parseMSInlineAsm() local
5988 ++InputIdx; in parseMSInlineAsm()
6099 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
6102 OS << '$' << InputIdx++; in parseMSInlineAsm()
6115 OS << '$' << InputIdx++; in parseMSInlineAsm()
6118 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
H A DMasmParser.cpp7062 unsigned InputIdx = 0; in parseMSInlineAsm() local
7121 ++InputIdx; in parseMSInlineAsm()
7232 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
7235 OS << '$' << InputIdx++; in parseMSInlineAsm()
7248 OS << '$' << InputIdx++; in parseMSInlineAsm()
7251 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7665 int InputIdx = M / NumSubElts; in getFauxShuffleMask() local
7666 M = (NumElts * (1 + InputIdx)) + (M % NumSubElts); in getFauxShuffleMask()
36885 int InputIdx = OpMask[OpIdx] / (int)OpMask.size(); in combineX86ShufflesRecursively() local
36886 assert(0 <= OpInputIdx[InputIdx] && "Unknown target shuffle input"); in combineX86ShufflesRecursively()
36887 OpMaskedIdx += OpInputIdx[InputIdx] * MaskWidth; in combineX86ShufflesRecursively()