Searched refs:true_block (Results 1 - 25 of 31) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c391 /* create/insert true_block before merge_block */
392 ifthen->true_block =
398 LLVMPositionBuilderAtEnd(gallivm->builder, ifthen->true_block);
410 /* Append an unconditional Br(anch) instruction on the true_block */
444 ifthen->true_block, ifthen->false_block);
449 ifthen->true_block, ifthen->merge_block);
H A Dlp_bld_flow.h173 LLVMBasicBlockRef true_block; member in struct:lp_build_if_state
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dparallel_loop_emitter.cc118 llvm_ir::SetToFirstInsertPoint(if_in_bounds.true_block, ir_builder_);
H A Dir_emitter_unnested.cc782 builder->SetInsertPoint(if_not_last_row.true_block->getTerminator());
791 builder->SetInsertPoint(if_in_tile.true_block->getTerminator());
809 builder->SetInsertPoint(if_y_in_tile.true_block->getTerminator());
1027 llvm_ir::SetToFirstInsertPoint(if_data.true_block, &ir_builder_);
1051 llvm_ir::SetToFirstInsertPoint(if_tile_in_bounds_data.true_block,
1098 llvm_ir::SetToFirstInsertPoint(if_lane_id_is_zero_data.true_block,
1208 llvm_ir::SetToFirstInsertPoint(if_data.true_block, &ir_builder_);
1257 llvm_ir::SetToFirstInsertPoint(if_tile_in_bounds_data.true_block,
1448 llvm_ir::SetToFirstInsertPoint(if_x_in_bounds_data.true_block,
1493 llvm_ir::SetToFirstInsertPoint(if_tile_in_bounds_data.true_block,
[all...]
H A Delemental_ir_emitter.cc401 SetToFirstInsertPoint(if_data.true_block, ir_builder_);
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h341 FlagsContinuation(FlagsCondition condition, BasicBlock* true_block, argument
345 true_block_(true_block),
347 DCHECK_NOT_NULL(true_block);
399 BasicBlock* true_block() const { function in class:v8::internal::compiler::final
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dkernel_support_library.cc60 ir_builder_->SetInsertPoint(&if_data.true_block->back());
H A Dllvm_util.h190 llvm::BasicBlock* true_block; member in struct:xla::llvm_ir::LlvmIfData
195 // The block that follows after both the true_block and the
H A Dllvm_util.cc415 if_data.true_block = CreateBasicBlock(
441 condition, if_data.true_block,
444 ir_builder->SetInsertPoint(if_data.true_block);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Delemental_ir_emitter.cc919 SetToFirstInsertPoint(if_data.true_block, ir_builder_);
1437 auto true_block = llvm_ir::CreateBasicBlock(
1449 true_block, false_block);
1454 llvm::BranchInst::Create(exit_block, /*InsertAtEnd=*/true_block));
1587 SetToFirstInsertPoint(if_in_bounds.true_block, ir_builder_);
1616 SetToFirstInsertPoint(if_start_needs_adjustment.true_block,
1627 if_start_needs_adjustment.true_block);
1637 if_in_bounds.true_block);
1645 phi_index->addIncoming(slice_start_index[i], if_in_bounds.true_block);
1662 SetToFirstInsertPoint(if_data.true_block, ir_builder
[all...]
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc479 inputs[input_count++] = g.Label(cont->true_block());
1233 inputs[input_count++] = g.Label(cont->true_block());
1257 g.Label(cont->true_block()), g.Label(cont->false_block()));
1371 g.Label(cont->true_block()), g.Label(cont->false_block()));
1395 g.Label(cont->true_block()), g.Label(cont->false_block()));
1423 cont->true_block()->PredecessorAt(0)->control_input());
1477 selector->Emit(opcode, g.NoOutput(), g.Label(cont->true_block()),
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc457 inputs[input_count++] = g.Label(cont->true_block());
1458 g.Label(cont->true_block()), g.Label(cont->false_block()));
1809 g.Label(cont->true_block()), g.Label(cont->false_block()));
1979 g.Label(cont->true_block()), g.Label(cont->false_block()));
2016 g.TempImmediate(63), g.Label(cont->true_block()),
2022 g.Label(cont->true_block()), g.Label(cont->false_block()));
2128 g.Label(cont->true_block()), g.Label(cont->false_block()));
2332 g.UseRegister(value), g.Label(cont->true_block()),
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc566 inputs[input_count++] = g.Label(cont->true_block());
1160 inputs[input_count++] = g.Label(cont->true_block());
1184 g.Label(cont->true_block()), g.Label(cont->false_block()));
1320 cont->true_block()->PredecessorAt(0)->control_input());
1369 selector->Emit(opcode, g.NoOutput(), g.Label(cont->true_block()),
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc467 inputs[input_count++] = g.Label(cont->true_block());
601 inputs[input_count++] = g.Label(cont->true_block());
1798 g.Label(cont->true_block()), g.Label(cont->false_block()));
1841 cont->true_block()->PredecessorAt(0)->control_input());
1875 inputs[input_count++] = g.Label(cont->true_block());
1960 cont->true_block()->PredecessorAt(0)->control_input());
1979 inputs[input_count++] = g.Label(cont->true_block());
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc273 inputs[input_count++] = g.Label(cont->true_block());
911 inputs[input_count++] = g.Label(cont->true_block());
1288 g.Label(cont->true_block()), g.Label(cont->false_block()));
1561 g.Label(cont->true_block()), g.Label(cont->false_block()));
1747 inputs[input_count++] = g.Label(cont->true_block());
1916 g.Label(cont->true_block()), g.Label(cont->false_block()));
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc598 SetToFirstInsertPoint(if_data.true_block, &ir_builder_);
721 SetToFirstInsertPoint(if_in_bounds.true_block, &ir_builder_);
748 SetToFirstInsertPoint(if_initialized.true_block, &ir_builder_);
1106 SetToFirstInsertPoint(if_data.true_block, &ir_builder_);
2521 SetToFirstInsertPoint(if_data.true_block, &ir_builder_);
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc540 inputs[input_count++] = g.Label(cont->true_block());
1574 inputs[input_count++] = g.Label(cont->true_block());
1598 g.Label(cont->true_block()), g.Label(cont->false_block()));
1718 cont->true_block()->PredecessorAt(0)->control_input());
1785 selector->Emit(opcode, g.NoOutput(), g.Label(cont->true_block()),
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc188 inputs[input_count++] = g.Label(cont->true_block());
1387 g.Label(cont->true_block()), g.Label(cont->false_block()));
1599 g.Label(cont->true_block()), g.Label(cont->false_block()));
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc133 inputs[input_count++] = g.Label(cont->true_block());
1549 g.Label(cont->true_block()), g.Label(cont->false_block()));
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc284 inputs[input_count++] = g.Label(cont->true_block());
1964 g.Label(cont->true_block()), g.Label(cont->false_block()));
2180 g.Label(cont->true_block()), g.Label(cont->false_block()));
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc5375 int true_block = instr->TrueDestination(chunk_); local
5379 if (true_block == false_block) {
5380 EmitGoto(true_block);
5381 } else if (true_block == next_block) {
5384 __ JumpIfHeapNumber(value, chunk_->GetAssemblyLabel(true_block));
/external/v8/src/crankshaft/
H A Dhydrogen.cc1046 HBasicBlock* true_block = NULL; local
1048 Finish(&true_block, &false_block);
1049 DCHECK(true_block != NULL);
1051 continuation->Capture(true_block, false_block);
1062 HBasicBlock* true_block = NULL; local
1064 Finish(&true_block, &false_block);
1066 if (true_block != NULL && !true_block->IsFinished()) {
1068 builder()->GotoNoSimulate(true_block, continuation->true_branch());
3928 HBasicBlock* true_block,
3927 VisitForControl(Expression* expr, HBasicBlock* true_block, HBasicBlock* false_block) argument
[all...]
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc1801 int true_block = instr->TrueDestination(chunk_); local
1803 __ jmp(chunk_->GetAssemblyLabel(true_block));
1805 __ j(cc, chunk_->GetAssemblyLabel(true_block));
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc2077 int true_block = instr->TrueDestination(chunk_); local
2079 __ jmp(chunk_->GetAssemblyLabel(true_block));
2081 __ j(cc, chunk_->GetAssemblyLabel(true_block));
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc2004 int true_block = instr->TrueDestination(chunk_); local
2005 __ b(condition, chunk_->GetAssemblyLabel(true_block));

Completed in 599 milliseconds

12