Searched refs:reassociate (Results 1 – 25 of 225) sorted by relevance
123456789
/external/llvm/include/llvm/Transforms/Scalar/ |
D | Reassociate.h | 36 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/ |
D | Reassociate.h | 45 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/ |
D | long-chains.ll | 1 ; 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
|
D | deadcode.ll | 1 ; 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".
|
D | 2002-07-09-DominanceProblem.ll | 1 ; The reassociate pass is not preserving dominance properties correctly 3 ; RUN: opt < %s -reassociate
|
D | erase_inst_made_change.ll | 1 ; RUN: opt < %s -inline -reassociate -S | FileCheck %s 3 ; This test case exposed a bug in reassociate where EraseInst's
|
D | vaarg_movable.ll | 1 ; RUN: opt -S -reassociate -die < %s | FileCheck %s 4 ; identical and the sub should not be optimized to 0 by reassociate.
|
D | no-op.ll | 1 ; RUN: opt < %s -reassociate -S | FileCheck %s 3 ; When there is nothing to do, or not much to do, check that reassociate leaves
|
D | looptest.ll | 12 ; In this case, we want to reassociate the specified expr so that i+j can be 15 ; RUN: opt < %s -reassociate -S | FileCheck %s
|
D | 2002-05-15-AgressiveSubMove.ll | 1 ; RUN: opt < %s -reassociate -S | FileCheck %s
|
/external/llvm/test/Transforms/Reassociate/ |
D | 2002-07-09-DominanceProblem.ll | 1 ; The reassociate pass is not preserving dominance properties correctly 3 ; RUN: opt < %s -reassociate
|
D | vaarg_movable.ll | 1 ; RUN: opt -S -reassociate -die < %s | FileCheck %s 4 ; identical and the sub should not be optimized to 0 by reassociate.
|
D | no-op.ll | 1 ; RUN: opt < %s -reassociate -S | FileCheck %s 3 ; When there is nothing to do, or not much to do, check that reassociate leaves
|
D | prev_insts_canonicalized.ll | 1 ; RUN: opt < %s -reassociate -S | FileCheck %s 47 ; foo1 is processed, the invariant of reassociate are not preserved
|
D | looptest.ll | 12 ; 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
|
D | 2002-05-15-AgressiveSubMove.ll | 1 ; RUN: opt < %s -reassociate -S | FileCheck %s
|
/external/swiftshader/third_party/LLVM/test/Transforms/Reassociate/ |
D | 2002-07-09-DominanceProblem.ll | 1 ; The reassociate pass is not preserving dominance properties correctly 3 ; RUN: opt < %s -reassociate
|
D | looptest.ll | 12 ; 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
|
D | 2006-04-27-ReassociateVector.ll | 1 ; RUN: opt < %s -reassociate -disable-output
|
D | 2002-05-15-AgressiveSubMove.ll | 1 ; RUN: opt < %s -reassociate -instcombine -constprop -dce -S | not grep add
|
D | 2002-05-15-MissedTree.ll | 1 ; RUN: opt < %s -reassociate -instcombine -constprop -die -S | not grep 5
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/ |
D | pr24301.ll | 1 ; RUN: opt < %s -nary-reassociate -S | FileCheck %s 2 ; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
|
D | nary-mul.ll | 1 ; RUN: opt < %s -nary-reassociate -S | FileCheck %s 2 ; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
|
/external/libevent/ |
D | evport.c | 233 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/ |
D | nary-slsr.ll | 1 ; RUN: opt < %s -slsr -nary-reassociate -S | FileCheck %s 2 ; RUN: opt < %s -slsr -S | opt -passes='nary-reassociate' -S | FileCheck %s
|
123456789