/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 364 BasicBlock *ThenBB = ThenTI->getParent(); in CreateParallel() local
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 620 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 635 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 747 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
|
/external/llvm-project/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 492 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/ |
D | OpenMPIRBuilderTest.cpp | 1180 BasicBlock *ThenBB = nullptr; in TEST_F() local 1373 BasicBlock *ThenBB = nullptr; in TEST_F() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 854 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 835 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 835 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 831 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 848 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 824 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 835 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 831 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 836 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 848 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 848 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 749 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 749 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 846 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 853 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 439 LLVMBasicBlockRef ThenBB = DeclareBB(LLVMValueAsBasicBlock(Then)); in CloneInstruction() local
|