Lines Matching full:minimum

290 …el: Found an estimated cost of 1 for instruction: %f16 = call half @llvm.minimum.f16(half undef, h…
291 …d an estimated cost of 4 for instruction: %V2f16 = call <2 x half> @llvm.minimum.v2f16(<2 x half> …
292 … an estimated cost of 10 for instruction: %V4f16 = call <4 x half> @llvm.minimum.v4f16(<4 x half> …
293 … an estimated cost of 22 for instruction: %V8f16 = call <8 x half> @llvm.minimum.v8f16(<8 x half> …
294 …n estimated cost of 44 for instruction: %V16f16 = call <16 x half> @llvm.minimum.v16f16(<16 x half…
298 …el: Found an estimated cost of 1 for instruction: %f16 = call half @llvm.minimum.f16(half undef, h…
299 …d an estimated cost of 1 for instruction: %V2f16 = call <2 x half> @llvm.minimum.v2f16(<2 x half> …
300 …d an estimated cost of 1 for instruction: %V4f16 = call <4 x half> @llvm.minimum.v4f16(<4 x half> …
301 …d an estimated cost of 1 for instruction: %V8f16 = call <8 x half> @llvm.minimum.v8f16(<8 x half> …
302 …an estimated cost of 4 for instruction: %V16f16 = call <16 x half> @llvm.minimum.v16f16(<16 x half…
305 %f16 = call half @llvm.minimum.f16(half undef, half undef)
306 %V2f16 = call <2 x half> @llvm.minimum.v2f16(<2 x half> undef, <2 x half> undef)
307 %V4f16 = call <4 x half> @llvm.minimum.v4f16(<4 x half> undef, <4 x half> undef)
308 %V8f16 = call <8 x half> @llvm.minimum.v8f16(<8 x half> undef, <8 x half> undef)
309 %V16f16 = call <16 x half> @llvm.minimum.v16f16(<16 x half> undef, <16 x half> undef)
338 define void @minimum() {
339 ; CHECK-LABEL: 'minimum'
340 …l: Found an estimated cost of 1 for instruction: %f32 = call float @llvm.minimum.f32(float undef, …
341 …: Found an estimated cost of 1 for instruction: %f64 = call double @llvm.minimum.f64(double undef,…
342 … an estimated cost of 1 for instruction: %V2f32 = call <2 x float> @llvm.minimum.v2f32(<2 x float>…
343 … an estimated cost of 1 for instruction: %V4f32 = call <4 x float> @llvm.minimum.v4f32(<4 x float>…
344 … an estimated cost of 4 for instruction: %V8f32 = call <8 x float> @llvm.minimum.v8f32(<8 x float>…
345 …an estimated cost of 1 for instruction: %V2f64 = call <2 x double> @llvm.minimum.v2f64(<2 x double…
346 …an estimated cost of 4 for instruction: %V4f64 = call <4 x double> @llvm.minimum.v4f64(<4 x double…
349 %f32 = call float @llvm.minimum.f32(float undef, float undef)
350 %f64 = call double @llvm.minimum.f64(double undef, double undef)
351 %V2f32 = call <2 x float> @llvm.minimum.v2f32(<2 x float> undef, <2 x float> undef)
352 %V4f32 = call <4 x float> @llvm.minimum.v4f32(<4 x float> undef, <4 x float> undef)
353 %V8f32 = call <8 x float> @llvm.minimum.v8f32(<8 x float> undef, <8 x float> undef)
354 %V2f64 = call <2 x double> @llvm.minimum.v2f64(<2 x double> undef, <2 x double> undef)
355 %V4f64 = call <4 x double> @llvm.minimum.v4f64(<4 x double> undef, <4 x double> undef)
490 declare half @llvm.minimum.f16(half, half)
491 declare float @llvm.minimum.f32(float, float)
492 declare double @llvm.minimum.f64(double, double)
493 declare <2 x half> @llvm.minimum.v2f16(<2 x half>, <2 x half>)
494 declare <4 x half> @llvm.minimum.v4f16(<4 x half>, <4 x half>)
495 declare <8 x half> @llvm.minimum.v8f16(<8 x half>, <8 x half>)
496 declare <16 x half> @llvm.minimum.v16f16(<16 x half>, <16 x half>)
497 declare <2 x float> @llvm.minimum.v2f32(<2 x float>, <2 x float>)
498 declare <4 x float> @llvm.minimum.v4f32(<4 x float>, <4 x float>)
499 declare <8 x float> @llvm.minimum.v8f32(<8 x float>, <8 x float>)
500 declare <2 x double> @llvm.minimum.v2f64(<2 x double>, <2 x double>)
501 declare <4 x double> @llvm.minimum.v4f64(<4 x double>, <4 x double>)