Lines Matching refs:InsertPointTy
335 OpenMPIRBuilder::InsertPointTy
343 OpenMPIRBuilder::InsertPointTy
390 OpenMPIRBuilder::InsertPointTy
421 auto ExitCB = [this, CanceledDirective, Loc](InsertPointTy IP) { in createCancel()
481 const LocationDescription &Loc, InsertPointTy OuterAllocaIP, in createParallel()
556 auto FiniCBWrapper = [&](InsertPointTy IP) { in createParallel()
563 IP = InsertPointTy(I->getParent(), I->getIterator()); in createParallel()
576 InsertPointTy InnerAllocaIP = Builder.saveIP(); in createParallel()
607 InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin()); in createParallel()
661 InsertPointTy ExitIP(PRegExitBB, PRegExitBB->end()); in createParallel()
712 InsertPointTy PreFiniIP(PRegPreFiniBB, PRegPreFiniTI->getIterator()); in createParallel()
838 InsertPointTy AfterIP(UI->getParent(), UI->getParent()->end()); in createParallel()
893 OpenMPIRBuilder::InsertPointTy OpenMPIRBuilder::createSections( in createSections()
894 const LocationDescription &Loc, InsertPointTy AllocaIP, in createSections()
900 auto FiniCBWrapper = [&](InsertPointTy IP) { in createSections()
916 IP = InsertPointTy(I->getParent(), I->getIterator()); in createSections()
938 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, Value *IndVar) { in createSections()
953 SectionCB(InsertPointTy(), Builder.saveIP(), *ForExitBB); in createSections()
990 OpenMPIRBuilder::InsertPointTy
997 auto FiniCBWrapper = [&](InsertPointTy IP) { in createSection()
1013 IP = InsertPointTy(I->getParent(), I->getIterator()); in createSection()
1025 OpenMPIRBuilder::InsertPointTy
1049 OpenMPIRBuilder::InsertPointTy
1179 InsertPointTy ComputeIP, const Twine &Name) { in createCanonicalLoop()
1238 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop()
1276 InsertPointTy AllocaIP, bool NeedsBarrier, Value *Chunk) { in createStaticWorkshareLoop()
1361 InsertPointTy AllocaIP, bool NeedsBarrier) { in createWorkshareLoop()
1398 OpenMPIRBuilder::InsertPointTy OpenMPIRBuilder::createDynamicWorkshareLoop( in createDynamicWorkshareLoop()
1400 InsertPointTy AllocaIP, OMPScheduleType SchedType, bool NeedsBarrier, in createDynamicWorkshareLoop()
1437 InsertPointTy AfterIP = CLI->getAfterIP(); in createDynamicWorkshareLoop()
1570 InsertPointTy ComputeIP) { in collapseLoops()
1874 OpenMPIRBuilder::InsertPointTy
1895 OpenMPIRBuilder::InsertPointTy
1930 OpenMPIRBuilder::InsertPointTy OpenMPIRBuilder::createCritical( in createCritical()
1963 OpenMPIRBuilder::InsertPointTy OpenMPIRBuilder::EmitOMPInlinedRegion( in EmitOMPInlinedRegion()
1985 BodyGenCB(/* AllocaIP */ InsertPointTy(), in EmitOMPInlinedRegion()
2003 auto FinIP = InsertPointTy(FiniBB, FiniBB->getFirstInsertionPt()); in EmitOMPInlinedRegion()
2032 OpenMPIRBuilder::InsertPointTy OpenMPIRBuilder::emitCommonDirectiveEntry( in emitCommonDirectiveEntry()
2062 OpenMPIRBuilder::InsertPointTy OpenMPIRBuilder::emitCommonDirectiveExit( in emitCommonDirectiveExit()
2063 omp::Directive OMPD, InsertPointTy FinIP, Instruction *ExitCall, in emitCommonDirectiveExit()
2096 OpenMPIRBuilder::InsertPointTy OpenMPIRBuilder::createCopyinClauseBlocks( in createCopyinClauseBlocks()
2097 InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, in createCopyinClauseBlocks()
2195 OpenMPIRBuilder::InsertPointTy
2240 return InsertPointTy(UserCodeEntryBB, UserCodeEntryBB->getFirstInsertionPt()); in createTargetInit()
2322 InsertPointTy AllocaIP, in createMapperAllocas()
2426 OpenMPIRBuilder::InsertPointTy
2468 OpenMPIRBuilder::InsertPointTy
2502 OpenMPIRBuilder::InsertPointTy OpenMPIRBuilder::createAtomicUpdate( in createAtomicUpdate()
2654 OpenMPIRBuilder::InsertPointTy OpenMPIRBuilder::createAtomicCapture( in createAtomicCapture()