Searched defs:ReductionOp (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 139 const Expr *ReductionOp = nullptr; member
|
H A D | CGOpenMPRuntime.cpp | 586 getReductionInit(const Expr * ReductionOp) getReductionInit() argument 4787 emitReductionCombiner(CodeGenFunction & CGF,const Expr * ReductionOp) emitReductionCombiner() argument 4895 emitSingleReductionCombiner(CodeGenFunction & CGF,const Expr * ReductionOp,const Expr * PrivateRef,const DeclRefExpr * LHS,const DeclRefExpr * RHS) emitSingleReductionCombiner() argument 5315 emitReduceCombFunction(CodeGenModule & CGM,SourceLocation Loc,ReductionCodeGen & RCG,unsigned N,const Expr * ReductionOp,const Expr * LHS,const Expr * RHS,const Expr * PrivateRef) emitReduceCombFunction() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 1479 auto *ReductionOp = dyn_cast<Instruction>(PHI.getIncomingValueForBlock(B)); in collectPotentialReductions() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 133 llvm::PointerUnion<const Expr *, BOKPtrType> ReductionOp; global() member 19546 Expr *ReductionOp = nullptr; actOnOMPReductionKindClause() local 19925 ExprResult ReductionOp; actOnOMPReductionKindClause() local [all...] |