Searched defs:ReductionData (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 133 struct ReductionData { struct 142 ReductionData(const Expr *Shared, const Expr *Ref, const Expr *Private, in ReductionData() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 888 struct ReductionData { struct 890 ReductionData(ReductionKind Kind, unsigned Opcode, Value *LHS, Value *RHS) in ReductionData() function 894 unsigned Opcode = 0; 895 Value *LHS = nullptr; 896 Value *RHS = nullptr; 897 ReductionKind Kind = RK_None; 898 bool hasSameData(ReductionData &RD) const { in hasSameData()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 864 struct ReductionData { struct 866 ReductionData(ReductionKind Kind, unsigned Opcode, Value *LHS, Value *RHS) in ReductionData() function 874 bool hasSameData(ReductionData &RD) const { in hasSameData() argument
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 124 struct ReductionData { struct in __anon0bb9e2bb0111::DSAStackTy 125 using BOKPtrType = llvm::PointerEmbeddedInt<BinaryOperatorKind, 16>; 126 SourceRange ReductionRange; 127 llvm::PointerUnion<const Expr *, BOKPtrType> ReductionOp; 129 void set(BinaryOperatorKind BO, SourceRange RR) { in set() 133 void set(const Expr *RefExpr, SourceRange RR) { in set() 1432 ReductionData &ReductionData = getTopOfStack().ReductionMap[D]; in addTaskgroupReductionData() local 1458 ReductionData &ReductionData = getTopOfStack().ReductionMap[D]; in addTaskgroupReductionData() local 1487 const ReductionData &ReductionData = I->ReductionMap.lookup(D); in getTopMostTaskgroupReductionData() local 1514 const ReductionData &ReductionData = I->ReductionMap.lookup(D); in getTopMostTaskgroupReductionData() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 6420 OperationData ReductionData; member in __anon908bc41f1f11::HorizontalReduction
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 6738 OperationData ReductionData; member in __anona50613ab2411::HorizontalReduction
|