Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp5780 unsigned InputIdx = 0; in parseMSInlineAsm() local
5839 ++InputIdx; in parseMSInlineAsm()
5950 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
5953 OS << '$' << InputIdx++; in parseMSInlineAsm()
5966 OS << '$' << InputIdx++; in parseMSInlineAsm()
5969 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp7300 int InputIdx = M / NumSubElts; in getFauxShuffleMask() local
7301 M = (NumElts * (1 + InputIdx)) + (M % NumSubElts); in getFauxShuffleMask()
34245 int InputIdx = OpMask[OpIdx] / (int)OpMask.size(); in combineX86ShufflesRecursively() local
34246 assert(0 <= OpInputIdx[InputIdx] && "Unknown target shuffle input"); in combineX86ShufflesRecursively()
34247 OpMaskedIdx += OpInputIdx[InputIdx] * MaskWidth; in combineX86ShufflesRecursively()