Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.h220 unsigned getComplexity() const { return Complexity; } in getComplexity() function
H A DCodeGenDAGPatterns.cpp1457 Size += AM->getComplexity(); in getPatternSize()
/llvm-project-15.0.7/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.cpp6125 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()
6126 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()
6754 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
H A DInstructionCombining.cpp414 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()
415 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h127 static unsigned getComplexity(Value *V) { in getComplexity() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp531 if (LAI.getPSE().getPredicate().getComplexity() > in processLoop()
H A DLoopDistribute.cpp778 if (Pred.getComplexity() > (IsForced.value_or(false) in processLoop()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h238 virtual unsigned getComplexity() const { return 1; }
438 unsigned getComplexity() const override { return Preds.size(); }
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1344 if (PSE.getPredicate().getComplexity() > SCEVThreshold) { in canVectorize()