HomeSort by: relevance | last modified time | path
    Searched defs:OMPBuilder (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 302 llvm::OpenMPIRBuilder &getOMPBuilder() { return OMPBuilder; }
309 llvm::OpenMPIRBuilder OMPBuilder;
CGStmtOpenMP.cpp 1607 auto &OMPBuilder = CGM.getOpenMPRuntime().getOMPBuilder();
1640 llvm::Value *Addr = OMPBuilder.createOMPAlloc(
1644 OMPBuilder.createOMPFree(CGF.Builder, Addr, Allocator);
1662 llvm::OpenMPIRBuilder &OMPBuilder = CGM.getOpenMPRuntime().getOMPBuilder();
1672 OMPBuilder.createCachedThreadPrivate(CGF.Builder, Data, Size, CacheName);
1690 llvm::OpenMPIRBuilder &OMPBuilder = CGM.getOpenMPRuntime().getOMPBuilder();
1744 OMPBuilder.createParallel(Builder, AllocaIP, BodyGenCB, PrivCB, FiniCB,
2003 llvm::OpenMPIRBuilder &OMPBuilder = CGM.getOpenMPRuntime().getOMPBuilder();
2020 OMPBuilder.createCanonicalLoop(Builder, BodyGen, DistVal);
3593 llvm::OpenMPIRBuilder &OMPBuilder
    [all...]
CGOpenMPRuntime.cpp 1078 OMPBuilder(CGM.getModule()), OffloadEntriesInfoManager(CGM) {
1082 OMPBuilder.initialize();
1208 PushAndPopStackRAII(llvm::OpenMPIRBuilder *OMPBuilder, CodeGenFunction &CGF,
1210 : OMPBuilder(OMPBuilder) {
1211 if (!OMPBuilder)
1239 OMPBuilder->pushFinalizationCB(std::move(FI));
1242 if (OMPBuilder)
1243 OMPBuilder->popFinalizationCB();
1245 llvm::OpenMPIRBuilder *OMPBuilder;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
OpenMPOpt.cpp 123 : InformationCache(M, AG, Allocator, &CGSCC), OMPBuilder(M),
126 OMPBuilder.initialize();
252 OpenMPIRBuilder OMPBuilder;
290 Type::getInt32Ty(OMPBuilder.Int32->getContext()), 0); \
293 ICV.InitValue = ConstantInt::getFalse(OMPBuilder.Int1->getContext()); \
333 OMPBuilder.addAttributes(RFI.Kind, *RFI.Declaration);
375 Type *VarName = OMPBuilder.VarName; \
379 ArrayType *VarName##Ty = OMPBuilder.VarName##Ty; \
381 PointerType *VarName##PtrTy = OMPBuilder.VarName##PtrTy; \
385 FunctionType *VarName = OMPBuilder.VarName;
    [all...]

Completed in 30 milliseconds