Home
last modified time | relevance | path

Searched refs:getComplexity (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.h211 unsigned getComplexity() const { return Complexity; } in getComplexity() function
DCodeGenDAGPatterns.cpp1267 Size += AM->getComplexity(); in getPatternSize()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h40 static inline unsigned getComplexity(Value *V) { in getComplexity() function
DInstCombineCompares.cpp1781 if (getComplexity(Op0) < getComplexity(Op1)) { in visitICmpInst()
2774 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
DInstructionCombining.cpp179 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()
180 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp489 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()
DLoopDistribute.cpp697 if (Pred.getComplexity() > (IsForced.getValueOr(false) in processLoop()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h197 virtual unsigned getComplexity() const { return 1; }
404 unsigned getComplexity() const override { return Preds.size(); }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp525 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()
DLoopDistribute.cpp740 if (Pred.getComplexity() > (IsForced.getValueOr(false) in processLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h205 virtual unsigned getComplexity() const { return 1; }
414 unsigned getComplexity() const override { return Preds.size(); }
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h52 static inline unsigned getComplexity(Value *V) { in getComplexity() function
DInstCombineCompares.cpp3156 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()
3157 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()
4542 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
DInstructionCombining.cpp193 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()
194 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp1054 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h80 static inline unsigned getComplexity(Value *V) { in getComplexity() function
DInstCombineCompares.cpp4612 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()
4613 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()
5126 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
DInstructionCombining.cpp302 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()
303 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4482 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()