Searched refs:AVX (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp483 case AVX:
533 case AVX:
596 setSSELevel(Features, AVX, true);
655 setSSELevel(Features, AVX, Enabled);
665 setSSELevel(Features, AVX, Enabled);
672 setSSELevel(Features, AVX, Enabled);
693 setSSELevel(Features, AVX, Enabled);
704 setSSELevel(Features, AVX, Enabled);
865 .Case("+avx", AVX)
1259 case AVX
[all...]
H A DX86.h52 AVX, enumerator in enum:clang::targets::X86TargetInfo::X86SSEEnum
299 if (getTriple().getArch() == llvm::Triple::x86_64 && SSELevel >= AVX)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h64 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F enumerator in enum:llvm::final::X86SSEEnum
269 /// all AVX-512 CPUs.
326 /// Processor has AVX-512 PreFetch Instructions
329 /// Processor has AVX-512 Exponential and Reciprocal Instructions
332 /// Processor has AVX-512 Conflict Detection Instructions
335 /// Processor has AVX-512 population count Instructions
338 /// Processor has AVX-512 Doubleword and Quadword instructions
341 /// Processor has AVX-512 Byte and Word instructions
344 /// Processor has AVX-512 Vector Length eXtenstions
350 /// Processor has AVX
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc346 // not all Sandybridge processors support AVX.
366 // not all Sandybridge processors support AVX.
/freebsd-12-stable/sys/contrib/libb2/
H A Dblake2-dispatch.c30 AVX = 4, enumerator in enum:__anon10713
117 #if defined(WIN32) /* Work around the fact that Windows <7 does NOT support AVX... */
121 /* check for AVX and OSXSAVE bits */
126 feature = AVX;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp39 .Case("c", VFISAKind::AVX)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h48 AVX, // x86 AVX member in class:llvm::VFISAKind
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc232 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp2035 /// The AVX ABI level for X86 targets.
2038 AVX, member in class:__anon2973::X86AVXABILevel
2047 case X86AVXABILevel::AVX:
2320 // that when AVX types are involved: the ABI explicitly states it is
10003 : ABI == "avx" ? X86AVXABILevel::AVX : X86AVXABILevel::None);

Completed in 230 milliseconds