Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2857 FunctionCallee createDispatchFiniFunction(unsigned IVSize, bool IVSigned);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6527 FunctionCallee OpenMPIRBuilder::createDispatchFiniFunction(unsigned IVSize, in createDispatchFiniFunction() function in OpenMPIRBuilder
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2699 CGF.EmitRuntimeCall(OMPBuilder.createDispatchFiniFunction(IVSize, IVSigned), in emitForOrderedIterationEnd()