Home
last modified time | relevance | path

Searched refs:cc2 (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/libclc/generic/lib/math/
H A DsincospiF_piby4.h46 const float cc2 = -0.13888887673175665567647e-2F; in __libclc__sincosf_piby4() local
54 ret.y = mad(x2*x2, mad(x2, mad(x2, mad(x2, cc4, cc3), cc2), cc1), mad(x2, -0.5f, 1.0f)); in __libclc__sincosf_piby4()
H A DsincosD_piby4.h57 const double cc2 = -0.13888888888887398280412e-2; in __libclc__sincos_piby4() local
70 double cp = t + fma(fma(fma(fma(fma(fma(cc6, x2, cc5), x2, cc4), x2, cc3), x2, cc2), x2, cc1), in __libclc__sincos_piby4()
H A Dsincos_helpers.cl539 const double cc2 = -0.13888888888887398280412e-2;
552 double cp = t + fma(fma(fma(fma(fma(fma(cc6, x2, cc5), x2, cc4), x2, cc3), x2, cc2), x2, cc1),
/llvm-project-15.0.7/llvm/test/Transforms/StructurizeCFG/AMDGPU/
H A Duniform-regions.ll65 %cc2 = icmp eq i32 %v, 0
66 br i1 %cc2, label %end.loop, label %for.end
151 %cc2 = icmp eq i32 %v, 0
152 br i1 %cc2, label %end.loop, label %for.end
171 %uniform.cc2 = icmp eq i32 %uniform.v, 0
172 br i1 %uniform.cc2, label %uniform.end.loop, label %uniform.for.end
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dbug-vopc-commute.ll32 %cc2 = icmp eq i32 %d2.i, 0
33 br i1 %cc2, label %ENDIF62, label %IF63
H A Di1-copy-from-loop.ll65 %cc2 = fcmp oge float %v, 0.0
66 br i1 %cc2, label %end.loop, label %for.end
H A Dsub-zext-cc-zext-cc.ll3 ; This test checks that we have the correct fold for zext(cc1) - zext(cc2).
H A Dcollapse-endcf.ll322 %cc2 = icmp eq i32 %tmp, 2
323 br i1 %cc2, label %bb.inner.then, label %bb.outer.end
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Difcvt-iter-indbr.ll83 %cc2 = icmp ne i32 %a2, 42
84 br i1 %cc2, label %cc2t, label %bb1
H A Dswifterror.ll376 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
502 %cmp = fcmp ogt float %cc2, 1.000000e+00
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx1z-copy-omission.cpp92 Noncopyable cc2 = (Noncopyable)Derived(); // expected-error {{deleted}} in test_expressions() local
H A Dconstant-expression-cxx2a.cpp215 constexpr const Covariant2<C> *cc2 = &cc; variable
219 static_assert(cc2->f()->c == 'C');
220 static_assert(cc2->f() == &cc.d);
221 static_assert(cc2->f()->f() == 'D');
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dswifterror.ll151 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
191 %cmp = fcmp ogt float %cc2, 1.000000e+00
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dswifterror.ll127 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
152 %cmp = fcmp ogt float %cc2, 1.000000e+00
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td5151 CondCode cc1, CondCode cc2,
5164 defm : SVE_SETCC_Pat<cc2, invcc2, nxv8i1, nxv8f16, !cast<Instruction>(NAME # _H)>;
5165 defm : SVE_SETCC_Pat<cc2, invcc2, nxv4i1, nxv4f16, !cast<Instruction>(NAME # _H)>;
5166 defm : SVE_SETCC_Pat<cc2, invcc2, nxv2i1, nxv2f16, !cast<Instruction>(NAME # _H)>;
5167 defm : SVE_SETCC_Pat<cc2, invcc2, nxv4i1, nxv4f32, !cast<Instruction>(NAME # _S)>;
5168 defm : SVE_SETCC_Pat<cc2, invcc2, nxv2i1, nxv2f32, !cast<Instruction>(NAME # _S)>;
5169 defm : SVE_SETCC_Pat<cc2, invcc2, nxv2i1, nxv2f64, !cast<Instruction>(NAME # _D)>;
5197 CondCode cc1, CondCode cc2,
5210 defm : SVE_SETCC_Pat_With_Zero<cc2, invcc2, nxv8i1, nxv8f16, !cast<Instruction>(NAME # _H)>;
5211 defm : SVE_SETCC_Pat_With_Zero<cc2, invcc2, nxv4i1, nxv4f16, !cast<Instruction>(NAME # _H)>;
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dswifterror.ll388 define float @foo_loop(ptr swifterror %error_ptr_ref, i32 %cc, float %cc2) {
520 %cmp = fcmp ogt float %cc2, 1.000000e+00
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dswifterror.ll517 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) {
668 %cmp = fcmp ogt float %cc2, 1.000000e+00