Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h184 StringRef getOutlinedHelperName() const override { in getOutlinedHelperName() function
H A DCGOpenMPRuntime.h272 virtual StringRef getOutlinedHelperName() const { return ".omp_outlined."; } in getOutlinedHelperName() function
H A DCGOpenMPRuntime.cpp1378 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(), CodeGen); in emitParallelOutlinedFunction()
1386 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(), CodeGen); in emitTeamsOutlinedFunction()