Home
last modified time | relevance | path

Searched refs:emitReductionFunction (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1380 llvm::Function *emitReductionFunction(SourceLocation Loc,
DCGOpenMPRuntimeGPU.cpp3982 llvm::Function *ReductionFn = emitReductionFunction( in emitReduction()
DCGOpenMPRuntime.cpp5368 llvm::Function *CGOpenMPRuntime::emitReductionFunction( in emitReductionFunction() function in CGOpenMPRuntime
5581 llvm::Function *ReductionFn = emitReductionFunction( in emitReduction()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4221 static llvm::Value *emitReductionFunction(CodeGenModule &CGM, in emitReductionFunction() function
4427 auto *ReductionFn = emitReductionFunction( in emitReduction()