Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h221 unsigned getComplexity() const { return Complexity; } in getComplexity() function
H A DCodeGenDAGPatterns.cpp1402 Size += AM->getComplexity(); in getPatternSize()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp125 if (I->isCommutative() && InstCombiner::getComplexity(I->getOperand(0)) < in getSortedOperandsOfBinOp()
126 InstCombiner::getComplexity(I->getOperand(1))) in getSortedOperandsOfBinOp()
H A DInstCombineCompares.cpp5574 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()
5575 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()
6163 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
H A DInstructionCombining.cpp377 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()
378 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h125 static unsigned getComplexity(Value *V) { in getComplexity() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp533 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()
H A DLoopDistribute.cpp779 if (Pred.getComplexity() > (IsForced.getValueOr(false) in processLoop()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h223 virtual unsigned getComplexity() const { return 1; }
432 unsigned getComplexity() const override { return Preds.size(); }
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1213 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()