Searched refs:WindowBase (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6556 // Code should guarantee that element i in Vec starts at element "WindowBase
6558 int WindowBase; member in struct:ShuffleSourceInfo
6563 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {}
6656 Src.WindowBase = -NumSrcElts;
6675 Src.WindowBase = -Src.MinElt;
6689 Src.WindowBase *= Src.WindowScale;
6720 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7405 // Code should guarantee that element i in Vec starts at element "WindowBase
7407 int WindowBase = 0; member in struct:ShuffleSourceInfo
7501 Src.WindowBase = -NumSrcElts;
7519 Src.WindowBase = -Src.MinElt;
7533 Src.WindowBase *= Src.WindowScale;
7564 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase;

Completed in 270 milliseconds