Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8858 int OrigNumElements = VT.getVectorNumElements(); in lowerVectorShuffleAsPermuteAndUnpack() local
8862 int NumElements = OrigNumElements / Scale; in lowerVectorShuffleAsPermuteAndUnpack()
10489 int OrigNumElements = OrigVT.getVectorNumElements(); in splitAndLowerVectorShuffle() local
10490 int OrigSplitNumElements = OrigNumElements / 2; in splitAndLowerVectorShuffle()
10492 MVT OrigSplitVT = MVT::getVectorVT(OrigScalarVT, OrigNumElements / 2); in splitAndLowerVectorShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp12939 int OrigNumElements = OrigVT.getVectorNumElements(); in splitAndLowerVectorShuffle() local
12940 int OrigSplitNumElements = OrigNumElements / 2; in splitAndLowerVectorShuffle()
12942 MVT OrigSplitVT = MVT::getVectorVT(OrigScalarVT, OrigNumElements / 2); in splitAndLowerVectorShuffle()