Searched refs:RK_None (Results 1 – 4 of 4) sorted by relevance
699 RK_None, /// Not a reduction. enumerator709 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 …]
5101 RK_None, /// Not a reduction. enumerator5121 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 …]
90 enum RewriteKind { RK_None, RK_Fragile, RK_NonFragile }; enumerator
3851 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()