HomeSort by relevance Sort by last modified time
    Searched refs:RemoveInstruction (Results 1 - 25 of 32) sorted by null

1 2

  /art/compiler/optimizing/
constant_folding.cc 96 inst->GetBlock()->RemoveInstruction(inst);
106 inst->GetBlock()->RemoveInstruction(inst);
119 inst->GetBlock()->RemoveInstruction(inst);
128 inst->GetBlock()->RemoveInstruction(inst);
142 instruction->GetBlock()->RemoveInstruction(instruction);
154 instruction->GetBlock()->RemoveInstruction(instruction);
166 instruction->GetBlock()->RemoveInstruction(instruction);
178 instruction->GetBlock()->RemoveInstruction(instruction);
190 instruction->GetBlock()->RemoveInstruction(instruction);
202 instruction->GetBlock()->RemoveInstruction(instruction)
    [all...]
instruction_simplifier.cc 196 left_neg->GetBlock()->RemoveInstruction(left_neg);
197 right_neg->GetBlock()->RemoveInstruction(right_neg);
231 left->GetBlock()->RemoveInstruction(left);
232 right->GetBlock()->RemoveInstruction(right);
330 mul->GetBlock()->RemoveInstruction(mul);
357 instruction->GetBlock()->RemoveInstruction(instruction);
423 ushr->GetBlock()->RemoveInstruction(ushr);
426 ushr->GetRight()->GetBlock()->RemoveInstruction(ushr->GetRight());
429 shl->GetBlock()->RemoveInstruction(shl);
432 shl->GetRight()->GetBlock()->RemoveInstruction(shl->GetRight())
    [all...]
cha_guard_optimization.cc 100 block->RemoveInstruction(deopt);
101 block->RemoveInstruction(compare);
102 block->RemoveInstruction(flag);
201 block->RemoveInstruction(deopt);
prepare_for_register_allocation.cc 73 bound_type->GetBlock()->RemoveInstruction(bound_type);
134 check->GetBlock()->RemoveInstruction(check);
137 load_class->GetBlock()->RemoveInstruction(load_class);
144 check->GetBlock()->RemoveInstruction(check);
196 constructor_fence->GetBlock()->RemoveInstruction(constructor_fence);
instruction_simplifier_shared.cc 83 input_binop->GetBlock()->RemoveInstruction(input_binop);
148 mul->GetBlock()->RemoveInstruction(mul);
161 mul->GetBlock()->RemoveInstruction(mul);
223 hnot->GetBlock()->RemoveInstruction(hnot);
graph_checker_test.cc 123 exit_block->RemoveInstruction(last_inst);
nodes_test.cc 32 TEST_F(NodeTest, RemoveInstruction) {
63 first_block->RemoveInstruction(null_check);
ssa_builder.cc 345 aget_float->GetBlock()->RemoveInstruction(aget_float);
359 aget_int->GetBlock()->RemoveInstruction(aget_int);
459 new_instance->GetBlock()->RemoveInstruction(new_instance);
472 input->GetBlock()->RemoveInstruction(input);
482 load_class->GetBlock()->RemoveInstruction(load_class);
dead_code_elimination.cc 201 user_block->RemoveInstruction(user);
399 block->RemoveInstruction(first);
504 block->RemoveInstruction(inst);
load_store_elimination.cc 189 load2->GetBlock()->RemoveInstruction(load2);
238 load->GetBlock()->RemoveInstruction(load);
244 store->GetBlock()->RemoveInstruction(store);
258 new_instance->GetBlock()->RemoveInstruction(new_instance);
519 prev->GetBlock()->RemoveInstruction(prev);
636 instruction->GetBlock()->RemoveInstruction(instruction);
    [all...]
gvn_test.cc 295 loop_body->RemoveInstruction(field_set);
411 outer_loop_body->RemoveInstruction(outer_loop_body->GetFirstInstruction());
instruction_simplifier_arm.cc 146 bitfield_op->GetBlock()->RemoveInstruction(bitfield_op);
instruction_simplifier_arm64.cc 150 bitfield_op->GetBlock()->RemoveInstruction(bitfield_op);
optimizing_unit_test.h 83 current->GetBlock()->RemoveInstruction(current);
nodes.cc 596 block->RemoveInstruction(block->GetFirstInstruction());
    [all...]
gvn.cc 494 current->GetBlock()->RemoveInstruction(current);
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cse.cc 82 TF_CHECK_OK(computation->RemoveInstruction(instruction));
133 computation->RemoveInstruction(equivalent_instruction));
defuser.cc 85 fusion_instruction->parent()->RemoveInstruction(fusion_instruction));
hlo_computation.cc 130 TF_RETURN_IF_ERROR(RemoveInstruction(param_instruction));
154 TF_RETURN_IF_ERROR(RemoveInstruction(param_instruction));
214 TF_RETURN_IF_ERROR(RemoveInstruction(item));
220 Status HloComputation::RemoveInstruction(HloInstruction* instruction) {
444 TF_CHECK_OK(RemoveInstruction(root));
449 TF_CHECK_OK(RemoveInstruction(instruction));
reduce_precision_insertion_test.cc 385 EXPECT_IS_OK(computation->RemoveInstruction(y));
421 EXPECT_IS_OK(computation->RemoveInstruction(y));
468 EXPECT_IS_OK(computation->RemoveInstruction(y));
hlo_computation.h 111 Status RemoveInstruction(HloInstruction* instruction);
instruction_fusion.cc 386 TF_RETURN_IF_ERROR(computation_->RemoveInstruction(operand));
hlo_module.cc 473 TF_CHECK_OK(computation->RemoveInstruction(*i));
hlo_instruction.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
fusion_merger.cc 290 return computation_->RemoveInstruction(fusion);

Completed in 397 milliseconds

1 2