Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h402 llvm::Constant *createForStaticInitFunction(unsigned IVSize, bool IVSigned);
DCGOpenMPRuntime.cpp1636 llvm::Constant *CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, in createForStaticInitFunction() function in CGOpenMPRuntime
2540 auto *StaticInitFunction = createForStaticInitFunction(IVSize, IVSigned); in emitForStaticInit()
2554 auto *StaticInitFunction = createForStaticInitFunction(IVSize, IVSigned); in emitDistributeStaticInit()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h771 llvm::FunctionCallee createForStaticInitFunction(unsigned IVSize,
DCGOpenMPRuntime.cpp1547 CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, bool IVSigned) { in createForStaticInitFunction() function in CGOpenMPRuntime
2771 createForStaticInitFunction(Values.IVSize, Values.IVSigned); in emitForStaticInit()
2787 createForStaticInitFunction(Values.IVSize, Values.IVSigned); in emitDistributeStaticInit()