Lines Matching refs:MASSV
3 ; RUN: opt -vector-library=MASSV -inject-tli-mappings -S < %s | FileCheck %s --check-p…
4 ; RUN: opt -vector-library=MASSV -passes=inject-tli-mappings -S < %s | FileCheck %s --check-p…
21 ; MASSV-SAME: [2 x i8*] [
22 ; MASSV-SAME: i8* bitcast (<2 x double> (<2 x double>)* @__sind2_massv to i8*),
23 ; MASSV-SAME: i8* bitcast (<4 x float> (<4 x float>)* @__log10f4_massv to i8*)
34 ; MASSV: call double @sin(double %{{.*}}) #[[SIN:[0-9]+]]
49 ; MASSV: call float @llvm.log10.f32(float %{{.*}}) #[[LOG10:[0-9]+]]
66 ; MASSV: attributes #[[SIN]] = { "vector-function-abi-variant"=
67 ; MASSV-SAME: "_ZGV_LLVM_N2v_sin(__sind2_massv)" }
68 ; MASSV: attributes #[[LOG10]] = { "vector-function-abi-variant"=
69 ; MASSV-SAME: "_ZGV_LLVM_N4v_llvm.log10.f32(__log10f4_massv)" }