Lines Matching refs:OMPBuilder
286 : InformationCache(M, AG, Allocator, CGSCC), OMPBuilder(M), in OMPInformationCache()
289 OMPBuilder.Config.IsTargetDevice = isOpenMPDevice(OMPBuilder.M); in OMPInformationCache()
290 OMPBuilder.initialize(); in OMPInformationCache()
421 OpenMPIRBuilder OMPBuilder; member
462 Type::getInt32Ty(OMPBuilder.Int32->getContext()), 0); \ in initializeInternalControlVars()
465 ICV.InitValue = ConstantInt::getFalse(OMPBuilder.Int1->getContext()); \ in initializeInternalControlVars()
505 OMPBuilder.addAttributes(RFI.Kind, *RFI.Declaration); in collectUses()
570 Type *VarName = OMPBuilder.VarName; \ in initializeRuntimeFunctions()
574 ArrayType *VarName##Ty = OMPBuilder.VarName##Ty; \ in initializeRuntimeFunctions()
576 PointerType *VarName##PtrTy = OMPBuilder.VarName##PtrTy; \ in initializeRuntimeFunctions()
580 FunctionType *VarName = OMPBuilder.VarName; \ in initializeRuntimeFunctions()
582 PointerType *VarName##Ptr = OMPBuilder.VarName##Ptr; \ in initializeRuntimeFunctions()
586 StructType *VarName = OMPBuilder.VarName; \ in initializeRuntimeFunctions()
588 PointerType *VarName##Ptr = OMPBuilder.VarName##Ptr; \ in initializeRuntimeFunctions()
596 if (declMatchesRTFTypes(F, OMPBuilder._ReturnType, ArgsTypes)) { \ in initializeRuntimeFunctions()
602 RFI.ReturnType = OMPBuilder._ReturnType; \ in initializeRuntimeFunctions()
1168 OMPInfoCache.OMPBuilder.createMaster(Loc, BodyGenCB, FiniCB); in mergeParallelRegions()
1170 OMPInfoCache.OMPBuilder.createBarrier(SeqAfterIP, OMPD_parallel); in mergeParallelRegions()
1242 InsertPointTy AfterIP = OMPInfoCache.OMPBuilder.createParallel( in mergeParallelRegions()
1248 OMPInfoCache.OMPBuilder.finalize(OriginalFn); in mergeParallelRegions()
1257 FunctionType *FT = OMPInfoCache.OMPBuilder.ParallelTask; in mergeParallelRegions()
1281 OMPInfoCache.OMPBuilder.createBarrier( in mergeParallelRegions()
1721 auto &IRBuilder = OMPInfoCache.OMPBuilder; in splitTargetDataBeginRTC()
1802 if (!OMPInfoCache.OMPBuilder.getInsertionPoint().getBlock()) in getCombinedIdentFromCallUsesIn()
1803 OMPInfoCache.OMPBuilder.updateToLocation(OpenMPIRBuilder::InsertPointTy( in getCombinedIdentFromCallUsesIn()
1809 OMPInfoCache.OMPBuilder.getOrCreateDefaultSrcLocStr(SrcLocStrSize); in getCombinedIdentFromCallUsesIn()
1810 Ident = OMPInfoCache.OMPBuilder.getOrCreateIdent(Loc, SrcLocStrSize); in getCombinedIdentFromCallUsesIn()
1837 if (CB.getArgOperand(0)->getType() != OMPInfoCache.OMPBuilder.IdentPtr) in deduplicateRuntimeCalls()
1874 CI->getArgOperand(0)->getType() == OMPInfoCache.OMPBuilder.IdentPtr) { in deduplicateRuntimeCalls()
4047 OMPInfoCache.OMPBuilder.updateToLocation(Loc); in insertInstructionGuardsHelper()
4050 OMPInfoCache.OMPBuilder.getOrCreateSrcLocStr(Loc, SrcLocStrSize); in insertInstructionGuardsHelper()
4052 OMPInfoCache.OMPBuilder.getOrCreateIdent(SrcLocStr, SrcLocStrSize); in insertInstructionGuardsHelper()
4059 OMPInfoCache.OMPBuilder.updateToLocation(LocRegionCheckTid); in insertInstructionGuardsHelper()
4061 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in insertInstructionGuardsHelper()
4064 OMPInfoCache.OMPBuilder.Builder.CreateCall(HardwareTidFn, {}); in insertInstructionGuardsHelper()
4067 Value *TidCheck = OMPInfoCache.OMPBuilder.Builder.CreateIsNull(Tid); in insertInstructionGuardsHelper()
4068 OMPInfoCache.OMPBuilder.Builder in insertInstructionGuardsHelper()
4075 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in insertInstructionGuardsHelper()
4077 OMPInfoCache.OMPBuilder.updateToLocation(InsertPointTy( in insertInstructionGuardsHelper()
4080 OMPInfoCache.OMPBuilder.Builder.CreateCall(BarrierFn, {Ident, Tid}); in insertInstructionGuardsHelper()
4198 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in forceSingleThreadPerWorkgroupHelper()
4465 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
4468 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
4496 OMPInfoCache.OMPBuilder.updateToLocation( in buildCustomStateMachine()
4506 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
4522 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
4610 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()