Searched refs:SVML (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/test/Transforms/Util/ |
D | add-TLI-mappings.ll | 1 ; 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/ |
D | CodeGenOptions.h | 59 SVML // Intel short vector math library. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 92 SVML // Intel short vector math library. enumerator
|
D | VecFuncs.def | 11 // such mappings for Accelerate framework, MASS vector library, and SVML library.
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 93 SVML // Intel short vector math library. enumerator
|
D | VecFuncs.def | 11 // such mappings for Accelerate framework, MASS vector library, and SVML library.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 29 clEnumValN(TargetLibraryInfoImpl::SVML, "SVML", 1540 case SVML: { in addVectorizableFunctionsFromVecLib()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 31 clEnumValN(TargetLibraryInfoImpl::SVML, "SVML", 1580 case SVML: { in addVectorizableFunctionsFromVecLib()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 388 case CodeGenOptions::SVML: in createTLII() 389 TLII->addVectorizableFunctionsFromVecLib(TargetLibraryInfoImpl::SVML); in createTLII()
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | svml-calls-finite.ll | 1 ; RUN: opt -vector-library=SVML -inject-tli-mappings -loop-vectorize -S < %s | FileCheck %s
|
D | svml-calls.ll | 1 ; RUN: opt -vector-library=SVML -inject-tli-mappings -loop-vectorize -force-vector-width=4 -force-v…
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 865 Opts.setVecLib(CodeGenOptions::SVML); in ParseCodeGenArgs()
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 1664 … HelpText<"Use the given vector functions library">, Values<"Accelerate,libmvec,MASSV,SVML,none">;
|