| /llvm-project/polly/lib/External/isl/ |
| H A 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()
|
| H A 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() 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 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()
|
| H A 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()
|
| H A 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()
|
| H A D | isl_pw_templ.c | 1252 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 D | isl_constraint.c | 407 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 D | int-sub-11.ll | 1 ; Test of subtraction that involves a constant as the first operand
|
| H A D | knownbits.ll | 27 ; The vector icmp+zext involves a REPLICATE of 1's. If KnownBits reflects
|
| /llvm-project/llvm/test/Linker/ |
| H A D | comdat-size-err.ll | 14 ; NOSIZE: COMDAT key involves incomputable alias size.
|
| /llvm-project/llvm/test/Integer/ |
| H A D | constpointer_bt.ll | 7 ; declared and involves an icky bytecode encoding. There is no meaningful
|
| /llvm-project/llvm/test/Feature/ |
| H A D | constpointer.ll | 7 ; declared and involves an icky bytecode encoding. There is no meaningful
|
| /llvm-project/llvm/test/CodeGen/X86/ |
| H A D | code_placement_eh.ll | 4 ; it involves EH edges.
|
| H A D | lsr-normalization.ll | 6 ; This testcase involves SCEV normalization with the exit value from
|
| /llvm-project/llvm/test/DebugInfo/X86/ |
| H A D | codegenprepare-rollback.ll | 6 ; 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 D | use-equals-delete.rst | 17 for achieving this purpose. It involves flagging functions as ``= delete`` and
|
| /llvm-project/polly/test/ForwardOpTree/ |
| H A D | forward_hoisted.ll | 4 ; This involves making the load-hoisted %val1 to be made available in %bodyB.
|
| /llvm-project/llvm/test/Analysis/ScalarEvolution/ |
| H A D | scev-aa.ll | 222 ; 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 D | inc-dec-in-conditions.rst | 15 problematic when the condition involves logical operators like ``&&`` and
|
| /llvm-project/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | 2012-01-02-nopreheader.ll | 10 ; This involves a nested AddRec, the outer AddRec's loop invariant components
|
| /llvm-project/llvm/docs/ |
| H A D | ResponseGuide.rst | 63 * 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 D | BlockFrequencyTerminology.rst | 119 The proposed calculation involves calculating a *reference* block frequency,
|
| /llvm-project/lldb/docs/resources/ |
| H A D | lldbdap.md | 85 Installing the plug-in is very straightforward and involves just a few steps.
|
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | CMakeLists.txt | 21 # This involves generating and compiling large source files, which can run into toolchain limitations.
|
| /llvm-project/llvm/test/DebugInfo/assignment-tracking/X86/ |
| H A D | remove-redundant-defs-to-prevent-reordering.ll | 17 ;; Found in the wild, but this test involves modifications from:
|