Searched defs:ReductionOp (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 139 const Expr *ReductionOp = nullptr; global() member
|
H A D | CGOpenMPRuntime.cpp | 4798 CGF.EmitIgnoredExpr(ReductionOp); in emitReductionCombiner() argument 587 getReductionInit(const Expr * ReductionOp) getReductionInit() argument 4906 emitSingleReductionCombiner(CodeGenFunction & CGF,const Expr * ReductionOp,const Expr * PrivateRef,const DeclRefExpr * LHS,const DeclRefExpr * RHS) emitSingleReductionCombiner() argument 5326 emitReduceCombFunction(CodeGenModule & CGM,SourceLocation Loc,ReductionCodeGen & RCG,unsigned N,const Expr * ReductionOp,const Expr * LHS,const Expr * RHS,const Expr * PrivateRef) emitReduceCombFunction() argument [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 1479 auto *ReductionOp = dyn_cast<Instruction>(PHI.getIncomingValueForBlock(B)); collectPotentialReductions() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 137 llvm::PointerUnion<const Expr *, BOKPtrType> ReductionOp; member 18833 Expr *ReductionOp = nullptr; actOnOMPReductionKindClause() local 19212 ExprResult ReductionOp; actOnOMPReductionKindClause() local [all...] |
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 4801 auto *ReductionOp = findSingleUserInBlock<BinaryOperator>(V, BB); isValueReducedToFuncArg() local
|