Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9271 unsigned ExtIndex0 = Op0.getConstantOperandVal(1); in isHopBuildVector() local
9275 if (ExpectedIndex == ExtIndex0 && ExtIndex1 == ExtIndex0 + 1) in isHopBuildVector()
9284 if (ExpectedIndex == ExtIndex1 && ExtIndex0 == ExtIndex1 + 1) in isHopBuildVector()
12661 const APInt &ExtIndex0 = N0.getConstantOperandAPInt(1); in lowerShuffleOfExtractsAsVperm() local
12663 if (ExtIndex1 == 0 && ExtIndex0 == NumElts) in lowerShuffleOfExtractsAsVperm()
12665 else if (ExtIndex0 != 0 || ExtIndex1 != NumElts) in lowerShuffleOfExtractsAsVperm()