Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h410 llvm::Constant *createDispatchNextFunction(unsigned IVSize, bool IVSigned);
DCGOpenMPRuntime.cpp1701 llvm::Constant *CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, in createDispatchNextFunction() function in CGOpenMPRuntime
2600 CGF.EmitRuntimeCall(createDispatchNextFunction(IVSize, IVSigned), Args); in emitForNext()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h781 llvm::FunctionCallee createDispatchNextFunction(unsigned IVSize,
DCGOpenMPRuntime.cpp1612 CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, bool IVSigned) { in createDispatchNextFunction() function in CGOpenMPRuntime
2842 CGF.EmitRuntimeCall(createDispatchNextFunction(IVSize, IVSigned), Args); in emitForNext()