Home
last modified time | relevance | path

Searched refs:X86AVXABILevel (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h558 enum class X86AVXABILevel { enum
574 createX86_64TargetCodeGenInfo(CodeGenModule &CGM, X86AVXABILevel AVXLevel);
577 createWinX86_64TargetCodeGenInfo(CodeGenModule &CGM, X86AVXABILevel AVXLevel);
H A DCodeGenModule.cpp267 X86AVXABILevel AVXLevel = (ABI == "avx512" ? X86AVXABILevel::AVX512 in createTargetCodeGenInfo()
268 : ABI == "avx" ? X86AVXABILevel::AVX in createTargetCodeGenInfo()
269 : X86AVXABILevel::None); in createTargetCodeGenInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1195 static unsigned getNativeVectorSizeForAVXABI(X86AVXABILevel AVXLevel) { in getNativeVectorSizeForAVXABI()
1197 case X86AVXABILevel::AVX512: in getNativeVectorSizeForAVXABI()
1199 case X86AVXABILevel::AVX: in getNativeVectorSizeForAVXABI()
1201 case X86AVXABILevel::None: in getNativeVectorSizeForAVXABI()
1346 X86AVXABILevel AVXLevel;
1352 X86_64ABIInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) in X86_64ABIInfo()
1384 WinX86_64ABIInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) in WinX86_64ABIInfo()
1410 X86AVXABILevel AVXLevel;
1417 X86_64TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) in X86_64TargetCodeGenInfo()
1665 X86AVXABILevel AVXLevel) in WinX86_64TargetCodeGenInfo()
[all …]