Home
last modified time | relevance | path

Searched refs:test_f32 (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dinline-asm-physical-fpr-spe.ll4 define i32 @test_f32(float %x) {
5 ; CHECK-LABEL: test_f32:
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dregbank-intrinsic-trunc.mir6 name: test_f32.intrinsic_trunc
17 ; CHECK-LABEL: name: test_f32.intrinsic_trunc
H A Dregbank-nearbyint.mir94 name: test_f32.nearbyint
103 ; CHECK-LABEL: name: test_f32.nearbyint
H A Dselect-nearbyint.mir98 name: test_f32.nearbyint
108 ; CHECK-LABEL: name: test_f32.nearbyint
H A Dselect-frint.mir29 name: test_f32.rint
39 ; CHECK-LABEL: name: test_f32.rint
H A Dselect-intrinsic-round.mir29 name: test_f32.intrinsic_round
39 ; CHECK-LABEL: name: test_f32.intrinsic_round
H A Dselect-intrinsic-trunc.mir29 name: test_f32.intrinsic_trunc
39 ; CHECK-LABEL: name: test_f32.intrinsic_trunc
H A Dregbank-intrinsic-round.mir32 name: test_f32.round
43 ; CHECK-LABEL: name: test_f32.round
H A Dlegalize-frint.mir20 name: test_f32.rint
28 ; NOFP16-LABEL: name: test_f32.rint
34 ; FP16-LABEL: name: test_f32.rint
H A Dlegalize-nearbyint.mir153 name: test_f32.nearbyint
161 ; FP16-LABEL: name: test_f32.nearbyint
167 ; NO-FP16-LABEL: name: test_f32.nearbyint
H A Dlegalize-intrinsic-round.mir37 name: test_f32.round
45 ; NO-FP16-LABEL: name: test_f32.round
51 ; FP16-LABEL: name: test_f32.round
H A Dselect-build-vector.mir4 name: test_f32
16 ; CHECK-LABEL: name: test_f32
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfast-isel-undef-fp.ll21 define dso_local void @test_f32(ptr%p) {
22 ; CHECK-LABEL: test_f32:
H A Dfma.ll11 define float @test_f32(float %a, float %b, float %c) #0 {
12 ; FMA32-LABEL: test_f32:
26 ; FMACALL32-LABEL: test_f32:
32 ; FMA64-LABEL: test_f32:
38 ; FMACALL64-LABEL: test_f32:
44 ; AVX512-LABEL: test_f32:
50 ; AVX512VL-LABEL: test_f32:
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dret_f32_arg2.ll3 define float @test_f32(float %a1, float %a2) {
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dcombine-fabs-fneg.mir28 name: test_f32
34 ; CHECK-LABEL: name: test_f32
H A Dirtranslator-amdgpu_vs.ll17 define amdgpu_vs void @test_f32(float %arg0) {
18 ; CHECK-LABEL: name: test_f32
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm-cde-reinterpret.c88 float32x4_t test_f32(uint8x16_t x) { in test_f32() function
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-inline-asm.c109 float test_f32(float f, float g) { in test_f32() function
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-fmuladd.ll3 define float @test_f32(float* %A, float* %B, float* %C) nounwind {
4 ;CHECK-LABEL: test_f32:
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/AMDGPU/
H A Dfract.ll48 define void @test_f32(ptr %p) {
49 ; CHECK-LABEL: @test_f32(
H A Dcos.ll71 define void @test_f32(ptr %p) {
72 ; CHECK-LABEL: @test_f32(
H A Dsin.ll71 define void @test_f32(ptr %p) {
72 ; CHECK-LABEL: @test_f32(
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dparam-load-store.ll675 ; CHECK-LABEL: test_f32(
682 ; CHECK-NEXT: test_f32,
686 define float @test_f32(float %a) {
687 %r = tail call float @test_f32(float %a);
/llvm-project-15.0.7/clang/test/Sema/aarch64-sve2-intrinsics/
H A Dacle_sve2.cpp4804 void test_f32(svbool_t pg, const float32_t *const_f32_ptr) in test_f32() function