Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h406 llvm::Constant *createDispatchInitFunction(unsigned IVSize, bool IVSigned);
DCGOpenMPRuntime.cpp1662 llvm::Constant *CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, in createDispatchInitFunction() function in CGOpenMPRuntime
2479 CGF.EmitRuntimeCall(createDispatchInitFunction(IVSize, IVSigned), Args); in emitForDispatchInit()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h776 llvm::FunctionCallee createDispatchInitFunction(unsigned IVSize,
DCGOpenMPRuntime.cpp1573 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { in createDispatchInitFunction() function in CGOpenMPRuntime
2704 CGF.EmitRuntimeCall(createDispatchInitFunction(IVSize, IVSigned), Args); in emitForDispatchInit()