Home
last modified time | relevance | path

Searched defs:ThenBB (Results 1 – 25 of 44) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp364 BasicBlock *ThenBB = ThenTI->getParent(); in CreateParallel() local
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp620 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp635 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp747 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp492 BasicBlock *ThenBB = ThenTI->getParent(); in createParallel() local
1296 auto *ThenBB = BasicBlock::Create(M.getContext(), "omp_region.body"); in emitCommonDirectiveEntry() local
/external/llvm-project/llvm/unittests/Frontend/
DOpenMPIRBuilderTest.cpp1180 BasicBlock *ThenBB = nullptr; in TEST_F() local
1373 BasicBlock *ThenBB = nullptr; in TEST_F() local
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp854 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp835 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp835 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp831 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp848 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp824 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp835 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp831 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp836 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp848 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp848 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp749 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp749 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp846 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp853 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/external/llvm/tools/llvm-c-test/
Decho.cpp439 LLVMBasicBlockRef ThenBB = DeclareBB(LLVMValueAsBasicBlock(Then)); in CloneInstruction() local

12