Home
last modified time | relevance | path

Searched refs:RK_None (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp882 RK_None, /// Not a reduction. enumerator
892 assert(Kind != RK_None && "expected binary or min/max reduction only."); in ReductionData()
897 ReductionKind Kind = RK_None;
937 return RK_None; in matchPairwiseReductionAtLevel()
943 return RK_None; in matchPairwiseReductionAtLevel()
947 return RK_None; in matchPairwiseReductionAtLevel()
950 return RK_None; in matchPairwiseReductionAtLevel()
954 return RK_None; in matchPairwiseReductionAtLevel()
963 return RK_None; in matchPairwiseReductionAtLevel()
974 return RK_None; in matchPairwiseReductionAtLevel()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6108 RK_None, /// Not a reduction. enumerator
6128 ReductionKind Kind = RK_None;
6173 case RK_None: in createOp()
6194 assert(Kind != RK_None && "One of the reduction operations is expected."); in OperationData()
6209 case RK_None: in isMinMax()
6219 if (Kind == RK_None) in getFirstOperandIndex()
6226 assert(Kind != RK_None && !!*this && LHS && RHS && in getNumberOfOperands()
6233 assert(Kind != RK_None && !!*this && LHS && RHS && in hasSameParent()
6249 assert(Kind != RK_None && !!*this && LHS && RHS && in hasRequiredNumberOfUses()
6260 assert(Kind != RK_None && !!*this && LHS && RHS && in initReductionOps()
[all …]