Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10325 int WindowScale; in ReconstructShuffle() member
10329 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {} in ReconstructShuffle()
10530 Src.WindowScale = in ReconstructShuffle()
10532 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
10563 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8130 int WindowScale = 1; in ReconstructShuffle() member
8256 Src.WindowScale = SrcEltTy.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()
8257 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
8288 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()