Searched refs:v0_1 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | operandorder.ll | 17 %v0_1 = load double , double * %from 19 %v1_1 = fadd double %v0_1, %v1 28 ; CHECK: %[[BCAST:[a-z0-9]+]] = insertelement <2 x double> undef, double %v0_1 29 ; CHECK: = insertelement <2 x double> %[[BCAST]], double %v0_1 39 %v0_1 = load double , double * %from 41 %v1_1 = fadd double %v0_1, %p 42 %v1_2 = fadd double %v0_1, %v0_2 53 ; CHECK: %[[BCAST:[a-z0-9]+]] = insertelement <2 x double> undef, double %v0_1 54 ; CHECK: = insertelement <2 x double> %[[BCAST]], double %v0_1 64 %v0_1 = load double , double * %from [all …]
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | intrapred_vsx.c | 176 const uint8x16_t v0_1 = vec_splat(d1, 0); in vpx_h_predictor_32x32_vsx() local 215 H_PREDICTOR_32(v0_1); in vpx_h_predictor_32x32_vsx()
|