OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowScale
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
8206
// + i *
WindowScale
in ShuffleVec".
8208
int
WindowScale
;
8212
ShuffleVec(Vec), WindowBase(0),
WindowScale
(1) {}
8350
Src.
WindowScale
=
8352
Src.WindowBase *= Src.
WindowScale
;
8383
int ExtractBase = EltNo * Src->
WindowScale
+ Src->WindowBase;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
7739
// + i *
WindowScale
in ShuffleVec".
7741
int
WindowScale
= 1;
7867
Src.
WindowScale
= SrcEltTy.getSizeInBits() / SmallestEltTy.getSizeInBits();
7868
Src.WindowBase *= Src.
WindowScale
;
7899
int ExtractBase = EltNo * Src->
WindowScale
+ Src->WindowBase;
Completed in 38 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026