/external/skqp/src/core/ |
D | SkStroke.cpp | 186 enum ReductionType { enum in SkPathStroker 205 static ReductionType CheckConicLinear(const SkConic& , SkPoint* reduction); 206 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3], 208 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction); 603 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear() 639 return (ReductionType) (kQuad_ReductionType + rCount); in CheckCubicLinear() 642 SkPathStroker::ReductionType SkPathStroker::CheckConicLinear(const SkConic& conic, in CheckConicLinear() 665 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear() 689 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo() 727 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo() [all …]
|
/external/skia/src/core/ |
D | SkStroke.cpp | 219 enum ReductionType { enum in SkPathStroker 238 static ReductionType CheckConicLinear(const SkConic& , SkPoint* reduction); 239 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3], 241 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction); 637 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear() 673 return (ReductionType) (kQuad_ReductionType + rCount); in CheckCubicLinear() 676 SkPathStroker::ReductionType SkPathStroker::CheckConicLinear(const SkConic& conic, in CheckConicLinear() 699 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear() 723 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo() 761 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo() [all …]
|
/external/llvm-project/polly/include/polly/ |
D | ScopInfo.h | 457 enum ReductionType { enum 507 ReductionType RedType = RT_NONE; 857 static const std::string getReductionOperatorStr(ReductionType RT); 1034 ReductionType getReductionType() const { return RedType; } in getReductionType() 1057 void markAsReductionLike(ReductionType RT) { RedType = RT; } in markAsReductionLike() 1092 raw_ostream &operator<<(raw_ostream &OS, MemoryAccess::ReductionType RT);
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_state.c | 561 .ReductionType = sampler_reduction_mode, in genX()
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 241 auto ReductionType = in ParseOpenMPDeclareReductionDirective() local 243 if (!ReductionType.isNull()) { in ParseOpenMPDeclareReductionDirective() 245 std::make_pair(ReductionType, Range.getBegin())); in ParseOpenMPDeclareReductionDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 11062 QualType ReductionType = GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareReductionType() local 11063 if (ReductionType.isNull()) in ActOnOpenMPDeclareReductionType() 11070 if (ReductionType.hasQualifiers()) { in ActOnOpenMPDeclareReductionType() 11075 if (ReductionType->isFunctionType()) { in ActOnOpenMPDeclareReductionType() 11079 if (ReductionType->isReferenceType()) { in ActOnOpenMPDeclareReductionType() 11083 if (ReductionType->isArrayType()) { in ActOnOpenMPDeclareReductionType() 11087 return ReductionType; in ActOnOpenMPDeclareReductionType() 11187 QualType ReductionType = DRD->getType(); in ActOnOpenMPDeclareReductionCombinerStart() local 11195 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_in"); in ActOnOpenMPDeclareReductionCombinerStart() 11203 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_out"); in ActOnOpenMPDeclareReductionCombinerStart() [all …]
|
/external/llvm-project/polly/lib/CodeGen/ |
D | IslAst.cpp | 152 std::map<MemoryAccess::ReductionType, std::string> Clauses; in getBrokenReductionsStr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 17874 QualType ReductionType = GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareReductionType() local 17875 if (ReductionType.isNull()) in ActOnOpenMPDeclareReductionType() 17882 if (ReductionType.hasQualifiers()) { in ActOnOpenMPDeclareReductionType() 17887 if (ReductionType->isFunctionType()) { in ActOnOpenMPDeclareReductionType() 17891 if (ReductionType->isReferenceType()) { in ActOnOpenMPDeclareReductionType() 17895 if (ReductionType->isArrayType()) { in ActOnOpenMPDeclareReductionType() 17899 return ReductionType; in ActOnOpenMPDeclareReductionType() 18000 QualType ReductionType = DRD->getType(); in ActOnOpenMPDeclareReductionCombinerStart() local 18008 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_in"); in ActOnOpenMPDeclareReductionCombinerStart() 18016 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_out"); in ActOnOpenMPDeclareReductionCombinerStart() [all …]
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 302 QualType ReductionType = in ParseOpenMPDeclareReductionDirective() local 304 if (!ReductionType.isNull()) { in ParseOpenMPDeclareReductionDirective() 306 std::make_pair(ReductionType, Range.getBegin())); in ParseOpenMPDeclareReductionDirective()
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopInfo.cpp | 552 MemoryAccess::getReductionOperatorStr(MemoryAccess::ReductionType RT) { in getReductionOperatorStr() 939 MemoryAccess::ReductionType RT) { in operator <<()
|
D | ScopBuilder.cpp | 2666 static MemoryAccess::ReductionType getReductionType(const BinaryOperator *BinOp, in getReductionType() 2747 MemoryAccess::ReductionType RT = in checkForReductions()
|