Searched refs:fma2 (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | fma.ll | 108 %fma2 = call double @llvm.fma.f64(double %a2, double %b2, double %c2) 112 …store double %fma2, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 208 %fma2 = call double @llvm.fma.f64(double %a2, double %b2, double %c2) 216 …store double %fma2, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 271 %fma2 = call float @llvm.fma.f32(float %a2, float %b2, float %c2) 275 …store float %fma2, float* getelementptr inbounds ([16 x float], [16 x float]* @dst32, i32 0, i64 2… 358 %fma2 = call float @llvm.fma.f32(float %a2, float %b2, float %c2) 366 …store float %fma2, float* getelementptr inbounds ([16 x float], [16 x float]* @dst32, i32 0, i64 2… 530 %fma2 = call float @llvm.fma.f32(float %a2 , float %b2 , float %c2 ) 546 …store float %fma2 , float* getelementptr inbounds ([16 x float], [16 x float]* @dst32, i32 0, i64 …
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | fma.ll | 107 %fma2 = call double @llvm.fma.f64(double %a2, double %b2, double %c2) 111 …store double %fma2, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 207 %fma2 = call double @llvm.fma.f64(double %a2, double %b2, double %c2) 215 …store double %fma2, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 270 %fma2 = call float @llvm.fma.f32(float %a2, float %b2, float %c2) 274 …store float %fma2, float* getelementptr inbounds ([16 x float], [16 x float]* @dst32, i32 0, i64 2… 357 %fma2 = call float @llvm.fma.f32(float %a2, float %b2, float %c2) 365 …store float %fma2, float* getelementptr inbounds ([16 x float], [16 x float]* @dst32, i32 0, i64 2… 529 %fma2 = call float @llvm.fma.f32(float %a2 , float %b2 , float %c2 ) 545 …store float %fma2 , float* getelementptr inbounds ([16 x float], [16 x float]* @dst32, i32 0, i64 …
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 1702 bi_instruction fma2 = { in bi_lower_cube_coord() local 1729 bi_emit(ctx, fma2); in bi_lower_cube_coord() 1737 *s = fma2.dest; in bi_lower_cube_coord()
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | mve-fma-loops.ll | 194 define arm_aapcs_vfpcc void @fma2(float* nocapture readonly %x, float* nocapture readonly %y, float… 195 ; CHECK-LABEL: fma2:
|