Home
last modified time | relevance | path

Searched defs:ReductionOp (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h139 const Expr *ReductionOp = nullptr; member
H A DCGOpenMPRuntime.cpp586 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 DComplexDeinterleavingPass.cpp1479 auto *ReductionOp = dyn_cast<Instruction>(PHI.getIncomingValueForBlock(B)); in collectPotentialReductions() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp133 llvm::PointerUnion<const Expr *, BOKPtrType> ReductionOp; global() member
19546 Expr *ReductionOp = nullptr; actOnOMPReductionKindClause() local
19925 ExprResult ReductionOp; actOnOMPReductionKindClause() local
[all...]