Home
last modified time | relevance | path

Searched refs:dc (Results 1 – 25 of 98) sorted by relevance

1234

/llvm-project-15.0.7/lld/test/ELF/
H A Dpack-dyn-relocs-arm2.s52 .dc.a __ehdr_start
53 .dc.a __ehdr_start
54 .dc.a __ehdr_start
55 .dc.a __ehdr_start
56 .dc.a __ehdr_start
57 .dc.a __ehdr_start
58 .dc.a __ehdr_start
59 .dc.a __ehdr_start
60 .dc.a __ehdr_start
61 .dc.a __ehdr_start
[all …]
H A Dpack-dyn-relocs.s377 .dc.a __ehdr_start + 1
378 .dc.a __ehdr_start + 2
379 .dc.a __ehdr_start + 3
385 .dc.a bar2 + 1
394 .dc.a zed2
395 .dc.a bar2
408 .dc.a bar2
409 .dc.a bar2
410 .dc.a bar2 + 1
411 .dc.a bar2 + 1
[all …]
/llvm-project-15.0.7/llvm/test/MC/AsmParser/AArch64/
H A Ddirective-parse-err.s33 .dc.b 0 $
35 .dc.b 0 // EOL COMMENT
37 .dc 0 $
39 .dc.b 0 // EOL COMMENT
41 .dc.w 0 $
43 .dc.w 0 // EOL COMMENT
69 .dc.l 0 $
71 .dc.l 0 // EOL COMMENT
81 .dc.a 0 $
97 .dc.s 0 $
[all …]
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Ddirective_dc.s7 .dc.b 0
12 .dc 3
17 .dc.w 3
22 .dc.l 8
27 .dc.a 8
32 .dc.s 1.2455
37 .dc.d .232
39 # CHECK-ERROR: error: .dc.x not currently supported for this target
41 .dc.x 1.2e3
/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A Darmv8.5a-mte.s406 dc igvac, x0 label
407 dc igsw, x1 label
408 dc cgsw, x2 label
409 dc cigsw, x3 label
410 dc cgvac, x4 label
411 dc cgvap, x5 label
412 dc cgvadp, x6 label
413 dc cigvac, x7 label
414 dc gva, x8 label
415 dc igdvac, x9 label
[all …]
H A Ddirective-arch_extension-negative.s79 dc cvadp, x7 label
82 dc cvadp, x7 label
107 dc cvap, x7 label
110 dc cvap, x7 label
/llvm-project-15.0.7/libc/AOR_v20.02/math/tools/
H A Dremez.jl739 nc, dc, e1 = try_e(e0)
744 return nc, dc
753 nc, dc, e2 = try_e(e1)
761 nc, dc, enew = try_e(emid)
770 return nc, dc
829 ratfn_to_string(nc, dc))
955 println(" ",ratfn_to_string(nc, dc))
987 println(" ",ratfn_to_string(nc, dc))
996 println(" ",ratfn_to_string(nc, dc))
1006 println(" ",ratfn_to_string(nc, dc))
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dobserve-noexcept.cpp8 double _Complex dc = (double)a; in ffcomplex() local
11 dc *= dc; in ffcomplex()
15 dc *= dc; in ffcomplex()
H A Dtype-cache-2.cpp6 static void dc(z);
11 z::dc({}); in f()
H A Dtype-cache-3.cpp10 static void dc(z) {} in dc() function
15 z::dc({}); in f()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() argument
10 …char *cp4 = foo(dc); // expected-error {{implicit conversion from '_Complex double' to 'float' is … in test_foo_1()
15 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() argument
19 int *lp = foo(dc); in test_foo_2()
24 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() argument
28 long *lp = foo(dc); in test_foo_3()
/llvm-project-15.0.7/clang/test/Sema/
H A Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() argument
9 char *cp4 = foo(dc); in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() argument
18 int *lp = foo(dc); in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() argument
27 long *lp = foo(dc); in test_foo_3()
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtarget_defaultmap_codegen_01.cpp31 double _Complex dc = (double)a; in implicit_maps_double_complex() local
51 dc *= dc; in implicit_maps_double_complex()
86 double _Complex dc = (double)a; in implicit_maps_double_complex() local
106 dc *= dc; in implicit_maps_double_complex()
141 double _Complex dc = (double)a; in implicit_maps_double_complex() local
161 dc *= dc; in implicit_maps_double_complex()
H A Dtarget_map_codegen_10.cpp30 double _Complex dc = (double)a; in implicit_maps_double_complex() local
50 dc *= dc; *b = 1; in implicit_maps_double_complex()
H A Dtarget_defaultmap_codegen_02.cpp180 double _Complex dc = (double)a; in implicit_present_double_complex() local
200 dc *= dc; in implicit_present_double_complex()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dcomplex-builtins-3.c28 volatile double _Complex dc = 1.0 + 2.0i; in main() local
44 if (__builtin_conj (dc) != 1.0 - 2.0i) in main()
48 if (__builtin_creal (dc) != 1.0) in main()
52 if (__builtin_cimag (dc) != 2.0) in main()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_debug.cpp87 int dc = __kmp_debug_count; in __kmp_dump_debug_buffer() local
88 char *db = &__kmp_debug_buffer[(dc % __kmp_debug_buf_lines) * in __kmp_dump_debug_buffer()
96 dc % __kmp_debug_buf_lines); in __kmp_dump_debug_buffer()
128 (dc + i - 1) % __kmp_debug_buf_lines); in __kmp_dump_debug_buffer()
/llvm-project-15.0.7/clang/test/Frontend/
H A Dfixed_point_unknown_conversions.c9 double _Complex dc; in func() local
25 …accum = dc; // expected-error{{conversion between fixed point and '_Complex double' is not ye… in func()
31dc = accum; // expected-error{{conversion between fixed point and '_Complex double' is not ye… in func()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_map_subtract.c275 isl_stat (*add)(struct isl_diff_collector *dc,
362 if (dc->add(dc, isl_basic_map_copy(bmap)) < 0) in basic_map_collect_diff()
374 else if (dc->add(dc, bm) < 0) in basic_map_collect_diff()
479 struct isl_diff_collector dc; member
489 sdc = (struct isl_subtract_diff_collector *)dc; in basic_map_subtract_add()
503 sdc.dc.add = &basic_map_subtract_add; in basic_map_subtract()
649 struct isl_diff_collector dc; member
659 edc = (struct isl_is_empty_diff_collector *)dc; in basic_map_is_empty_add()
681 edc.dc.add = &basic_map_is_empty_add; in basic_map_diff_is_empty()
684 isl_map_copy(map), &edc.dc); in basic_map_diff_is_empty()
[all …]
/llvm-project-15.0.7/clang/test/Headers/
H A Dtgmath.c11 double complex dc; variable
21 _Static_assert(sizeof(creal(dc)) == sizeof(d), "");
31 _Static_assert(sizeof(fabs(dc)) == sizeof(d), "");
/llvm-project-15.0.7/lldb/unittests/Expression/
H A DClangExpressionDeclMapTest.cpp90 const clang::DeclContext *dc = target_ast->GetTranslationUnitDecl(); in TEST_F() local
91 NameSearchContext search(*target_ast, decls, name, dc); in TEST_F()
113 const clang::DeclContext *dc = target_ast->GetTranslationUnitDecl(); in TEST_F() local
114 NameSearchContext search(*target_ast, decls, name, dc); in TEST_F()
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimath.c481 mp_digit *da, *dc; in mp_int_copy() local
486 dc = MP_DIGITS(c); in mp_int_copy()
487 COPY(da, dc, ua); in mp_int_copy()
1821 *dc = LOWER_HALF(w); in s_uadd()
1829 *dc = LOWER_HALF(w); in s_uadd()
1851 *dc = LOWER_HALF(w); in s_usub()
1933 carry = s_uadd(t3, dc + bot_size, dc + bot_size, buf_size + 1, buf_size); in s_kmul()
1937 s_uadd(t2, dc + 2 * bot_size, dc + 2 * bot_size, buf_size, buf_size); in s_kmul()
1954 mp_digit *dct = dc; in s_umul()
2005 carry = s_uadd(t3, dc + bot_size, dc + bot_size, buf_size + 1, buf_size); in s_ksqr()
[all …]
/llvm-project-15.0.7/clang/lib/Analysis/
H A DUninitializedValues.cpp44 static bool isTrackedVar(const VarDecl *vd, const DeclContext *dc) { in isTrackedVar() argument
47 !vd->isImplicit() && vd->getDeclContext() == dc) { in isTrackedVar()
67 void computeMap(const DeclContext &dc);
78 void DeclToIndex::computeMap(const DeclContext &dc) { in computeMap() argument
80 DeclContext::specific_decl_iterator<VarDecl> I(dc.decls_begin()), in computeMap()
81 E(dc.decls_end()); in computeMap()
84 if (isTrackedVar(vd, &dc)) in computeMap()
130 void computeSetOfDeclarations(const DeclContext &dc);
161 declToIndex.computeMap(dc); in computeSetOfDeclarations()
918 const DeclContext &dc, in runUninitializedVariablesAnalysis() argument
[all …]
/llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/
H A Darmv8.5a-mte.txt511 # CHECK: dc igvac, x0
512 # CHECK: dc igsw, x1
513 # CHECK: dc cgsw, x2
514 # CHECK: dc cigsw, x3
515 # CHECK: dc cgvac, x4
516 # CHECK: dc cgvap, x5
517 # CHECK: dc cgvadp, x6
518 # CHECK: dc cigvac, x7
519 # CHECK: dc gva, x8
520 # CHECK: dc igdvac, x9
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-profgen/
H A Dnoinline-noprobe.test27 CHECK-RAW-PROFILE-NEXT: 5dc-5e9:6
33 CHECK-RAW-PROFILE-NEXT: 5c8->5dc:7
44 CHECK-RAW-PROFILE-AGG-NEXT: 5dc-5e9:10
50 CHECK-RAW-PROFILE-AGG-NEXT: 5c8->5dc:13

1234