Home
last modified time | relevance | path

Searched refs:test_f64 (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dinline-asm-physical-fpr-spe.ll14 define i32 @test_f64(double %x) {
15 ; CHECK-LABEL: test_f64:
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dregbank-intrinsic-trunc.mir30 name: test_f64.intrinsic_trunc
41 ; CHECK-LABEL: name: test_f64.intrinsic_trunc
H A Dregbank-nearbyint.mir116 name: test_f64.nearbyint
125 ; CHECK-LABEL: name: test_f64.nearbyint
H A Dselect-nearbyint.mir121 name: test_f64.nearbyint
131 ; CHECK-LABEL: name: test_f64.nearbyint
H A Dselect-frint.mir52 name: test_f64.rint
62 ; CHECK-LABEL: name: test_f64.rint
H A Dselect-intrinsic-round.mir6 name: test_f64.intrinsic_round
16 ; CHECK-LABEL: name: test_f64.intrinsic_round
H A Dselect-intrinsic-trunc.mir6 name: test_f64.intrinsic_trunc
16 ; CHECK-LABEL: name: test_f64.intrinsic_trunc
H A Dregbank-intrinsic-round.mir56 name: test_f64.round
67 ; CHECK-LABEL: name: test_f64.round
H A Dlegalize-frint.mir47 name: test_f64.rint
55 ; NOFP16-LABEL: name: test_f64.rint
61 ; FP16-LABEL: name: test_f64.rint
H A Dlegalize-nearbyint.mir180 name: test_f64.nearbyint
188 ; FP16-LABEL: name: test_f64.nearbyint
194 ; NO-FP16-LABEL: name: test_f64.nearbyint
H A Dlegalize-intrinsic-round.mir64 name: test_f64.round
72 ; NO-FP16-LABEL: name: test_f64.round
78 ; FP16-LABEL: name: test_f64.round
H A Dselect-build-vector.mir45 name: test_f64
57 ; CHECK-LABEL: name: test_f64
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfast-isel-undef-fp.ll37 define dso_local void @test_f64(ptr%p) {
38 ; CHECK-LABEL: test_f64:
H A Dfma.ll113 define double @test_f64(double %a, double %b, double %c) #0 {
114 ; FMA32-LABEL: test_f64:
128 ; FMACALL32-LABEL: test_f64:
134 ; FMA64-LABEL: test_f64:
140 ; FMACALL64-LABEL: test_f64:
146 ; AVX512-LABEL: test_f64:
152 ; AVX512VL-LABEL: test_f64:
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dret_f64_arg2.ll3 define double @test_f64(double %a1, double %a2) {
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dcombine-fabs-fneg.mir47 name: test_f64
53 ; CHECK-LABEL: name: test_f64
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-inline-asm.c116 double test_f64(double f, double g) { in test_f64() function
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-fmuladd.ll48 define double @test_f64(double* %A, double* %B, double* %C) nounwind {
49 ;CHECK-LABEL: test_f64:
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/AMDGPU/
H A Dfract.ll88 define void @test_f64(ptr %p) {
89 ; CHECK-LABEL: @test_f64(
H A Dcos.ll134 define void @test_f64(ptr %p) {
135 ; CHECK-LABEL: @test_f64(
H A Dsin.ll134 define void @test_f64(ptr %p) {
135 ; CHECK-LABEL: @test_f64(
/llvm-project-15.0.7/clang/test/Sema/aarch64-sve2-intrinsics/
H A Dacle_sve2.cpp4895 void test_f64(svbool_t pg, const float64_t *const_f64_ptr) in test_f64() function