Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/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()
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()
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.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()
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-15.0.7/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-15.0.7/llvm/lib/Analysis/
H A DREADME.txt15 In addition to being much more complicated, it involves i65 arithmetic,
/llvm-project-15.0.7/llvm/test/Linker/
H A Dcomdat-size-err.ll14 ; NOSIZE: COMDAT key involves incomputable alias size.
/llvm-project-15.0.7/llvm/test/Integer/
H A Dconstpointer_bt.ll7 ; declared and involves an icky bytecode encoding. There is no meaningful
/llvm-project-15.0.7/llvm/test/Feature/
H A Dconstpointer.ll7 ; declared and involves an icky bytecode encoding. There is no meaningful
/llvm-project-15.0.7/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-15.0.7/polly/test/ForwardOpTree/
H A Dforward_hoisted.ll4 ; This involves making the load-hoisted %val1 to be made available in %bodyB.
/llvm-project-15.0.7/libc/docs/
H A Dredirectors.rst22 As shown in the diagram, the mechanism involves a redirector dynamic library
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dscev-aa.ll228 ; In this case, checking %addr1 and %add2 involves two addrecs in two
272 ; In this case, checking %addr1 and %add2 involves two addrecs in two
274 ; to test_no_dom, but involves SCEVUnknown as opposed to SCEVAddRecExpr.
/llvm-project-15.0.7/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-15.0.7/llvm/docs/
H A DResponseGuide.rst59 * If the incident involves physical danger, contact the appropriate law
62 * If the act is ongoing and involves harassment or threats against someone in
157 * 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-15.0.7/mlir/test/
H A DCMakeLists.txt105 # run tests that involves executing on the host: do not build
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dcatchswitch-phi.ll90 ; catch.dispatch BB. This splitting involves creating non-PHI instructions,
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVectorizationPlan.rst27 VPlan-based vectorization involves three major steps, taking a "scenario-based
88 detection and formation involves searching for and optimizing instruction
/llvm-project-15.0.7/llvm/test/Transforms/NaryReassociate/
H A Dnary-add.ll111 ; This test involves more conditional reassociation candidates. It exercises

1234