Lines Matching refs:emitBlock
1123 emitBlock(OffloadFailedBlock, CurFn); in emitKernelLaunch()
1126 emitBlock(OffloadContBlock, CurFn, /*IsFinished=*/true); in emitKernelLaunch()
2324 emitBlock(PreCondBB, CurFunc); in shuffleAndStore()
2339 emitBlock(ThenBB, CurFunc); in shuffleAndStore()
2354 emitBlock(ExitBB, CurFunc); in shuffleAndStore()
2592 emitBlock(PrecondBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2598 emitBlock(BodyBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2613 emitBlock(ThenBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2642 emitBlock(ElseBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2646 emitBlock(MergeBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2664 emitBlock(W0ThenBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2688 emitBlock(W0ElseBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2691 emitBlock(W0MergeBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2700 emitBlock(ExitBB, CurFn); in emitInterWarpCopyFunction()
2837 emitBlock(ThenBB, Builder.GetInsertBlock()->getParent()); in emitShuffleAndReduceFunction()
2846 emitBlock(ElseBB, Builder.GetInsertBlock()->getParent()); in emitShuffleAndReduceFunction()
2849 emitBlock(MergeBB, Builder.GetInsertBlock()->getParent()); in emitShuffleAndReduceFunction()
2862 emitBlock(CpyThenBB, Builder.GetInsertBlock()->getParent()); in emitShuffleAndReduceFunction()
2867 emitBlock(CpyElseBB, Builder.GetInsertBlock()->getParent()); in emitShuffleAndReduceFunction()
2870 emitBlock(CpyMergeBB, Builder.GetInsertBlock()->getParent()); in emitShuffleAndReduceFunction()
3536 emitBlock(ThenBB, CurFunc); in createReductionsGPU()
3564 emitBlock(ExitBB, CurFunc); in createReductionsGPU()
7605 void OpenMPIRBuilder::emitBlock(BasicBlock *BB, Function *CurFn, in emitBlock() function in OpenMPIRBuilder
7649 emitBlock(ThenBlock, CurFn); in emitIfClause()
7654 emitBlock(ElseBlock, CurFn); in emitIfClause()
7659 emitBlock(ContBlock, CurFn, /*IsFinished=*/true); in emitIfClause()