Searched refs:createForStaticInitFunction (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 402 llvm::Constant *createForStaticInitFunction(unsigned IVSize, bool IVSigned);
|
H A D | CGOpenMPRuntime.cpp | 1636 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 2261 FunctionCallee createForStaticInitFunction(unsigned IVSize, bool IVSigned,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 2241 FunctionCallee createForStaticInitFunction(unsigned IVSize, bool IVSigned,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 2261 FunctionCallee createForStaticInitFunction(unsigned IVSize, bool IVSigned,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 2261 FunctionCallee createForStaticInitFunction(unsigned IVSize, bool IVSigned,
|