Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2485 LLVM_ABI InsertPointOrErrorTy emitKernelLaunch(
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1184 OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::emitKernelLaunch( in emitKernelLaunch() function in OpenMPIRBuilder
7810 return OMPBuilder.emitKernelLaunch(Builder, OutlinedFnID, in emitTargetCall()
7933 return OMPBuilder.emitKernelLaunch(Builder, OutlinedFnID, in emitTargetCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9726 cantFail(OMPRuntime->getOMPBuilder().emitKernelLaunch( in emitTargetCallKernelLaunch()