Home
last modified time | relevance | path

Searched refs:reassociate (Results 1 – 25 of 225) sorted by relevance

123456789

/external/llvm/include/llvm/Transforms/Scalar/
DReassociate.h36 namespace reassociate {
73 SmallVectorImpl<reassociate::ValueEntry> &Ops);
75 SmallVectorImpl<reassociate::ValueEntry> &Ops);
77 SmallVectorImpl<reassociate::ValueEntry> &Ops);
79 SmallVectorImpl<reassociate::ValueEntry> &Ops);
80 bool CombineXorOpnd(Instruction *I, reassociate::XorOpnd *Opnd1,
82 bool CombineXorOpnd(Instruction *I, reassociate::XorOpnd *Opnd1,
83 reassociate::XorOpnd *Opnd2, APInt &ConstOpnd,
85 bool collectMultiplyFactors(SmallVectorImpl<reassociate::ValueEntry> &Ops,
86 SmallVectorImpl<reassociate::Factor> &Factors);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h45 namespace reassociate {
99 SmallVectorImpl<reassociate::ValueEntry> &Ops);
101 SmallVectorImpl<reassociate::ValueEntry> &Ops);
103 SmallVectorImpl<reassociate::ValueEntry> &Ops);
105 SmallVectorImpl<reassociate::ValueEntry> &Ops);
106 bool CombineXorOpnd(Instruction *I, reassociate::XorOpnd *Opnd1,
108 bool CombineXorOpnd(Instruction *I, reassociate::XorOpnd *Opnd1,
109 reassociate::XorOpnd *Opnd2, APInt &ConstOpnd,
112 SmallVectorImpl<reassociate::Factor> &Factors);
114 SmallVectorImpl<reassociate::ValueEntry> &Ops);
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/
Dlong-chains.ll1 ; RUN: opt < %s -reassociate -stats -S 2>&1 | FileCheck %s
31 ; Bad order: 220 reassociate - Number of insts reassociated
32 ; Good order: 55 reassociate - Number of insts reassociated
34 ; CHECK: {{^[1-9][0-9]}} reassociate - Number of insts reassociated
37 ; CHECK: {{^ *[3-9]}} reassociate - Number of multiplies factored
Ddeadcode.ll1 ; RUN: opt < %s -reassociate -disable-output
9 ; The problem found was that the -reassociate pass ends up in an infinite loop
25 ; reassociate pass. See "Bugzilla - Bug 30818".
D2002-07-09-DominanceProblem.ll1 ; The reassociate pass is not preserving dominance properties correctly
3 ; RUN: opt < %s -reassociate
Derase_inst_made_change.ll1 ; RUN: opt < %s -inline -reassociate -S | FileCheck %s
3 ; This test case exposed a bug in reassociate where EraseInst's
Dvaarg_movable.ll1 ; RUN: opt -S -reassociate -die < %s | FileCheck %s
4 ; identical and the sub should not be optimized to 0 by reassociate.
Dno-op.ll1 ; RUN: opt < %s -reassociate -S | FileCheck %s
3 ; When there is nothing to do, or not much to do, check that reassociate leaves
Dlooptest.ll12 ; In this case, we want to reassociate the specified expr so that i+j can be
15 ; RUN: opt < %s -reassociate -S | FileCheck %s
D2002-05-15-AgressiveSubMove.ll1 ; RUN: opt < %s -reassociate -S | FileCheck %s
/external/llvm/test/Transforms/Reassociate/
D2002-07-09-DominanceProblem.ll1 ; The reassociate pass is not preserving dominance properties correctly
3 ; RUN: opt < %s -reassociate
Dvaarg_movable.ll1 ; RUN: opt -S -reassociate -die < %s | FileCheck %s
4 ; identical and the sub should not be optimized to 0 by reassociate.
Dno-op.ll1 ; RUN: opt < %s -reassociate -S | FileCheck %s
3 ; When there is nothing to do, or not much to do, check that reassociate leaves
Dprev_insts_canonicalized.ll1 ; RUN: opt < %s -reassociate -S | FileCheck %s
47 ; foo1 is processed, the invariant of reassociate are not preserved
Dlooptest.ll12 ; In this case, we want to reassociate the specified expr so that i+j can be
15 ; RUN: opt < %s -reassociate -S | grep 115 | not grep 117
D2002-05-15-AgressiveSubMove.ll1 ; RUN: opt < %s -reassociate -S | FileCheck %s
/external/swiftshader/third_party/LLVM/test/Transforms/Reassociate/
D2002-07-09-DominanceProblem.ll1 ; The reassociate pass is not preserving dominance properties correctly
3 ; RUN: opt < %s -reassociate
Dlooptest.ll12 ; In this case, we want to reassociate the specified expr so that i+j can be
15 ; RUN: opt < %s -reassociate -S | grep 115 | not grep 117
D2006-04-27-ReassociateVector.ll1 ; RUN: opt < %s -reassociate -disable-output
D2002-05-15-AgressiveSubMove.ll1 ; RUN: opt < %s -reassociate -instcombine -constprop -dce -S | not grep add
D2002-05-15-MissedTree.ll1 ; RUN: opt < %s -reassociate -instcombine -constprop -die -S | not grep 5
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/
Dpr24301.ll1 ; RUN: opt < %s -nary-reassociate -S | FileCheck %s
2 ; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
Dnary-mul.ll1 ; RUN: opt < %s -nary-reassociate -S | FileCheck %s
2 ; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
/external/libevent/
Devport.c233 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) in reassociate() function
298 reassociate(epdp, fdi, fd); in evport_dispatch()
388 return reassociate(evpd, fdi, fd); in evport_add()
419 return (reassociate(evpd, fdi, fd)); in evport_del()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/NVPTX/
Dnary-slsr.ll1 ; RUN: opt < %s -slsr -nary-reassociate -S | FileCheck %s
2 ; RUN: opt < %s -slsr -S | opt -passes='nary-reassociate' -S | FileCheck %s

123456789