Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h139 const Expr *ReductionOp = nullptr; global() member
H A DCGOpenMPRuntime.cpp4798 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 DComplexDeinterleavingPass.cpp1479 auto *ReductionOp = dyn_cast<Instruction>(PHI.getIncomingValueForBlock(B)); collectPotentialReductions() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp137 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 DOpenMPIRBuilderTest.cpp4801 auto *ReductionOp = findSingleUserInBlock<BinaryOperator>(V, BB); isValueReducedToFuncArg() local