Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dfloorf.ll19 ; CHECK-NOT: truncf
20 %foo = call float @truncf(float 0x4000CCCCC0000000) nounwind readnone
26 declare float @truncf(float) nounwind readnone
Darm32-rounding.ll60 %call = call float @truncf(float %a) nounwind readnone
113 declare float @truncf(float) nounwind readnone
Dcall-tc.ll178 %call1 = tail call float @truncf(float %b)
183 declare float @truncf(float) readnone
/external/llvm/test/CodeGen/ARM/
Dfloorf.ll19 ; CHECK-NOT: truncf
20 %foo = call float @truncf(float 0x4000CCCCC0000000) nounwind readnone
26 declare float @truncf(float) nounwind readnone
Darm32-rounding.ll60 %call = call float @truncf(float %a) nounwind readnone
113 declare float @truncf(float) nounwind readnone
Dcall-tc.ll178 %call1 = tail call float @truncf(float %b)
183 declare float @truncf(float) readnone
/external/llvm/test/Transforms/InstCombine/
Dfloat-shrink-compare.ll85 ; CHECK-NEXT: %truncf = call float @truncf(float %x)
86 ; CHECK-NEXT: fcmp oeq float %truncf, %y
169 ; CHECK-NEXT: %truncf = call float @truncf(float %x)
170 ; CHECK-NEXT: fcmp oeq float %truncf, %y
Ddouble-float-shrink-2.ll12 ; DO-SIMPLIFY: call float @truncf(
68 ; --> truncf
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dround-conv.ll168 %call = call float @truncf(float %a) nounwind readnone
178 %call = call float @truncf(float %a) nounwind readnone
208 %call = call float @truncf(float %a) nounwind readnone
218 %call = call float @truncf(float %a) nounwind readnone
327 declare float @truncf(float) nounwind readnone
Darm64-rounding.ll92 %call = tail call float @truncf(float %a) nounwind readnone
96 declare float @truncf(float) nounwind readnone
172 %call = tail call float @truncf(float %a) nounwind readnone
Dfloatdp_1source.ll19 declare float @truncf(float) readonly
52 %valtrunc = call float @truncf(float %val1)
/external/llvm/test/CodeGen/AArch64/
Dround-conv.ll168 %call = call float @truncf(float %a) nounwind readnone
178 %call = call float @truncf(float %a) nounwind readnone
208 %call = call float @truncf(float %a) nounwind readnone
218 %call = call float @truncf(float %a) nounwind readnone
327 declare float @truncf(float) nounwind readnone
Darm64-rounding.ll92 %call = tail call float @truncf(float %a) nounwind readnone
96 declare float @truncf(float) nounwind readnone
172 %call = tail call float @truncf(float %a) nounwind readnone
Dfloatdp_1source.ll19 declare float @truncf(float) readonly
52 %valtrunc = call float @truncf(float %val1)
/external/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll79 %call = tail call float @truncf(float %x) nounwind readnone
88 declare float @truncf(float) nounwind readnone
/external/mesa3d/src/freedreno/common/
Dfreedreno_guardband.h95 ((unsigned) truncf(gb_adj_mantissa * (1 << 7)) - (1 << 6)); in fd_calc_guardband()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll79 %call = tail call float @truncf(float %x) nounwind readnone
88 declare float @truncf(float) nounwind readnone
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll109 %call = tail call float @truncf(float %x) nounwind readnone
119 declare float @truncf(float) nounwind readnone
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Drounding-ops.ll189 %call = tail call float @truncf(float %x) nounwind readnone
193 declare float @truncf(float) nounwind readnone
232 %call = tail call float @truncf(float %x) nounwind readnone
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dmips64signextendsesf.ll38 %call = tail call float @truncf(float %0) #2
47 declare float @truncf(float) #1
Dfp16instrinsmc.ll308 %call = call float @truncf(float %0) #2
309 ;pic: lw ${{[0-9]+}}, %call16(truncf)(${{[0-9]+}})
316 declare float @truncf(float) #1
/external/llvm/test/CodeGen/Mips/
Dmips64signextendsesf.ll38 %call = tail call float @truncf(float %0) #2
47 declare float @truncf(float) #1
Dfp16instrinsmc.ll308 %call = call float @truncf(float %0) #2
309 ;pic: lw ${{[0-9]+}}, %call16(truncf)(${{[0-9]+}})
316 declare float @truncf(float) #1
/external/clang/test/CodeGen/
Dlibcall-declarations.c179 float truncf(float);
297 F(tgamma), F(tgammaf), F(tgammal), F(trunc), F(truncf),
/external/skqp/include/private/
DSkFloatingPoint.h44 #define sk_float_trunc(x) truncf(x)

123