HomeSort by: relevance | last modified time | path
    Searched defs:ReductionKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 1405 OpenMPDirectiveKind ReductionKind;
1448 /// ReductionKind The kind of reduction to perform.
2290 /// ReductionKind The kind of reduction to perform.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 866 enum ReductionKind {
876 ReductionData(ReductionKind Kind, unsigned Opcode, Value *LHS, Value *RHS)
883 ReductionKind Kind = RK_None;
889 static ReductionKind matchPairwiseReduction(
892 static ReductionKind matchVectorSplittingReduction(
895 static ReductionKind matchVectorReduction(const ExtractElementInst *ReduxRoot,

Completed in 22 milliseconds