Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp30205 int InputIdx0 = -1, InputIdx1 = -1; in combineX86ShufflesRecursively() local
30211 InputIdx1 = i; in combineX86ShufflesRecursively()
30218 if (Input1 && InputIdx1 < 0) { in combineX86ShufflesRecursively()
30219 InputIdx1 = Ops.size(); in combineX86ShufflesRecursively()
30297 assert(0 <= InputIdx1 && "Unknown target shuffle input"); in combineX86ShufflesRecursively()
30298 OpMaskedIdx += InputIdx1 * MaskWidth; in combineX86ShufflesRecursively()