Home
last modified time | relevance | path

Searched refs:involves (Results 1 – 25 of 235) sorted by relevance

12345678910

/external/llvm-project/polly/lib/External/isl/
Disl_pw_locals_templ.c18 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()
Disl_multi_dims.c30 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()
Disl_multi_param_templ.c48 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()
Disl_domain_factor_templ.c20 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()
Disl_range.c304 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()
Disl_pw_templ.c1111 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/
DREADME.md3 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/
Dcomdat8.ll8 ; CHECK: COMDAT key involves incomputable alias size.
/external/llvm/test/Linker/
Dcomdat8.ll8 ; CHECK: COMDAT key involves incomputable alias size.
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-sub-11.ll1 ; Test of subtraction that involves a constant as the first operand
/external/autotest/client/tests/dbench/
Dcontrol5 load like netbench originally did, but involves no network system calls.
/external/llvm/lib/Analysis/
DREADME.txt15 In addition to being much more complicated, it involves i65 arithmetic,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DREADME.txt15 In addition to being much more complicated, it involves i65 arithmetic,
/external/llvm-project/llvm/lib/Analysis/
DREADME.txt15 In addition to being much more complicated, it involves i65 arithmetic,
/external/llvm/test/Integer/
Dconstpointer_bt.ll7 ; declared and involves an icky bytecode encoding. There is no meaningful
/external/llvm/test/Feature/
Dconstpointer.ll7 ; declared and involves an icky bytecode encoding. There is no meaningful
/external/llvm-project/llvm/test/Feature/
Dconstpointer.ll7 ; declared and involves an icky bytecode encoding. There is no meaningful
/external/llvm-project/llvm/test/Integer/
Dconstpointer_bt.ll7 ; declared and involves an icky bytecode encoding. There is no meaningful
/external/llvm/test/CodeGen/X86/
Dcode_placement_eh.ll4 ; it involves EH edges.
/external/llvm-project/llvm/test/CodeGen/X86/
Dcode_placement_eh.ll4 ; it involves EH edges.
/external/rust/cxx/book/src/binding/
Dcxxvector.md21 This program involves Rust code converting a `CxxVector<CxxString>` (i.e.
/external/llvm-project/polly/test/ForwardOpTree/
Dforward_hoisted.ll4 ; This involves making the load-hoisted %val1 to be made available in %bodyB.
/external/bcc/tools/
Dtcpconnlat_example.txt27 to establish a connection. This typically involves kernel TCP/IP processing
/external/rust/crates/itertools/
DREADME.rst43 However, if your feature involves heap allocation, such as storing elements in a ``Vec<T>``,
/external/python/cpython3/Tools/c-analyzer/
DREADME28 involves. Furthermore, when they are spread out it complicates efforts

12345678910