Home
last modified time | relevance | path

Searched refs:SVML (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/test/Transforms/Util/
Dadd-TLI-mappings.ll1 ; RUN: opt -vector-library=SVML -inject-tli-mappings -S < %s | FileCheck %s --check-p…
2 ; RUN: opt -vector-library=SVML -passes=inject-tli-mappings -S < %s | FileCheck %s --check-p…
14 ; SVML-SAME: [6 x i8*] [
15 ; SVML-SAME: i8* bitcast (<2 x double> (<2 x double>)* @__svml_sin2 to i8*),
16 ; SVML-SAME: i8* bitcast (<4 x double> (<4 x double>)* @__svml_sin4 to i8*),
17 ; SVML-SAME: i8* bitcast (<8 x double> (<8 x double>)* @__svml_sin8 to i8*),
18 ; SVML-SAME: i8* bitcast (<4 x float> (<4 x float>)* @__svml_log10f4 to i8*),
19 ; SVML-SAME: i8* bitcast (<8 x float> (<8 x float>)* @__svml_log10f8 to i8*),
20 ; SVML-SAME: i8* bitcast (<16 x float> (<16 x float>)* @__svml_log10f16 to i8*)
33 ; SVML: call double @sin(double %{{.*}}) #[[SIN:[0-9]+]]
[all …]
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h59 SVML // Intel short vector math library. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h92 SVML // Intel short vector math library. enumerator
DVecFuncs.def11 // such mappings for Accelerate framework, MASS vector library, and SVML library.
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h93 SVML // Intel short vector math library. enumerator
DVecFuncs.def11 // such mappings for Accelerate framework, MASS vector library, and SVML library.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp29 clEnumValN(TargetLibraryInfoImpl::SVML, "SVML",
1540 case SVML: { in addVectorizableFunctionsFromVecLib()
/external/llvm-project/llvm/lib/Analysis/
DTargetLibraryInfo.cpp31 clEnumValN(TargetLibraryInfoImpl::SVML, "SVML",
1580 case SVML: { in addVectorizableFunctionsFromVecLib()
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp388 case CodeGenOptions::SVML: in createTLII()
389 TLII->addVectorizableFunctionsFromVecLib(TargetLibraryInfoImpl::SVML); in createTLII()
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/
Dsvml-calls-finite.ll1 ; RUN: opt -vector-library=SVML -inject-tli-mappings -loop-vectorize -S < %s | FileCheck %s
Dsvml-calls.ll1 ; RUN: opt -vector-library=SVML -inject-tli-mappings -loop-vectorize -force-vector-width=4 -force-v…
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp865 Opts.setVecLib(CodeGenOptions::SVML); in ParseCodeGenArgs()
/external/llvm-project/clang/include/clang/Driver/
DOptions.td1664 … HelpText<"Use the given vector functions library">, Values<"Accelerate,libmvec,MASSV,SVML,none">;