Home
last modified time | relevance | path

Searched refs:ThenBB (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/misc/mnn/MNN-1.2.0/codegen/cpu/llvm/
H A DLLVMTargetCodeGen.cpp272 BasicBlock *ThenBB = BasicBlock::Create(llvmContext, "then", TheFunction); in codegen() local
276 builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
279 builder->SetInsertPoint(ThenBB); in codegen()
288 ThenBB = builder->GetInsertBlock(); in codegen()
308 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp975 BasicBlock *ThenBB = nullptr; in TEST_F() local
994 ThenBB = Builder.GetInsertBlock(); in TEST_F()
995 EntryBB = ThenBB->getUniquePredecessor(); in TEST_F()
1013 EXPECT_EQ(EntryBr->getSuccessor(0), ThenBB); in TEST_F()
1014 EXPECT_EQ(ThenBB->getUniqueSuccessor(), ExitBB); in TEST_F()
1026 for (auto &FI : *ThenBB) { in TEST_F()
1168 BasicBlock *ThenBB = nullptr; in TEST_F() local
1187 ThenBB = Builder.GetInsertBlock(); in TEST_F()
1188 EntryBB = ThenBB->getUniquePredecessor(); in TEST_F()
1207 EXPECT_EQ(EntryBr->getSuccessor(0), ThenBB); in TEST_F()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp634 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
638 Builder.CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
641 Builder.SetInsertPoint(ThenBB); in codegen()
649 ThenBB = Builder.GetInsertBlock(); in codegen()
668 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp634 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
638 Builder.CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
641 Builder.SetInsertPoint(ThenBB); in codegen()
649 ThenBB = Builder.GetInsertBlock(); in codegen()
668 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp634 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
638 Builder.CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
641 Builder.SetInsertPoint(ThenBB); in codegen()
649 ThenBB = Builder.GetInsertBlock(); in codegen()
668 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp634 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
638 Builder.CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
641 Builder.SetInsertPoint(ThenBB); in codegen()
649 ThenBB = Builder.GetInsertBlock(); in codegen()
668 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/llvm90/llvm-9.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp634 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
638 Builder.CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
641 Builder.SetInsertPoint(ThenBB); in codegen()
649 ThenBB = Builder.GetInsertBlock(); in codegen()
668 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/llvm80/llvm-8.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp634 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction);
638 Builder.CreateCondBr(CondV, ThenBB, ElseBB);
641 Builder.SetInsertPoint(ThenBB);
649 ThenBB = Builder.GetInsertBlock();
668 PN->addIncoming(ThenV, ThenBB);
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp634 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
638 Builder.CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
641 Builder.SetInsertPoint(ThenBB); in codegen()
649 ThenBB = Builder.GetInsertBlock(); in codegen()
668 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp635 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
639 Builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
642 Builder->SetInsertPoint(ThenBB); in codegen()
650 ThenBB = Builder->GetInsertBlock(); in codegen()
669 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp635 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
639 Builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
642 Builder->SetInsertPoint(ThenBB); in codegen()
650 ThenBB = Builder->GetInsertBlock(); in codegen()
669 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp635 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
639 Builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
642 Builder->SetInsertPoint(ThenBB); in codegen()
650 ThenBB = Builder->GetInsertBlock(); in codegen()
669 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp635 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
639 Builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
642 Builder->SetInsertPoint(ThenBB); in codegen()
650 ThenBB = Builder->GetInsertBlock(); in codegen()
669 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp635 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
639 Builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
642 Builder->SetInsertPoint(ThenBB); in codegen()
650 ThenBB = Builder->GetInsertBlock(); in codegen()
669 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp635 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
639 Builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
642 Builder->SetInsertPoint(ThenBB); in codegen()
650 ThenBB = Builder->GetInsertBlock(); in codegen()
669 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp635 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
639 Builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
642 Builder->SetInsertPoint(ThenBB); in codegen()
650 ThenBB = Builder->GetInsertBlock(); in codegen()
669 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp635 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
639 Builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
642 Builder->SetInsertPoint(ThenBB); in codegen()
650 ThenBB = Builder->GetInsertBlock(); in codegen()
669 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp635 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
639 Builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
642 Builder->SetInsertPoint(ThenBB); in codegen()
650 ThenBB = Builder->GetInsertBlock(); in codegen()
669 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp457 BasicBlock *ThenBB = ThenTI->getParent(); in CreateParallel() local
458 BasicBlock *PRegEntryBB = ThenBB->splitBasicBlock(ThenTI, "omp.par.entry"); in CreateParallel()
892 auto *ThenBB = BasicBlock::Create(M.getContext(), "omp_region.body"); in emitCommonDirectiveEntry() local
893 auto *UI = new UnreachableInst(Builder.getContext(), ThenBB); in emitCommonDirectiveEntry()
898 CurFn->getBasicBlockList().insertAfter(EntryBB->getIterator(), ThenBB); in emitCommonDirectiveEntry()
903 Builder.CreateCondBr(CallBool, ThenBB, ExitBB); in emitCommonDirectiveEntry()
908 Builder.SetInsertPoint(ThenBB->getTerminator()); in emitCommonDirectiveEntry()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp474 BasicBlock *ThenBB = ThenTI->getParent(); in CreateParallel() local
475 BasicBlock *PRegEntryBB = ThenBB->splitBasicBlock(ThenTI, "omp.par.entry"); in CreateParallel()
909 auto *ThenBB = BasicBlock::Create(M.getContext(), "omp_region.body"); in emitCommonDirectiveEntry() local
910 auto *UI = new UnreachableInst(Builder.getContext(), ThenBB); in emitCommonDirectiveEntry()
915 CurFn->getBasicBlockList().insertAfter(EntryBB->getIterator(), ThenBB); in emitCommonDirectiveEntry()
920 Builder.CreateCondBr(CallBool, ThenBB, ExitBB); in emitCommonDirectiveEntry()
925 Builder.SetInsertPoint(ThenBB->getTerminator()); in emitCommonDirectiveEntry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp749 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
753 Builder.CreateCondBr(CondV, ThenBB, ElseBB); in Codegen()
756 Builder.SetInsertPoint(ThenBB); in Codegen()
763 ThenBB = Builder.GetInsertBlock(); in Codegen()
781 PN->addIncoming(ThenV, ThenBB); in Codegen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp747 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
751 Builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
754 Builder->SetInsertPoint(ThenBB); in codegen()
762 ThenBB = Builder->GetInsertBlock(); in codegen()
781 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
735 Builder.CreateCondBr(CondV, ThenBB, ElseBB); in Codegen()
738 Builder.SetInsertPoint(ThenBB); in Codegen()
745 ThenBB = Builder.GetInsertBlock(); in Codegen()
763 PN->addIncoming(ThenV, ThenBB); in Codegen()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp747 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
751 Builder->CreateCondBr(CondV, ThenBB, ElseBB); in codegen()
754 Builder->SetInsertPoint(ThenBB); in codegen()
762 ThenBB = Builder->GetInsertBlock(); in codegen()
781 PN->addIncoming(ThenV, ThenBB); in codegen()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
735 Builder.CreateCondBr(CondV, ThenBB, ElseBB); in Codegen()
738 Builder.SetInsertPoint(ThenBB); in Codegen()
745 ThenBB = Builder.GetInsertBlock(); in Codegen()
763 PN->addIncoming(ThenV, ThenBB); in Codegen()

12345678910>>...16