OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AVX
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h
48
AVX
, // x86
AVX
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
X86.h
60
AVX
,
301
if (getTriple().getArch() == llvm::Triple::x86_64 && SSELevel >=
AVX
)
302
return "
avx
";
516
hasFeature("avx512f") ? 512 : hasFeature("
avx
") ? 256 : 128;
889
hasFeature("avx512f") ? 512 : hasFeature("
avx
") ? 256 : 128;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp
2179
/// The
AVX
ABI level for X86 targets.
2182
AVX
,
2191
case X86AVXABILevel::
AVX
:
2460
// that when
AVX
types are involved: the ABI explicitly states it is
2556
return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty, "
avx
",
2572
// The "
avx
" feature changes how vectors >128 in size are passed. "avx512f"
11161
: ABI == "
avx
" ? X86AVXABILevel::
AVX
: X86AVXABILevel::None);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h
62
NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42,
AVX
, AVX2, AVX512F
271
/// all
AVX
-512 CPUs.
331
/// Processor has
AVX
-512 PreFetch Instructions
334
/// Processor has
AVX
-512 Exponential and Reciprocal Instructions
337
/// Processor has
AVX
-512 Conflict Detection Instructions
340
/// Processor has
AVX
-512 population count Instructions
343
/// Processor has
AVX
-512 Doubleword and Quadword instructions
346
/// Processor has
AVX
-512 Byte and Word instructions
349
/// Processor has
AVX
-512 Vector Length eXtenstions
355
/// Processor has
AVX
-512 Vector Neural Network Instruction
[
all
...]
Completed in 53 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026