Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4947 int WindowScale; in ReconstructShuffle() member
4952 WindowScale(1) {} in ReconstructShuffle()
5069 Src.WindowScale = SrcEltTy.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()
5070 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
5102 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5719 int WindowScale; in ReconstructShuffle() member
5723 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {} in ReconstructShuffle()
5848 Src.WindowScale = SrcEltTy.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()
5849 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
5880 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5876 int WindowScale; in ReconstructShuffle() member
5881 WindowScale(1) {} in ReconstructShuffle()
6001 Src.WindowScale = SrcEltTy.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()
6002 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
6034 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp6705 int WindowScale = 1; in ReconstructShuffle() member
6829 Src.WindowScale = SrcEltTy.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()
6830 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
6861 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()