Searched refs:CGOpenMPSIMDRuntime (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8783 CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body);
8797 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body);
11678 llvm::Function *CGOpenMPSIMDRuntime::emitParallelOutlinedFunction(
11684 llvm::Function *CGOpenMPSIMDRuntime::emitTeamsOutlinedFunction(
11690 llvm::Function *CGOpenMPSIMDRuntime::emitTaskOutlinedFunction(
11698 void CGOpenMPSIMDRuntime::emitParallelCall(CodeGenFunction &CGF,
11706 void CGOpenMPSIMDRuntime::emitCriticalRegion(
11713 void CGOpenMPSIMDRuntime::emitMasterRegion(CodeGenFunction &CGF,
11719 void CGOpenMPSIMDRuntime::emitTaskyieldCall(CodeGenFunction &CGF,
11724 void CGOpenMPSIMDRuntime
[all...]
H A DCGOpenMPRuntime.h1847 class CGOpenMPSIMDRuntime final : public CGOpenMPRuntime {
1849 explicit CGOpenMPSIMDRuntime(CodeGenModule &CGM) : CGOpenMPRuntime(CGM) {} function in class:clang::CodeGen::CGOpenMPRuntime::final
1850 ~CGOpenMPSIMDRuntime() override {}
H A DCodeGenModule.cpp220 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this));

Completed in 141 milliseconds