Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h250 unsigned getComplexity() const { return Complexity; } in getComplexity() function
H A DCodeGenDAGPatterns.cpp1442 Size += AM->getComplexity(); in getPatternSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp118 if (I->isCommutative() && InstCombiner::getComplexity(I->getOperand(0)) < in getSortedOperandsOfBinOp()
119 InstCombiner::getComplexity(I->getOperand(1))) in getSortedOperandsOfBinOp()
H A DInstCombineCompares.cpp7303 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()
7304 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()
8058 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
H A DInstructionCombining.cpp428 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()
429 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h139 static unsigned getComplexity(Value *V) { in getComplexity() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp570 if (LAI.getPSE().getPredicate().getComplexity() > in processLoop()
H A DLoopDistribute.cpp775 if (Pred.getComplexity() > (IsForced.value_or(false) in processLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h241 virtual unsigned getComplexity() const { return 1; }
441 unsigned getComplexity() const override { return Preds.size(); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1529 if (PSE.getPredicate().getComplexity() > SCEVThreshold) { in canVectorize()