Home
last modified time | relevance | path

Searched refs:Reassociate (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/Reassociate/
H A Dsecondary.ll4 ; Reassociate shouldn't break this testcase involving a secondary
H A Dcrash2.ll4 ; Reassociate pass used to crash on these example
H A Doptional-flags.ll5 ; Reassociate should clear optional flags like nsw when reassociating.
H A Dreassociate-landingpad.ll1 ; Reassociate used to move the negation of $time_1_P14.0 above the
H A Dpointer-collision-non-determinism.ll5 ; The PairMap[NumBinaryOps] used by the Reassociate pass used to have Value
16 ; ./bin/llvm-lit -v ../test/Transforms/Reassociate
H A Dlooptest.ll10 ; printf("%d\n", i+k+j); /* Reassociate to (i+j)+k */
H A Dfast-basictest.ll7 ; - Reassociate/fast-basictest.ll
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DCMakeLists.txt63 Reassociate.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/
H A DBUILD.gn74 "Reassociate.cpp",
/llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/
H A Dfast-reassociate-gvn.ll10 ; - Reassociate/fast-basictest.ll
H A Dfast-basictest.ll10 ; - Reassociate/fast-basictest.ll
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dlea-recursion.ll8 ; The Reassociate pass has similar limitations. If these limitations are
/llvm-project-15.0.7/llvm/test/Feature/
H A Doptnone-opt.ll51 ; O1-DAG: Skipping pass 'Reassociate expressions'
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/
H A DREADME.md295 pass 30/211 = (0.7345) (0.0000) [Reassociate expressions on function (?Fibonacci@@YAXHAEAH@Z)]
/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp3119 enum FlagKinds { Contract, Reassociate, Exceptions, EvalMethod }; enumerator
3150 .Case("reassociate", TokFPAnnotValue::Reassociate) in HandlePragma()
3192 } else if (FlagKind == TokFPAnnotValue::Reassociate) { in HandlePragma()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst149 // Reassociate expressions.
H A DLangImpl07.rst445 // Reassociate expressions.
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dfast-basictest.ll7 ; - Reassociate/fast-basictest.ll
H A Dand-xor-or.ll351 ; Reassociate bitwise logic to eliminate a shift.
581 ; Reassociate chains of extend(X) | (extend(Y) | Z).
/llvm-project-15.0.7/llvm/lib/Target/
H A DREADME.txt45 Reassociate should turn things like:
82 Reassociate should handle the example in GCC PR16157:
/llvm-project-15.0.7/llvm/docs/
H A DPasses.rst976 ``-reassociate``: Reassociate expressions
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5640 llvm/include/llvm/Transforms/Scalar/Reassociate.h