/external/llvm-project/polly/lib/External/isl/ |
D | isl_pw_locals_templ.c | 18 isl_bool involves; in FN() local 20 involves = isl_set_involves_locals(set); in FN() 21 if (involves >= 0 && !involves) in FN() 22 involves = FN(EL,involves_locals)(el); in FN() 24 return isl_bool_not(involves); in FN()
|
D | isl_multi_dims.c | 30 isl_bool involves; in FN() local 32 involves = FN(EL,involves_dims)(multi->u.p[i], type, first, n); in FN() 33 if (involves < 0 || involves) in FN() 34 return involves; in FN() 101 isl_bool involves; in MULTI() local 107 involves = FN(MULTI(BASE),involves_dims)(multi, isl_dim_in, 0, n); in MULTI() 108 if (involves < 0) in MULTI() 110 if (involves) in MULTI()
|
D | isl_multi_param_templ.c | 48 isl_bool involves; in FN() local 52 involves = FN(MULTI(BASE),involves_param_id)(multi, id); in FN() 55 if (involves < 0 || involves) in FN() 56 return involves; in FN()
|
D | isl_domain_factor_templ.c | 20 isl_bool involves; in FN() local 22 involves = FN(TYPE,involves_dims)(obj, isl_dim_in, first, n); in FN() 23 if (involves < 0) in FN() 25 if (involves) in FN()
|
D | isl_range.c | 304 isl_bool involves, infty; in plug_in_at_pos() local 306 involves = isl_qpolynomial_involves_dims(poly, isl_dim_in, pos, 1); in plug_in_at_pos() 307 if (involves < 0) in plug_in_at_pos() 309 if (!involves) { in plug_in_at_pos()
|
D | isl_pw_templ.c | 1111 isl_bool involves = FN(EL,involves_dims)(pw->p[i].FIELD, in FN() local 1113 if (involves < 0 || involves) in FN() 1114 return involves; in FN() 1115 involves = isl_set_involves_dims(pw->p[i].set, in FN() 1117 if (involves < 0 || involves) in FN() 1118 return involves; in FN() 1262 isl_bool involves; in FN() local 1264 involves = FN(PW,involves_dims)(pw, isl_dim_param, i, 1); in FN() 1265 if (involves < 0) in FN() 1267 if (!involves) in FN()
|
/external/grpc-grpc/src/ruby/end2end/ |
D | README.md | 3 Each test here involves two files: a "driver" and a "client". For example, 4 the "channel_closing" test involves channel_closing_driver.rb
|
/external/llvm-project/llvm/test/Linker/ |
D | comdat8.ll | 8 ; CHECK: COMDAT key involves incomputable alias size.
|
/external/llvm/test/Linker/ |
D | comdat8.ll | 8 ; CHECK: COMDAT key involves incomputable alias size.
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-sub-11.ll | 1 ; Test of subtraction that involves a constant as the first operand
|
/external/autotest/client/tests/dbench/ |
D | control | 5 load like netbench originally did, but involves no network system calls.
|
/external/llvm/lib/Analysis/ |
D | README.txt | 15 In addition to being much more complicated, it involves i65 arithmetic,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | README.txt | 15 In addition to being much more complicated, it involves i65 arithmetic,
|
/external/llvm-project/llvm/lib/Analysis/ |
D | README.txt | 15 In addition to being much more complicated, it involves i65 arithmetic,
|
/external/llvm/test/Integer/ |
D | constpointer_bt.ll | 7 ; declared and involves an icky bytecode encoding. There is no meaningful
|
/external/llvm/test/Feature/ |
D | constpointer.ll | 7 ; declared and involves an icky bytecode encoding. There is no meaningful
|
/external/llvm-project/llvm/test/Feature/ |
D | constpointer.ll | 7 ; declared and involves an icky bytecode encoding. There is no meaningful
|
/external/llvm-project/llvm/test/Integer/ |
D | constpointer_bt.ll | 7 ; declared and involves an icky bytecode encoding. There is no meaningful
|
/external/llvm/test/CodeGen/X86/ |
D | code_placement_eh.ll | 4 ; it involves EH edges.
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | code_placement_eh.ll | 4 ; it involves EH edges.
|
/external/rust/cxx/book/src/binding/ |
D | cxxvector.md | 21 This program involves Rust code converting a `CxxVector<CxxString>` (i.e.
|
/external/llvm-project/polly/test/ForwardOpTree/ |
D | forward_hoisted.ll | 4 ; This involves making the load-hoisted %val1 to be made available in %bodyB.
|
/external/bcc/tools/ |
D | tcpconnlat_example.txt | 27 to establish a connection. This typically involves kernel TCP/IP processing
|
/external/rust/crates/itertools/ |
D | README.rst | 43 However, if your feature involves heap allocation, such as storing elements in a ``Vec<T>``,
|
/external/python/cpython3/Tools/c-analyzer/ |
D | README | 28 involves. Furthermore, when they are spread out it complicates efforts
|