Searched refs:emitTargetOutlinedFunction (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.h | 119 void emitTargetOutlinedFunction(const OMPExecutableDirective &D,
|
H A D | CGOpenMPRuntime.h | 1369 virtual void emitTargetOutlinedFunction(const OMPExecutableDirective &D, 2177 void emitTargetOutlinedFunction(const OMPExecutableDirective &D,
|
H A D | CGStmtOpenMP.cpp | 3283 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 D | CGOpenMPRuntimeGPU.cpp | 846 void CGOpenMPRuntimeGPU::emitTargetOutlinedFunction( in emitTargetOutlinedFunction() function in CGOpenMPRuntimeGPU
|
H A D | CGOpenMPRuntime.cpp | 5828 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 D | OMPIRBuilder.cpp | 6771 static void emitTargetOutlinedFunction( in emitTargetOutlinedFunction() function 7137 emitTargetOutlinedFunction(*this, Builder, EntryInfo, OutlinedFn, in createTarget()
|