Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCMakeLists.txt62 Reassociate.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMScalarOpts/
H A DMakefile69 Reassociate.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/
H A DBUILD.gn73 "Reassociate.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp2955 enum FlagKinds { Contract, Reassociate, Exceptions }; enumerator
2985 .Case("reassociate", TokFPAnnotValue::Reassociate) in HandlePragma()
3023 } else if (FlagKind == TokFPAnnotValue::Reassociate) { in HandlePragma()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst149 // Reassociate expressions.
H A DLangImpl07.rst445 // Reassociate expressions.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt45 Reassociate should turn things like:
82 Reassociate should handle the example in GCC PR16157:
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DPasses.rst962 ``-reassociate``: Reassociate expressions
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd3232 /* Reassociate (X * CST) * Y to (X * Y) * CST. This does not introduce
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd3918 /* Reassociate (X * CST) * Y to (X * Y) * CST. This does not introduce
H A DChangeLog-20068583 * config/rs6000/darwin.h (PROFILE_HOOK): Reassociate comment with
H A DChangeLog-199910289 * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
H A DChangeLog-20046587 * fold-const.c (fold): Reassociate also (x - mult) + mult and
36940 * fold-const.c (fold): Reassociate multiply expression
H A DChangeLog-20053176 (simplify_binary_operation_1): Reassociate at the end of the
H A DChangeLog-201722823 * match.pd ((X * CST) * Y): Reassociate to (X * Y) * CST.