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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6991 // Code should guarantee that element i in Vec starts at element "WindowBase
6993 int WindowBase; member in struct:ShuffleSourceInfo
6998 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {}
7091 Src.WindowBase = -NumSrcElts;
7110 Src.WindowBase = -Src.MinElt;
7124 Src.WindowBase *= Src.WindowScale;
7155 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7708 // Code should guarantee that element i in Vec starts at element "WindowBase
7710 int WindowBase = 0; member in struct:ShuffleSourceInfo
7804 Src.WindowBase = -NumSrcElts;
7822 Src.WindowBase = -Src.MinElt;
7836 Src.WindowBase *= Src.WindowScale;
7867 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase;

Completed in 210 milliseconds