Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2849 FunctionCallee createDispatchInitFunction(unsigned IVSize, bool IVSigned);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6501 FunctionCallee OpenMPIRBuilder::createDispatchInitFunction(unsigned IVSize, in createDispatchInitFunction() function in OpenMPIRBuilder
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2554 CGF.EmitRuntimeCall(OMPBuilder.createDispatchInitFunction(IVSize, IVSigned), in emitForDispatchInit()