Home
last modified time | relevance | path

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

1234

/llvm-project/polly/lib/External/isl/
H A 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()
H A 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()
100 isl_bool involves; in MULTI() local
106 involves = FN(MULTI(BASE),involves_dims)(multi, isl_dim_in, 0, n); in MULTI()
107 if (involves < 0) in MULTI()
109 if (involves) in MULTI()
H A 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()
H A 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()
H A 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()
H A Disl_pw_templ.c1252 isl_bool involves = FN(EL,involves_dims)(pw->p[i].FIELD, in FN() local
1254 if (involves < 0 || involves) in FN()
1255 return involves; in FN()
1256 involves = isl_set_involves_dims(pw->p[i].set, in FN()
1258 if (involves < 0 || involves) in FN()
1259 return involves; in FN()
1380 isl_bool involves; in FN() local
1382 involves = FN(PW,involves_dims)(pw, isl_dim_param, i, 1); in FN()
1383 if (involves < 0) in FN()
1385 if (!involves) in FN()
H A Disl_constraint.c407 isl_bool involves = isl_bool_false; in isl_constraint_involves_dims() local
425 involves = isl_bool_true; in isl_constraint_involves_dims()
431 return involves; in isl_constraint_involves_dims()
/llvm-project/llvm/test/CodeGen/SystemZ/
H A Dint-sub-11.ll1 ; Test of subtraction that involves a constant as the first operand
H A Dknownbits.ll27 ; The vector icmp+zext involves a REPLICATE of 1's. If KnownBits reflects
/llvm-project/llvm/test/Linker/
H A Dcomdat-size-err.ll14 ; NOSIZE: COMDAT key involves incomputable alias size.
/llvm-project/llvm/test/Integer/
H A Dconstpointer_bt.ll7 ; declared and involves an icky bytecode encoding. There is no meaningful
/llvm-project/llvm/test/Feature/
H A Dconstpointer.ll7 ; declared and involves an icky bytecode encoding. There is no meaningful
/llvm-project/llvm/test/CodeGen/X86/
H A Dcode_placement_eh.ll4 ; it involves EH edges.
H A Dlsr-normalization.ll6 ; This testcase involves SCEV normalization with the exit value from
/llvm-project/llvm/test/DebugInfo/X86/
H A Dcodegenprepare-rollback.ll6 ; it with %add, but then rolls it back. This involves re-inserting the sext
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-equals-delete.rst17 for achieving this purpose. It involves flagging functions as ``= delete`` and
/llvm-project/polly/test/ForwardOpTree/
H A Dforward_hoisted.ll4 ; This involves making the load-hoisted %val1 to be made available in %bodyB.
/llvm-project/llvm/test/Analysis/ScalarEvolution/
H A Dscev-aa.ll222 ; In this case, checking %addr1 and %add2 involves two addrecs in two
266 ; In this case, checking %addr1 and %add2 involves two addrecs in two
268 ; to test_no_dom, but involves SCEVUnknown as opposed to SCEVAddRecExpr.
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dinc-dec-in-conditions.rst15 problematic when the condition involves logical operators like ``&&`` and
/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-01-02-nopreheader.ll10 ; This involves a nested AddRec, the outer AddRec's loop invariant components
/llvm-project/llvm/docs/
H A DResponseGuide.rst63 * If the incident involves physical danger, contact the appropriate law
66 * If the act is ongoing and involves harassment or threats against someone in
161 * Explain that an incident was reported that involves the reportee.
H A DBlockFrequencyTerminology.rst119 The proposed calculation involves calculating a *reference* block frequency,
/llvm-project/lldb/docs/resources/
H A Dlldbdap.md85 Installing the plug-in is very straightforward and involves just a few steps.
/llvm-project/clang-tools-extra/clangd/
H A DCMakeLists.txt21 # This involves generating and compiling large source files, which can run into toolchain limitations.
/llvm-project/llvm/test/DebugInfo/assignment-tracking/X86/
H A Dremove-redundant-defs-to-prevent-reordering.ll17 ;; Found in the wild, but this test involves modifications from:

1234