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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp882 RK_None, /// Not a reduction. enumerator in enum:__anon4480::ReductionKind
892 assert(Kind != RK_None && "expected binary or min/max reduction only.");
897 ReductionKind Kind = RK_None;
937 return RK_None;
943 return RK_None;
947 return RK_None;
950 return RK_None;
954 return RK_None;
963 return RK_None;
974 return RK_None;
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.h77 enum RewriteKind { RK_None, RK_Fragile, RK_NonFragile }; enumerator in enum:clang::driver::tools::Clang::RewriteKind
H A DClang.cpp4006 RewriteKind rewriteKind = RK_None;
5471 RenderObjCOptions(TC, D, RawTriple, Args, Runtime, rewriteKind != RK_None,
6163 (rewriteKind == RK_None &&
6202 case RK_None:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6108 RK_None, /// Not a reduction.
6128 ReductionKind Kind = RK_None;
6173 case RK_None:
6194 assert(Kind != RK_None && "One of the reduction operations is expected.");
6209 case RK_None:
6219 if (Kind == RK_None)
6226 assert(Kind != RK_None && !!*this && LHS && RHS &&
6233 assert(Kind != RK_None && !!*this && LHS && RHS &&
6249 assert(Kind != RK_None && !!*this && LHS && RHS &&
6260 assert(Kind != RK_None
[all...]

Completed in 266 milliseconds