Home
last modified time | relevance | path

Searched refs:getOutlinedHelperName (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h183 StringRef getOutlinedHelperName() const override { in getOutlinedHelperName() function
H A DCGOpenMPRuntime.h353 virtual StringRef getOutlinedHelperName() const { return ".omp_outlined."; } in getOutlinedHelperName() function
H A DCGOpenMPRuntime.cpp1291 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(), CodeGen); in emitParallelOutlinedFunction()
1299 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(), CodeGen); in emitTeamsOutlinedFunction()