Home
last modified time | relevance | path

Searched refs:test_f16 (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/flang/test/Evaluate/
H A Dfold-popcnt.f9041 logical, parameter :: test_f16 = leadz(15_16) .EQ. 124 variable
84 logical, parameter :: test_f16 = trailz(15_16) .EQ. 0 variable
127 logical, parameter :: test_f16 = popcnt(15_16) .EQ. 4 variable
170 logical, parameter :: test_f16 = poppar(15_16) .EQ. 0 variable
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-fmax.ll55 define float @test_f16(half %in) {
56 ; CHECK-LABEL: test_f16:
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dcombine-fabs-fneg.mir5 name: test_f16
11 ; CHECK-LABEL: name: test_f16
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm-cde-reinterpret.c78 float16x8_t test_f16(uint8x16_t x) { in test_f16() function
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dregbank-nearbyint.mir138 name: test_f16.nearbyint
147 ; CHECK-LABEL: name: test_f16.nearbyint
H A Dselect-nearbyint.mir144 name: test_f16.nearbyint
154 ; CHECK-LABEL: name: test_f16.nearbyint
H A Dselect-frint.mir6 name: test_f16.rint
16 ; CHECK-LABEL: name: test_f16.rint
H A Dselect-intrinsic-round.mir52 name: test_f16.intrinsic_round
64 ; CHECK-LABEL: name: test_f16.intrinsic_round
H A Dselect-intrinsic-trunc.mir52 name: test_f16.intrinsic_trunc
64 ; CHECK-LABEL: name: test_f16.intrinsic_trunc
H A Dregbank-intrinsic-round.mir8 name: test_f16.round
19 ; CHECK-LABEL: name: test_f16.round
H A Dlegalize-intrinsic-trunc.mir7 name: test_f16.intrinsic_trunc
13 ; NO-FP16-LABEL: name: test_f16.intrinsic_trunc
21 ; FP16-LABEL: name: test_f16.intrinsic_trunc
H A Dlegalize-nearbyint.mir207 name: test_f16.nearbyint
215 ; FP16-LABEL: name: test_f16.nearbyint
221 ; NO-FP16-LABEL: name: test_f16.nearbyint
H A Dlegalize-intrinsic-round.mir8 name: test_f16.round
16 ; NO-FP16-LABEL: name: test_f16.round
24 ; FP16-LABEL: name: test_f16.round
H A Dselect-frint-nofp16.mir6 name: test_f16.rint
16 ; CHECK-LABEL: name: test_f16.rint
H A Dlegalize-frint.mir5 name: test_f16.rint
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/AMDGPU/
H A Dfract.ll8 define void @test_f16(ptr %p) {
9 ; CHECK-LABEL: @test_f16(
H A Dcos.ll8 define void @test_f16(ptr %p) {
9 ; CHECK-LABEL: @test_f16(
H A Dsin.ll8 define void @test_f16(ptr %p) {
9 ; CHECK-LABEL: @test_f16(
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dparam-load-store.ll385 ; CHECK-LABEL: test_f16(
392 ; CHECK-NEXT: test_f16,
396 define half @test_f16(half %a) {
397 %r = tail call half @test_f16(half %a);
/llvm-project-15.0.7/clang/test/Sema/aarch64-sve2-intrinsics/
H A Dacle_sve2.cpp4743 void test_f16(svbool_t pg, const float16_t *const_f16_ptr) in test_f16() function