Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp75 class Reassociate : public FunctionPass { class
83 Reassociate() : FunctionPass(ID) { in Reassociate() function in __anond063d5730211::Reassociate
110 char Reassociate::ID = 0;
111 INITIALIZE_PASS(Reassociate, "reassociate",
115 FunctionPass *llvm::createReassociatePass() { return new Reassociate(); } in createReassociatePass()
117 void Reassociate::RemoveDeadBinaryOp(Value *V) { in RemoveDeadBinaryOp()
148 void Reassociate::BuildRankMap(Function &F) { in BuildRankMap()
170 unsigned Reassociate::getRank(Value *V) { in getRank()
229 void Reassociate::LinearizeExpr(BinaryOperator *I) { in LinearizeExpr()
272 void Reassociate::LinearizeExprTree(BinaryOperator *I, in LinearizeExprTree()
[all …]
/external/llvm/test/Transforms/Reassociate/
Dsecondary.ll4 ; Reassociate shouldn't break this testcase involving a secondary
Dcrash2.ll3 ; Reassociate pass used to crash on these example
Doptional-flags.ll4 ; Reassociate should clear optional flags like nsw when reassociating.
Dlooptest.ll9 ; printf("%d\n", i+k+j); /* Reassociate to (i+j)+k */
/external/swiftshader/third_party/LLVM/test/Transforms/Reassociate/
Dsecondary.ll4 ; Reassociate shouldn't break this testcase involving a secondary
Doptional-flags.ll4 ; Reassociate should clear optional flags like nsw when reassociating.
Dlooptest.ll9 ; printf("%d\n", i+k+j); /* Reassociate to (i+j)+k */
/external/llvm/lib/Transforms/Scalar/
DCMakeLists.txt42 Reassociate.cpp
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dlea-recursion.ll7 ; The Reassociate pass has similar limitations. If these limitations are
/external/llvm/test/CodeGen/X86/
Dlea-recursion.ll7 ; The Reassociate pass has similar limitations. If these limitations are
/external/llvm/test/Feature/
Doptnone-opt.ll46 ; OPT-O1-DAG: Skipping pass 'Reassociate expressions'
/external/swiftshader/src/Reactor/
DNucleus.hpp39 Reassociate = 6, enumerator
DLLVMReactor.cpp317 case Reassociate: passManager->add(llvm::createReassociatePass()); break; in optimize()
/external/swiftshader/third_party/LLVM/
DAndroid.mk340 lib/Transforms/Scalar/Reassociate.cpp \
DBUILD.gn396 "lib/Transforms/Scalar/Reassociate.cpp",
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt61 Reassociate should turn things like:
98 Reassociate should handle the example in GCC PR16157:
130 Reassociate should be able to turn it into:
/external/llvm/docs/tutorial/
DLangImpl04.rst145 // Reassociate expressions.
DLangImpl07.rst444 // Reassociate expressions.
/external/swiftshader/
DCMakeLists.txt505 ${LLVM_DIR}/lib/Transforms/Scalar/Reassociate.cpp
/external/llvm/lib/Target/
DREADME.txt45 Reassociate should turn things like:
82 Reassociate should handle the example in GCC PR16157:
/external/llvm/docs/
DPasses.rst925 ``-reassociate``: Reassociate expressions