Searched refs:isAMCompletelyFolded (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp997 static bool isAMCompletelyFolded(const TargetTransformInfo &TTI,
1200 static bool isAMCompletelyFolded(const TargetTransformInfo &TTI,
1348 NumBaseParts - (1 + (F.Scale && isAMCompletelyFolded(*TTI, LU, F)));
1367 !isAMCompletelyFolded(*TTI, LSRUse::Address, LU.AccessTy, F.BaseGV,
1619 static bool isAMCompletelyFolded(const TargetTransformInfo &TTI, function
1673 static bool isAMCompletelyFolded(const TargetTransformInfo &TTI, function
1688 return isAMCompletelyFolded(TTI, Kind, AccessTy, BaseGV, MinOffset,
1690 isAMCompletelyFolded(TTI, Kind, AccessTy, BaseGV, MaxOffset,
1694 static bool isAMCompletelyFolded(const TargetTransformInfo &TTI, function
1698 // For the purpose of isAMCompletelyFolded eithe
1732 static bool isAMCompletelyFolded(const TargetTransformInfo &TTI, function
[all...]

Completed in 122 milliseconds