Home
last modified time | relevance | path

Searched full:fast (Results 1 – 25 of 13925) sorted by relevance

12345678910>>...557

/aosp_15_r20/external/llvm/test/CodeGen/X86/
H A Dfast-isel-cmp.ll2 ; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-apple-darwin10 | FileCheck %s --check…
9 ; FAST-LABEL: fcmp_oeq
10 ; FAST: ucomiss %xmm1, %xmm0
11 ; FAST-NEXT: sete %al
12 ; FAST-NEXT: setnp %cl
13 ; FAST-NEXT: andb %al, %cl
22 ; FAST: ucomiss %xmm1, %xmm0
23 ; FAST-NEXT: seta %al
32 ; FAST-LABEL: fcmp_oge
33 ; FAST: ucomiss %xmm1, %xmm0
[all …]
H A Dpatchpoint-webkit_jscc.ll2 …mtriple=x86_64-apple-darwin -mcpu=corei7 -fast-isel -fast-isel-abort=1 < %s | FileCheck %s --check…
18 ; FAST-LABEL: jscall_patchpoint_codegen:
19 ; FAST: Ltmp
20 ; FAST: movq %r{{.+}}, (%rsp)
21 ; FAST: movq %r{{.+}}, %rax
22 ; FAST: Ltmp
23 ; FAST-NEXT: movabsq $-559038736, %r11
24 ; FAST-NEXT: callq *%r11
25 ; FAST: movq %rax, (%rsp)
26 ; FAST: callq
[all …]
H A Dslow-unaligned-mem.ll15 ; Intel chips with fast unaligned memory accesses
17 …llc < %s -mtriple=i386-unknown-unknown -mcpu=silvermont 2>&1 | FileCheck %s --check-prefix=FAST
18 …llc < %s -mtriple=i386-unknown-unknown -mcpu=nehalem 2>&1 | FileCheck %s --check-prefix=FAST
19 …llc < %s -mtriple=i386-unknown-unknown -mcpu=westmere 2>&1 | FileCheck %s --check-prefix=FAST
20 …llc < %s -mtriple=i386-unknown-unknown -mcpu=sandybridge 2>&1 | FileCheck %s --check-prefix=FAST
21 …llc < %s -mtriple=i386-unknown-unknown -mcpu=ivybridge 2>&1 | FileCheck %s --check-prefix=FAST
22 …llc < %s -mtriple=i386-unknown-unknown -mcpu=haswell 2>&1 | FileCheck %s --check-prefix=FAST
23 …llc < %s -mtriple=i386-unknown-unknown -mcpu=broadwell 2>&1 | FileCheck %s --check-prefix=FAST
24 …llc < %s -mtriple=i386-unknown-unknown -mcpu=knl 2>&1 | FileCheck %s --check-prefix=FAST
25 …llc < %s -mtriple=i386-unknown-unknown -mcpu=skylake-avx512 2>&1 | FileCheck %s --check-prefix=FAST
[all …]
/aosp_15_r20/external/llvm/test/Transforms/InstCombine/
H A Dfast-math.ll6 %mul = fmul fast float %a, 0x3FF3333340000000
7 %mul1 = fmul fast float %mul, 0x4002666660000000
10 ; CHECK: fmul fast float %a, 0x4006147AE0000000
17 ; CHECK: %mul = fmul fast float %a, 0x3FF3333340000000
18 %mul = fmul fast float %a, 0x3FF3333340000000
25 ; CHECK: fmul fast float %a, 0x4006147AE0000000
27 %mul1 = fmul fast float %mul, 0x4002666660000000
33 %t1 = fmul fast double 2.000000e+00, %f1
34 %t2 = fadd fast double %f1, %t1
37 ; CHECK: fmul fast double %f1, 3.000000e+00
[all …]
H A Ddouble-float-shrink-1.ll14 %call = call fast double @acos(double %conv)
18 ; CHECK: call fast float @acosf(float %f)
23 %call = call fast double @acos(double %conv)
26 ; CHECK: call fast double @acos(double %conv)
31 %call = call fast double @acosh(double %conv)
35 ; CHECK: call fast float @acoshf(float %f)
40 %call = call fast double @acosh(double %conv)
43 ; CHECK: call fast double @acosh(double %conv)
48 %call = call fast double @asin(double %conv)
52 ; CHECK: call fast float @asinf(float %f)
[all …]
/aosp_15_r20/external/llvm/test/Transforms/Reassociate/
H A Dfast-basictest.ll6 ; CHECK-NEXT: fsub fast float -0.000000e+00, %arg
9 %tmp1 = fsub fast float -1.200000e+01, %arg
10 %tmp2 = fadd fast float %tmp1, 1.200000e+01
29 ; CHECK-NEXT: %reg117 = fadd fast float %reg109, %reg1111
32 %reg115 = fadd fast float %reg109, -3.000000e+01
33 %reg116 = fadd fast float %reg115, %reg1111
34 %reg117 = fadd fast float %reg116, 3.000000e+01
46 ; CHECK: fadd fast float
47 ; CHECK: fadd fast float
48 ; CHECK-NOT: fadd fast float
[all …]
H A Dfast-ReassociateVector.ll6 ; CHECK-NEXT: %tmp = fadd fast <4 x float> %b, %a
7 ; CHECK-NEXT: %tmp1 = fmul fast <4 x float> %tmp, %c
10 %mul = fmul fast <4 x float> %a, %c
11 %mul1 = fmul fast <4 x float> %b, %c
12 %add = fadd fast <4 x float> %mul, %mul1
19 ; CHECK-NEXT: [[TMP1:%tmp.*]] = fadd fast <2 x float> %c, %b
20 ; CHECK-NEXT: [[TMP2:%tmp.*]] = fmul fast <2 x float> %a, %a
21 ; CHECK-NEXT: fmul fast <2 x float> [[TMP2]], [[TMP1]]
24 %t0 = fmul fast <2 x float> %a, %b
25 %t1 = fmul fast <2 x float> %a, %t0
[all …]
H A Dfast-mightymul.ll5 %t0 = fmul fast float %x, %x
6 %t1 = fmul fast float %t0, %t0
7 %t2 = fmul fast float %t1, %t1
8 %t3 = fmul fast float %t2, %t2
9 %t4 = fmul fast float %t3, %t3
10 %t5 = fmul fast float %t4, %t4
11 %t6 = fmul fast float %t5, %t5
12 %t7 = fmul fast float %t6, %t6
13 %t8 = fmul fast float %t7, %t7
14 %t9 = fmul fast float %t8, %t8
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/ARM/
H A Dbuild-attributes.ll6 …ble-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V6-FAST
9 …le-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V6M-FAST
11 …le-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V6M-FAST
13 …infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=ARM1156T2F-S…
16 …le-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V7M-FAST
20 …ble-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V7-FAST
22 …ble-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V8-FAST
34 …fs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=CORTEX-A5-DEFAU…
38 …nfs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=CORTEX-A5-NOFP…
40 …nfs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=CORTEX-A8-SOFT…
[all …]
H A Dvminmaxnm.ll9 %cmp = fcmp fast olt float %a, %b
18 %cmp = fcmp fast ole double %a, %b
27 %cmp = fcmp fast ogt float %a, %b
36 %cmp = fcmp fast oge double %a, %b
45 %cmp = fcmp fast ult float %a, %b
54 %cmp = fcmp fast ule float %a, %b
63 %cmp = fcmp fast ugt float %a, %b
72 %cmp = fcmp fast uge double %a, %b
81 %cmp = fcmp fast ogt float %a, %b
90 %cmp = fcmp fast oge float %a, %b
[all …]
H A D2016-05-01-RegScavengerAssert.ll45 %add = fadd fast float 0.000000e+00, %2
47 %add21 = fadd fast float 0.000000e+00, %3
48 %mul3.i = fmul fast float %add21, %TM.sroa.8.0.copyload
49 %add.i = fadd fast float 0.000000e+00, %TM.sroa.11.0.copyload
50 %add5.i = fadd fast float %add.i, %mul3.i
51 %conv6.i = fdiv fast float 1.000000e+00, %add5.i
52 %mul8.i = fmul fast float %add, %TM.sroa.0.0.copyload
53 %add11.i = fadd fast float %mul8.i, %TM.sroa.9.0.copyload
54 %add13.i = fadd fast float %add11.i, 0.000000e+00
56 %mul14.i = fmul fast float %add13.i, %4
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/
H A Daarch64-a57-fp-load-balancing.ll47 %mul = fmul fast double %0, %1
48 %add = fadd fast double %mul, %4
49 %mul5 = fmul fast double %1, %2
50 %add6 = fadd fast double %mul5, %add
51 %mul7 = fmul fast double %1, %3
52 %sub = fsub fast double %add6, %mul7
53 %mul8 = fmul fast double %2, %3
54 %add9 = fadd fast double %mul8, %sub
62 %mul15 = fmul fast double %6, %7
63 %mul16 = fmul fast double %0, %5
[all …]
H A Darm64-patchpoint-webkit_jscc.ll2 …arm64-apple-darwin -enable-misched=0 -mcpu=cyclone -fast-isel < %s | FileCheck %s --check-prefix=F…
24 ; FAST-LABEL: jscall_patchpoint_codegen:
25 ; FAST: Ltmp
26 ; FAST: str x{{.+}}, [sp]
27 ; FAST: Ltmp
28 ; FAST-NEXT: mov x16, #281470681743360
29 ; FAST-NEXT: movk x16, #57005, lsl #16
30 ; FAST-NEXT: movk x16, #48879
31 ; FAST-NEXT: blr x16
55 ; FAST-LABEL: jscall_patchpoint_codegen2:
[all …]
H A Darm64-abi_align.ll2 ; RUN: llc < %s -O0 -disable-fp-elim | FileCheck -check-prefix=FAST %s
258 ; FAST: f42
259 ; FAST: ldr w[[A:[0-9]+]], [x1]
260 ; FAST: ldr w[[B:[0-9]+]], [x2]
261 ; FAST: add w[[C:[0-9]+]], w[[A]], w0
262 ; FAST: add {{w[0-9]+}}, w[[C]], w[[B]]
293 ; FAST-LABEL: caller42
294 ; FAST: sub sp, sp, #112
297 ; FAST: sub x[[A:[0-9]+]], x29, #24
298 ; FAST: add x[[A:[0-9]+]], sp, #48
[all …]
H A DPBQP-chain.ll1 ; RUN: llc < %s -mcpu=cortex-a57 -mattr=+neon -fp-contract=fast -regalloc=pbqp -pbqp-coalescing | F…
2 ; RUN: llc < %s -mcpu=cortex-a57 -mattr=+neon -fp-contract=fast -regalloc=pbqp -pbqp-coalescing | F…
27 %mul = fmul fast double %1, %0
29 %mul7 = fmul fast double %2, %0
34 %mul.1 = fmul fast double %4, %3
35 %add.1 = fadd fast double %mul.1, %mul
38 %mul7.1 = fmul fast double %5, %3
39 %add8.1 = fadd fast double %mul7.1, %mul7
44 %mul.2 = fmul fast double %7, %6
45 %add.2 = fadd fast double %mul.2, %add.1
[all …]
H A Darm64-fma-combines.ll12 %fmul = fmul fast double %tmp1, %tmp1
13 %fmul2 = fmul fast double %tmp2, 0x3F94AFD6A052BF5B
14 %fadd = fadd fast double %fmul, %fmul2
26 %add = fadd fast double %tmp3, %tmp3
27 %mul = fmul fast double %add, %fadd
30 %add2 = fadd fast <2 x double> %e2, <double 3.000000e+00, double -3.000000e+00>
33 %mul2 = fmul fast <2 x double> %add2,<double 3.000000e+00, double -3.000000e+00>
36 %add3 = fadd fast <2 x double> %mul2, <double 3.000000e+00, double -3.000000e+00>
37 %mulx = fmul fast <2 x double> %add2, %e2
38 %addx = fadd fast <2 x double> %mulx, %e4
[all …]
H A Darm64-fml-combines.ll18 %add = fadd fast double %tmp1, %tmp1
19 %mul = fmul fast double %add, %add
22 %sub2 = fsub fast <2 x double> %e2, <double 3.000000e+00, double -3.000000e+00>
25 %mul2 = fmul fast <2 x double> %sub2,<double 3.000000e+00, double -3.000000e+00>
28 %sub3 = fsub fast <2 x double> <double 3.000000e+00, double -3.000000e+00>, %mul2
29 %mulx = fmul fast <2 x double> %sub2, %e2
30 %subx = fsub fast <2 x double> %e4, %mulx
33 %e9 = fmul fast <2 x double> %subx, %sub3
36 %mul3 = fmul fast double %mul, %e10
37 %sub4 = fsub fast double %mul, %mul3
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast.c2 * EAP peer method: EAP-FAST (RFC 4851)
81 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket callback"); in eap_fast_session_ticket_cb()
85 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket failed - fall " in eap_fast_session_ticket_cb()
89 wpa_printf(MSG_DEBUG, "EAP-FAST: Try to provision a " in eap_fast_session_ticket_cb()
97 wpa_hexdump(MSG_DEBUG, "EAP-FAST: SessionTicket", ticket, len); in eap_fast_session_ticket_cb()
100 wpa_printf(MSG_DEBUG, "EAP-FAST: No PAC-Key available for " in eap_fast_session_ticket_cb()
124 wpa_printf(MSG_DEBUG, "EAP-FAST: Automatic PAC provisioning " in eap_fast_parse_phase1()
133 wpa_printf(MSG_DEBUG, "EAP-FAST: Maximum PAC list length: %lu", in eap_fast_parse_phase1()
140 wpa_printf(MSG_DEBUG, "EAP-FAST: Using binary format for PAC " in eap_fast_parse_phase1()
174 wpa_printf(MSG_INFO, "EAP-FAST: Failed to initialize SSL."); in eap_fast_init()
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_fast.c2 * EAP-FAST server (RFC 4851)
104 wpa_printf(MSG_DEBUG, "EAP-FAST: %s -> %s", in eap_fast_state()
134 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket callback"); in eap_fast_session_ticket_cb()
135 wpa_hexdump(MSG_DEBUG, "EAP-FAST: SessionTicket (PAC-Opaque)", in eap_fast_session_ticket_cb()
139 wpa_printf(MSG_DEBUG, "EAP-FAST: Ignore invalid " in eap_fast_session_ticket_cb()
148 wpa_printf(MSG_DEBUG, "EAP-FAST: Ignore invalid PAC-Opaque " in eap_fast_session_ticket_cb()
154 wpa_hexdump(MSG_DEBUG, "EAP-FAST: Received PAC-Opaque", in eap_fast_session_ticket_cb()
159 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to allocate memory " in eap_fast_session_ticket_cb()
166 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to decrypt " in eap_fast_session_ticket_cb()
179 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Decrypted PAC-Opaque", in eap_fast_session_ticket_cb()
[all …]
/aosp_15_r20/external/clang/test/Driver/
H A Dfast-math.c1 // Test that the GCC fast-math floating point flags get lowered to the correct
18 // RUN: %clang -### -fno-fast-math -fno-honor-infinities -c %s 2>&1 \
19 // RUN: | FileCheck --check-prefix=CHECK-NO-FAST-MATH-NO-INFS %s
20 // CHECK-NO-FAST-MATH-NO-INFS: "-cc1"
21 // CHECK-NO-FAST-MATH-NO-INFS: "-menable-no-infs"
23 // RUN: %clang -### -fno-honor-infinities -fno-fast-math -c %s 2>&1 \
24 // RUN: | FileCheck --check-prefix=CHECK-NO-INFS-NO-FAST-MATH %s
25 // CHECK-NO-INFS-NO-FAST-MATH: "-cc1"
26 // CHECK-NO-INFS-NO-FAST-MATH-NOT: "-menable-no-infs"
33 // RUN: %clang -### -fno-fast-math -fno-signed-zeros -c %s 2>&1 \
[all …]
/aosp_15_r20/external/llvm/test/Transforms/SLPVectorizer/X86/
H A Dhorizontal.ll42 %add6 = fadd fast float %mul2, %mul5
47 %add11 = fadd fast float %add6, %mul10
52 %add16 = fadd fast float %add11, %mul15
53 %add17 = fadd fast float %sum.032, %add16
109 %add8 = fadd fast float %mul3, %mul7
114 %add14 = fadd fast float %add8, %mul13
119 %add20 = fadd fast float %add14, %mul19
151 ; CHECK: fmul fast <4 x float>
186 %mul3 = fmul fast float %0, %10
190 %mul7 = fmul fast float %1, %11
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/eap_common/
H A Deap_fast_common.c2 * EAP-FAST common helper functions (RFC 4851)
52 wpa_printf(MSG_DEBUG, "EAP-FAST: Add EAP-Payload TLV"); in eap_fast_tlv_eap_payload()
55 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to allocate memory " in eap_fast_tlv_eap_payload()
75 wpa_hexdump(MSG_DEBUG, "EAP-FAST: client_random", in eap_fast_derive_master_secret()
77 wpa_hexdump(MSG_DEBUG, "EAP-FAST: server_random", in eap_fast_derive_master_secret()
91 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: master_secret", in eap_fast_derive_master_secret()
124 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Derived key (MSK)", in eap_fast_derive_eap_msk()
142 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Derived key (EMSK)", in eap_fast_derive_eap_emsk()
153 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: EAP-Payload TLV", in eap_fast_parse_tlv()
156 wpa_printf(MSG_DEBUG, "EAP-FAST: More than one " in eap_fast_parse_tlv()
[all …]
/aosp_15_r20/external/zucchini/
H A Daddress_translator.cc98 // absorb all overlapping (or tangent if suitable) Units; |fast| explores in Initialize()
103 // All |it| with |slow| < |it| < |fast| contain garbage. in Initialize()
104 for (auto fast = slow + 1; fast != units.end(); ++fast) { in Initialize() local
105 // Comment notation: S = slow offset, F = fast offset, O = overlap offset, in Initialize()
106 // s = slow RVA, f = fast RVA, o = overlap RVA. in Initialize()
107 DCHECK_GE(fast->rva_begin, slow->rva_begin); in Initialize()
108 if (slow->rva_end() < fast->rva_begin) { in Initialize()
110 *(++slow) = *fast; in Initialize()
116 bool merge_is_optional = slow->rva_end() == fast->rva_begin; in Initialize()
118 // Check whether |fast| and |slow| have identical RVA -> offset shift. in Initialize()
[all …]
/aosp_15_r20/external/llvm/test/Transforms/SimplifyCFG/AArch64/
H A Dprefer-fma.ll16 ; CHECK: %3 = fmul fast double %1, %2
17 ; CHECK-NEXT: %mul = fadd fast double 1.000000e+00, %3
19 %3 = fmul fast double %1, %2
20 %mul = fadd fast double 1.000000e+00, %3
27 ; CHECK: %mul1 = fmul fast double %1, %2
28 ; CHECK-NEXT: %sub1 = fsub fast double %mul1, %0
30 %mul1 = fmul fast double %1, %4
31 %sub1 = fsub fast double %mul1, %0
44 ; CHECK: %7 = fmul fast double %5, 3.000000e+00
45 ; CHECK-NEXT: %mul2 = fsub fast double %6, %7
[all …]
/aosp_15_r20/external/llvm/test/Transforms/LoopVectorize/
H A Dminmax_reduction.ll415 ; CHECK: fcmp fast ogt <2 x float>
418 ; CHECK: fcmp fast ogt <2 x float>
430 %cmp3 = fcmp fast ogt float %0, %max.red.08
441 ; CHECK: fcmp fast oge <2 x float>
444 ; CHECK: fcmp fast ogt <2 x float>
456 %cmp3 = fcmp fast oge float %0, %max.red.08
467 ; CHECK: fcmp fast olt <2 x float>
470 ; CHECK: fcmp fast ogt <2 x float>
482 %cmp3 = fcmp fast olt float %0, %max.red.08
493 ; CHECK: fcmp fast ole <2 x float>
[all …]

12345678910>>...557