Home
last modified time | relevance | path

Searched refs:emitTargetOutlinedFunction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h119 void emitTargetOutlinedFunction(const OMPExecutableDirective &D,
H A DCGOpenMPRuntime.h1369 virtual void emitTargetOutlinedFunction(const OMPExecutableDirective &D,
2177 void emitTargetOutlinedFunction(const OMPExecutableDirective &D,
H A DCGStmtOpenMP.cpp3283 CGM.getOpenMPRuntime().emitTargetOutlinedFunction( in EmitOMPTargetSimdDeviceFunction()
6726 CGM.getOpenMPRuntime().emitTargetOutlinedFunction(S, ParentName, Fn, FnID, in emitCommonOMPTargetDirective()
6769 CGM.getOpenMPRuntime().emitTargetOutlinedFunction( in EmitOMPTargetDeviceFunction()
6856 CGM.getOpenMPRuntime().emitTargetOutlinedFunction( in EmitOMPTargetTeamsDeviceFunction()
6902 CGM.getOpenMPRuntime().emitTargetOutlinedFunction( in EmitOMPTargetTeamsDistributeDeviceFunction()
6948 CGM.getOpenMPRuntime().emitTargetOutlinedFunction( in EmitOMPTargetTeamsDistributeSimdDeviceFunction()
7161 CGM.getOpenMPRuntime().emitTargetOutlinedFunction( in EmitOMPTargetTeamsDistributeParallelForDeviceFunction()
7213 CGM.getOpenMPRuntime().emitTargetOutlinedFunction( in EmitOMPTargetTeamsDistributeParallelForSimdDeviceFunction()
7564 CGM.getOpenMPRuntime().emitTargetOutlinedFunction( in EmitOMPTargetParallelDeviceFunction()
7604 CGM.getOpenMPRuntime().emitTargetOutlinedFunction( in EmitOMPTargetParallelForDeviceFunction()
[all …]
H A DCGOpenMPRuntimeGPU.cpp846 void CGOpenMPRuntimeGPU::emitTargetOutlinedFunction( in emitTargetOutlinedFunction() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp5828 void CGOpenMPRuntime::emitTargetOutlinedFunction( in emitTargetOutlinedFunction() function in CGOpenMPRuntime
12182 void CGOpenMPSIMDRuntime::emitTargetOutlinedFunction( in emitTargetOutlinedFunction() function in CGOpenMPSIMDRuntime
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6771 static void emitTargetOutlinedFunction( in emitTargetOutlinedFunction() function
7137 emitTargetOutlinedFunction(*this, Builder, EntryInfo, OutlinedFn, in createTarget()