Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp75 class Reassociate : public FunctionPass { class
83 Reassociate() : FunctionPass(ID) { in Reassociate() function in __anon91232a7d0211::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-7.0/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.
Dcrash2.ll4 ; Reassociate pass used to crash on these example
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-7.0/llvm/lib/Transforms/Scalar/
DCMakeLists.txt55 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dlea-recursion.ll7 ; The Reassociate pass has similar limitations. If these limitations are
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Doptnone-opt.ll46 ; OPT-O1-DAG: Skipping pass 'Reassociate expressions'
/external/llvm/test/Feature/
Doptnone-opt.ll46 ; OPT-O1-DAG: Skipping pass 'Reassociate expressions'
/external/swiftshader/src/Reactor/
DNucleus.hpp39 Reassociate = 6, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dopt-Os-pipeline.ll79 ; CHECK-NEXT: Reassociate expressions
Dopt-O2-pipeline.ll92 ; CHECK-NEXT: Reassociate expressions
Dopt-O3-pipeline.ll96 ; CHECK-NEXT: Reassociate expressions
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dand-xor-or.ll127 ; Reassociate bitwise logic to eliminate a shift.
/external/swiftshader/third_party/LLVM/
DAndroid.mk340 lib/Transforms/Scalar/Reassociate.cpp \

12