Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h414 llvm::Constant *createDispatchFiniFunction(unsigned IVSize, bool IVSigned);
DCGOpenMPRuntime.cpp1684 llvm::Constant *CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, in createDispatchFiniFunction() function in CGOpenMPRuntime
2579 CGF.EmitRuntimeCall(createDispatchFiniFunction(IVSize, IVSigned), Args); in emitForOrderedIterationEnd()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h786 llvm::FunctionCallee createDispatchFiniFunction(unsigned IVSize,
DCGOpenMPRuntime.cpp1595 CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, bool IVSigned) { in createDispatchFiniFunction() function in CGOpenMPRuntime
2821 CGF.EmitRuntimeCall(createDispatchFiniFunction(IVSize, IVSigned), Args); in emitForOrderedIterationEnd()