Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp645 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp757 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
H A Dtoy.cpp1011 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp831 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp848 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp848 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp848 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp749 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
H A Dtoy.cpp1113 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp864 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp852 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp971 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1022 BasicBlock *ThenBB = BasicBlock::Create(*TheContext, "then", TheFunction); in codegen() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1625 BasicBlock *ThenBB = BasicBlock::Create(C, "if.then", &F); handleLongjmpableCallsForWasmSjLj() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1191 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/llvm-project/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp693 BasicBlock *ThenBB = BasicBlock::Create(Context, "polly.then", F); createIf() local
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp560 LLVMBasicBlockRef ThenBB = DeclareBB(LLVMValueAsBasicBlock(Then)); CloneInstruction() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp2722 BasicBlock *ThenBB = nullptr; TEST_F() local
2799 BasicBlock *ThenBB = nullptr; TEST_F() local
3299 BasicBlock *ThenBB = nullptr; TEST_F() local
3389 BasicBlock *ThenBB = nullptr; TEST_F() local
3499 BasicBlock *ThenBB = nullptr; TEST_F() local
[all...]
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2255 BasicBlock *ThenBB = BasicBlock::Create(M.getContext(), ".shuffle.then"); shuffleAndStore() local
2540 BasicBlock *ThenBB = BasicBlock::Create(Ctx, "then"); emitInterWarpCopyFunction() local
2766 BasicBlock *ThenBB = BasicBlock::Create(Ctx, "then"); emitShuffleAndReduceFunction() local
3462 BasicBlock *ThenBB = BasicBlock::Create(Ctx, ".omp.reduction.then"); createReductionsGPU() local
5692 auto *ThenBB = BasicBlock::Create(M.getContext(), "omp_region.body"); emitCommonDirectiveEntry() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1134 llvm::BasicBlock *ThenBB = nullptr; EmitOMPLastprivateClauseFinal() local
1479 llvm::BasicBlock *ThenBB = CGF.createBasicBlock(".omp.reduction.pu"); emitPostUpdateForReductionClause() local
2216 llvm::BasicBlock *ThenBB = createBasicBlock(".omp.linear.pu"); EmitOMPLinearClauseFinal() local
2451 llvm::BasicBlock *ThenBB = createBasicBlock(".omp.final.then"); EmitOMPSimdFinal() local
[all...]
H A DCGOpenMPRuntime.cpp11781 llvm::BasicBlock *ThenBB = CGF.createBasicBlock("lp_cond_then"); emitLastprivateConditionalUpdate() local
11895 llvm::BasicBlock *ThenBB = CGF.createBasicBlock("lpc.then"); checkAndEmitSharedLastprivateConditional() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2910 validateAndCostRequiredSelects(BasicBlock * BB,BasicBlock * ThenBB,BasicBlock * EndBB,unsigned & SpeculatedInstructions,InstructionCost & Cost,const TargetTransformInfo & TTI) validateAndCostRequiredSelects() argument
3001 SpeculativelyExecuteBB(BranchInst * BI,BasicBlock * ThenBB) SpeculativelyExecuteBB() argument
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2704 BasicBlock *ThenBB = CondBr->getSuccessor(0), turnSelectIntoBranch() local