Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp699 RK_None, /// Not a reduction. enumerator
709 assert(Kind != RK_None && "expected binary or min/max reduction only."); in ReductionData()
714 ReductionKind Kind = RK_None;
754 return RK_None; in matchPairwiseReductionAtLevel()
760 return RK_None; in matchPairwiseReductionAtLevel()
764 return RK_None; in matchPairwiseReductionAtLevel()
767 return RK_None; in matchPairwiseReductionAtLevel()
771 return RK_None; in matchPairwiseReductionAtLevel()
780 return RK_None; in matchPairwiseReductionAtLevel()
791 return RK_None; in matchPairwiseReductionAtLevel()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5101 RK_None, /// Not a reduction. enumerator
5121 ReductionKind Kind = RK_None;
5163 case RK_None: in createOp()
5184 assert(Kind != RK_None && "One of the reduction operations is expected."); in OperationData()
5199 case RK_None: in getFirstOperandIndex()
5207 assert(Kind != RK_None && !!*this && LHS && RHS && in getNumberOfOperands()
5217 case RK_None: in getNumberOfOperands()
5225 assert(Kind != RK_None && !!*this && LHS && RHS && in hasSameParent()
5242 case RK_None: in hasSameParent()
5249 assert(Kind != RK_None && !!*this && LHS && RHS && in hasRequiredNumberOfUses()
[all …]
/external/clang/lib/Driver/
DTools.h90 enum RewriteKind { RK_None, RK_Fragile, RK_NonFragile }; enumerator
DTools.cpp3851 RewriteKind rewriteKind = RK_None; in ConstructJob()
5579 if (rewriteKind != RK_None) in ConstructJob()
6106 (rewriteKind == RK_None && in AddObjCRuntimeArgs()
6145 case RK_None: in AddObjCRuntimeArgs()