Searched refs:cvt0 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | sitofp.ll | 56 %cvt0 = sitofp i64 %ld0 to double 58 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 110 %cvt0 = sitofp i64 %ld0 to double 114 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 199 %cvt0 = sitofp i64 %ld0 to double 207 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 230 %cvt0 = sitofp i32 %ld0 to double 232 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 263 %cvt0 = sitofp i32 %ld0 to double 267 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… [all …]
|
D | uitofp.ll | 32 %cvt0 = uitofp i64 %ld0 to double 34 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 59 %cvt0 = uitofp i64 %ld0 to double 63 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 109 %cvt0 = uitofp i64 %ld0 to double 117 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 161 %cvt0 = uitofp i32 %ld0 to double 163 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… 194 %cvt0 = uitofp i32 %ld0 to double 198 …store double %cvt0, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i64… [all …]
|
D | fptosi.ll | 100 %cvt0 = fptosi double %a0 to i64 108 store i64 %cvt0, i64* getelementptr inbounds ([8 x i64], [8 x i64]* @dst64, i32 0, i64 0), align 8 143 %cvt0 = fptosi double %a0 to i32 151 …store i32 %cvt0, i32* getelementptr inbounds ([16 x i32], [16 x i32]* @dst32, i32 0, i64 0), align… 177 %cvt0 = fptosi double %a0 to i16 185 …store i16 %cvt0, i16* getelementptr inbounds ([32 x i16], [32 x i16]* @dst16, i32 0, i64 0), align… 232 %cvt0 = fptosi double %a0 to i8 240 store i8 %cvt0, i8* getelementptr inbounds ([64 x i8], [64 x i8]* @dst8, i32 0, i64 0), align 1 333 %cvt0 = fptosi float %a0 to i64 341 store i64 %cvt0, i64* getelementptr inbounds ([8 x i64], [8 x i64]* @dst64, i32 0, i64 0), align 8 [all …]
|
D | fptoui.ll | 100 %cvt0 = fptoui double %a0 to i64 108 store i64 %cvt0, i64* getelementptr inbounds ([8 x i64], [8 x i64]* @dst64, i32 0, i64 0), align 8 188 %cvt0 = fptoui double %a0 to i32 196 …store i32 %cvt0, i32* getelementptr inbounds ([16 x i32], [16 x i32]* @dst32, i32 0, i64 0), align… 222 %cvt0 = fptoui double %a0 to i16 230 …store i16 %cvt0, i16* getelementptr inbounds ([32 x i16], [32 x i16]* @dst16, i32 0, i64 0), align… 277 %cvt0 = fptoui double %a0 to i8 285 store i8 %cvt0, i8* getelementptr inbounds ([64 x i8], [64 x i8]* @dst8, i32 0, i64 0), align 1 378 %cvt0 = fptoui float %a0 to i64 386 store i64 %cvt0, i64* getelementptr inbounds ([8 x i64], [8 x i64]* @dst64, i32 0, i64 0), align 8 [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_utils.h | 312 simd16scalari cvt0 = _simd16_cvtepu8_epi32(src0); in Transpose_simd16() local 321 simd16scalari dst = _simd16_or_si(_simd16_or_si(cvt0, shl1), _simd16_or_si(shl2, shl3)); in Transpose_simd16() 376 simdscalari cvt0 = _simd_cvtepu8_epi16(src0); in Transpose_simd16() local 381 simdscalari dst = _simd_or_si(cvt0, shl1); in Transpose_simd16()
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | cvt_f32_ubyte.ll | 289 %cvt0 = uitofp i32 %mask.arg0 to float 303 %ins.0 = insertelement <4 x float> undef, float %cvt0, i32 0
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | cvt_f32_ubyte.ll | 172 %cvt0 = uitofp i32 %mask.arg0 to float 186 %ins.0 = insertelement <4 x float> undef, float %cvt0, i32 0
|