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

1 2 3 4

  /art/compiler/optimizing/
licm_test.cc 140 EXPECT_EQ(get_field->GetBlock(), loop_body_);
141 EXPECT_EQ(set_field->GetBlock(), loop_body_);
143 EXPECT_EQ(get_field->GetBlock(), loop_preheader_);
144 EXPECT_EQ(set_field->GetBlock(), loop_body_);
174 EXPECT_EQ(get_field->GetBlock(), loop_body_);
175 EXPECT_EQ(set_field->GetBlock(), loop_body_);
177 EXPECT_EQ(get_field->GetBlock(), loop_body_);
178 EXPECT_EQ(set_field->GetBlock(), loop_body_);
192 EXPECT_EQ(get_array->GetBlock(), loop_body_);
193 EXPECT_EQ(set_array->GetBlock(), loop_body_)
    [all...]
instruction_simplifier_shared.cc 78 ArenaAllocator* arena = mul->GetBlock()->GetGraph()->GetArena();
82 mul->GetBlock()->ReplaceAndRemoveInstructionWith(mul, mulacc);
83 input_binop->GetBlock()->RemoveInstruction(input_binop);
108 ArenaAllocator* arena = mul->GetBlock()->GetGraph()->GetArena();
146 binop->GetBlock()->ReplaceAndRemoveInstructionWith(binop, mulacc);
148 mul->GetBlock()->RemoveInstruction(mul);
155 mul->GetBlock()->GetGraph()->GetConstant(type, 0),
159 use->GetBlock()->ReplaceAndRemoveInstructionWith(use, mulacc);
161 mul->GetBlock()->RemoveInstruction(mul);
219 HBitwiseNegatedRight* neg_op = new (hnot->GetBlock()->GetGraph()->GetArena()
    [all...]
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...]
code_sinking.cc 41 if (instruction->GetBlock() == instruction->GetBlock()->GetGraph()->GetEntryBlock()) {
116 if (!discard_blocks.IsBitSet(instruction->GetBlock()->GetBlockId()) &&
150 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId());
154 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId());
175 HBasicBlock* block = user->GetBlock();
189 finder.Update(use.GetUser()->GetHolder()->GetBlock());
210 if (use.GetUser()->GetBlock() == target_block &&
217 if (user->GetBlock() == target_block &&
308 if (!post_dominated.IsBitSet(user->GetBlock()->GetBlockId()) &
    [all...]
cha_guard_optimization.cc 89 HBasicBlock* block = flag->GetBlock();
129 HBasicBlock* dominator = flag->GetBlock();
130 HBasicBlock* receiver_def_block = receiver->GetBlock();
150 if (dominator == flag->GetBlock()) {
181 HBasicBlock* block = flag->GetBlock();
240 block_has_cha_guard_[flag->GetBlock()->GetBlockId()] = 1;
instruction_simplifier.cc 190 left_neg->GetBlock()->RemoveInstruction(left_neg);
191 right_neg->GetBlock()->RemoveInstruction(right_neg);
193 binop->GetBlock()->InsertInstructionBefore(neg, binop->GetNext());
225 left->GetBlock()->RemoveInstruction(left);
226 right->GetBlock()->RemoveInstruction(right);
242 op->GetBlock()->InsertInstructionBefore(hbin, op);
243 op->GetBlock()->ReplaceAndRemoveInstructionWith(op, hnot);
270 instruction->GetBlock()->RemoveInstruction(instruction);
315 op->GetBlock()->ReplaceAndRemoveInstructionWith(op, ror);
317 ushr->GetBlock()->RemoveInstruction(ushr)
    [all...]
gvn_test.cc 98 ASSERT_EQ(to_remove->GetBlock(), block);
99 ASSERT_EQ(different_offset->GetBlock(), block);
100 ASSERT_EQ(use_after_kill->GetBlock(), block);
107 ASSERT_TRUE(to_remove->GetBlock() == nullptr);
108 ASSERT_EQ(different_offset->GetBlock(), block);
109 ASSERT_EQ(use_after_kill->GetBlock(), block);
284 ASSERT_EQ(field_get_in_loop_header->GetBlock(), loop_header);
285 ASSERT_EQ(field_get_in_loop_body->GetBlock(), loop_body);
286 ASSERT_EQ(field_get_in_exit->GetBlock(), exit);
296 ASSERT_EQ(field_get_in_loop_header->GetBlock(), loop_header)
    [all...]
graph_checker.cc 304 if (!load->GetBlock()->IsCatchBlock()) {
308 load->GetBlock()->GetBlockId()));
309 } else if (load->GetBlock()->GetFirstInstruction() != load) {
313 load->GetBlock()->GetBlockId()));
326 if (instruction->GetBlock() == nullptr) {
331 } else if (instruction->GetBlock() != current_block_) {
336 instruction->GetBlock()->GetBlockId()));
341 if (input->GetBlock() == nullptr) {
348 ? input->GetBlock()->GetPhis()
349 : input->GetBlock()->GetInstructions()
    [all...]
prepare_for_register_allocation.cc 69 bound_type->GetBlock()->RemoveInstruction(bound_type);
130 check->GetBlock()->RemoveInstruction(check);
133 load_class->GetBlock()->RemoveInstruction(load_class);
140 check->GetBlock()->RemoveInstruction(check);
192 constructor_fence->GetBlock()->RemoveInstruction(constructor_fence);
256 if (user->GetBlock() != input->GetBlock()) {
locations.cc 33 instruction->GetBlock()->GetGraph()->GetArena()->Adapter(kArenaAllocLocationSummary)),
34 temps_(instruction->GetBlock()->GetGraph()->GetArena()->Adapter(kArenaAllocLocationSummary)),
46 ArenaAllocator* arena = instruction->GetBlock()->GetGraph()->GetArena();
licm.cc 24 return instruction->IsPhi() && instruction->GetBlock() == block;
33 HLoopInformation* info = instruction->GetBlock()->GetLoopInformation();
35 HLoopInformation* input_loop = input->GetBlock()->GetLoopInformation();
49 HLoopInformation* input_loop = input->GetBlock()->GetLoopInformation();
load_store_elimination.cc 90 load->GetBlock()->RemoveInstruction(load);
96 store->GetBlock()->RemoveInstruction(store);
107 new_instance->GetBlock()->RemoveInstruction(new_instance);
115 new_array->GetBlock()->RemoveInstruction(new_array);
208 !singleton_ref->GetBlock()->Dominates(predecessor)) {
237 DCHECK((singleton_ref->GetBlock() == block) ||
238 !singleton_ref->GetBlock()->Dominates(block));
263 prev->GetBlock()->RemoveInstruction(prev);
299 heap_values_for_[instruction->GetBlock()->GetBlockId()];
366 heap_values_for_[instruction->GetBlock()->GetBlockId()]
    [all...]
nodes_mips.h 60 return GetBlock()->GetSuccessors()[num_entries_];
bounds_check_elimination.cc 386 DCHECK(induction_variable_->GetBlock()->IsLoopHeader());
387 return induction_variable_->GetBlock();
617 if (instruction->GetBlock() != basic_block) {
634 if (instruction->GetBlock() != left->GetBlock()) {
675 ApplyRangeFromComparison(left, instruction->GetBlock(), successor,
684 ApplyRangeFromComparison(right, instruction->GetBlock(), successor,
693 HBasicBlock* block = instruction->GetBlock();
709 if (instruction->GetBlock() != loop_head) {
816 HBasicBlock* block = bounds_check->GetBlock();
    [all...]
optimizing_unit_test.h 73 current->GetBlock()->RemoveInstruction(current);
126 return instruction->GetBlock() == nullptr;
pc_relative_fixups_x86.cc 137 HBasicBlock* block = neg->GetBlock();
156 HBasicBlock* block = switch_insn->GetBlock();
179 cursor->GetBlock()->InsertInstructionBefore(method_address, cursor);
195 insn->GetBlock()->InsertInstructionBefore(load_constant, insn);
ssa_builder.cc 290 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetArena()) HArrayGet(
295 aget->GetBlock()->InsertInstructionAfter(equivalent, aget);
336 aget_float->GetBlock()->RemoveInstruction(aget_float);
350 aget_int->GetBlock()->RemoveInstruction(aget_int);
448 new_instance->GetBlock()->RemoveInstruction(new_instance);
461 input->GetBlock()->RemoveInstruction(input);
471 load_class->GetBlock()->RemoveInstruction(load_class);
563 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext());
585 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext());
627 phi->GetBlock()->InsertPhiAfter(new_phi, phi)
    [all...]
instruction_simplifier_arm.cc 96 use->GetBlock()->ReplaceAndRemoveInstructionWith(use, alu_with_op);
98 bitfield_op->GetBlock()->RemoveInstruction(bitfield_op);
instruction_simplifier_arm64.cc 93 use->GetBlock()->ReplaceAndRemoveInstructionWith(use, alu_with_op);
95 bitfield_op->GetBlock()->RemoveInstruction(bitfield_op);
nodes_x86.h 111 return GetBlock()->GetSuccessors()[num_entries_];
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_sync_test.cc 24 MBlock *mb = m->GetBlock((uptr)&block[0]);
30 mb = m->GetBlock((uptr)&block[0]);
40 MBlock *mb1 = m->GetBlock((uptr)&block[0]);
42 MBlock *mb2 = m->GetBlock((uptr)&block[1]);
45 mb1 = m->GetBlock((uptr)&block[0]);
47 mb2 = m->GetBlock((uptr)&block[1]);
86 MBlock *mb1 = m->GetBlock((uptr)&block1[0]);
88 MBlock *mb2 = m->GetBlock((uptr)&block1[3]);
90 mb1 = m->GetBlock((uptr)&block2[0]);
93 mb2 = m->GetBlock((uptr)&block2[3])
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
Function.h 116 std::pair<const BasicBlock*, bool> GetBlock(uint32_t id) const;
117 std::pair<BasicBlock*, bool> GetBlock(uint32_t id);
Function.cpp 277 tie(block, ignore) = GetBlock(merge_block_id);
284 pair<const BasicBlock*, bool> Function::GetBlock(uint32_t block_id) const {
296 pair<BasicBlock*, bool> Function::GetBlock(uint32_t block_id) {
299 tie(out, defined) = const_cast<const Function*>(this)->GetBlock(block_id);
  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 139 allocator_->GetBlock(starting_after, 0, 0, false, false);
166 allocator_->GetBlock(last, 0, 0, true, false);
184 block = allocator_->GetBlock(next, 0, 0, false, false);
414 const volatile BlockHeader* const block = GetBlock(ref, 0, 0, false, false);
418 // Header was verified by GetBlock() but a malicious actor could change
428 const volatile BlockHeader* const block = GetBlock(ref, 0, 0, false, false);
438 volatile BlockHeader* const block = GetBlock(ref, 0, 0, false, false);
506 volatile BlockHeader* const block = GetBlock(freeptr, 0, 0, false, true);
583 volatile BlockHeader* block = GetBlock(ref, 0, 0, false, false);
597 block = GetBlock(tail, 0, 0, true, false)
    [all...]
  /external/pdfium/testing/
test_support.h 94 static int GetBlock(void* param,

Completed in 140 milliseconds

1 2 3 4