/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/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 731 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/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
|
D | toy.cpp | 1011 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/Chapter8/ |
D | toy.cpp | 831 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/Chapter7/ |
D | toy.cpp | 836 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/tools/llvm-c-test/ |
D | echo.cpp | 439 LLVMBasicBlockRef ThenBB = DeclareBB(LLVMValueAsBasicBlock(Then)); in CloneInstruction() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 749 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
|
D | toy.cpp | 1113 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/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 827 llvm::BasicBlock *ThenBB = nullptr; in EmitOMPLastprivateClauseFinal() local 1177 auto *ThenBB = CGF.createBasicBlock(".omp.reduction.pu"); in emitPostUpdateForReductionClause() local 1367 auto *ThenBB = createBasicBlock(".omp.linear.pu"); in EmitOMPLinearClauseFinal() local 1561 auto *ThenBB = createBasicBlock(".omp.final.then"); in EmitOMPSimdFinal() local
|
/external/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 1015 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 971 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 1191 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1746 BasicBlock *ThenBB = BasicBlock::Create(C, "if.then", &F); in handleLongjmpableCallsForWasmSjLj() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2762 static bool validateAndCostRequiredSelects(BasicBlock *BB, BasicBlock *ThenBB, in validateAndCostRequiredSelects() 2852 bool SimplifyCFGOpt::SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB, in SpeculativelyExecuteBB()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1595 static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB, in SpeculativelyExecuteBB()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1963 static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB, in SpeculativelyExecuteBB()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 3628 auto *ThenBB = BasicBlock::Create(M.getContext(), "omp_region.body"); in emitCommonDirectiveEntry() local
|