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

1 2 3 4

  /art/compiler/optimizing/
licm_test.cc 137 EXPECT_EQ(get_field->GetBlock(), loop_body_);
138 EXPECT_EQ(set_field->GetBlock(), loop_body_);
140 EXPECT_EQ(get_field->GetBlock(), loop_preheader_);
141 EXPECT_EQ(set_field->GetBlock(), loop_body_);
171 EXPECT_EQ(get_field->GetBlock(), loop_body_);
172 EXPECT_EQ(set_field->GetBlock(), loop_body_);
174 EXPECT_EQ(get_field->GetBlock(), loop_body_);
175 EXPECT_EQ(set_field->GetBlock(), loop_body_);
189 EXPECT_EQ(get_array->GetBlock(), loop_body_);
190 EXPECT_EQ(set_array->GetBlock(), loop_body_)
    [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 47 if (instruction->GetBlock() == instruction->GetBlock()->GetGraph()->GetEntryBlock()) {
127 if (!discard_blocks.IsBitSet(instruction->GetBlock()->GetBlockId()) &&
161 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId());
165 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId());
186 HBasicBlock* block = user->GetBlock();
200 finder.Update(use.GetUser()->GetHolder()->GetBlock());
226 if (use.GetUser()->GetBlock() == target_block &&
233 if (user->GetBlock() == target_block &&
326 if (!post_dominated.IsBitSet(user->GetBlock()->GetBlockId()) &
    [all...]
instruction_simplifier_shared.cc 78 ArenaAllocator* allocator = mul->GetBlock()->GetGraph()->GetAllocator();
82 mul->GetBlock()->ReplaceAndRemoveInstructionWith(mul, mulacc);
83 input_binop->GetBlock()->RemoveInstruction(input_binop);
108 ArenaAllocator* allocator = mul->GetBlock()->GetGraph()->GetAllocator();
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()->GetAllocator()
    [all...]
instruction_simplifier.cc 196 left_neg->GetBlock()->RemoveInstruction(left_neg);
197 right_neg->GetBlock()->RemoveInstruction(right_neg);
199 binop->GetBlock()->InsertInstructionBefore(neg, binop->GetNext());
231 left->GetBlock()->RemoveInstruction(left);
232 right->GetBlock()->RemoveInstruction(right);
248 op->GetBlock()->InsertInstructionBefore(hbin, op);
249 op->GetBlock()->ReplaceAndRemoveInstructionWith(op, hnot);
286 ArenaAllocator* allocator = mul->GetBlock()->GetGraph()->GetAllocator();
328 binop->GetBlock()->ReplaceAndRemoveInstructionWith(binop, mulacc);
330 mul->GetBlock()->RemoveInstruction(mul)
    [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;
gvn_test.cc 96 ASSERT_EQ(to_remove->GetBlock(), block);
97 ASSERT_EQ(different_offset->GetBlock(), block);
98 ASSERT_EQ(use_after_kill->GetBlock(), block);
105 ASSERT_TRUE(to_remove->GetBlock() == nullptr);
106 ASSERT_EQ(different_offset->GetBlock(), block);
107 ASSERT_EQ(use_after_kill->GetBlock(), block);
276 ASSERT_EQ(field_get_in_loop_header->GetBlock(), loop_header);
277 ASSERT_EQ(field_get_in_loop_body->GetBlock(), loop_body);
278 ASSERT_EQ(field_get_in_exit->GetBlock(), exit);
288 ASSERT_EQ(field_get_in_loop_header->GetBlock(), loop_header)
    [all...]
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();
136 DCHECK(instruction->GetBlock()->IsLoopHeader());
graph_checker.cc 316 if (!load->GetBlock()->IsCatchBlock()) {
320 load->GetBlock()->GetBlockId()));
321 } else if (load->GetBlock()->GetFirstInstruction() != load) {
325 load->GetBlock()->GetBlockId()));
338 if (instruction->GetBlock() == nullptr) {
343 } else if (instruction->GetBlock() != current_block_) {
348 instruction->GetBlock()->GetBlockId()));
353 if (input->GetBlock() == nullptr) {
360 ? input->GetBlock()->GetPhis()
361 : input->GetBlock()->GetInstructions()
    [all...]
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);
261 if (user->GetBlock() != input->GetBlock()) {
bounds_check_elimination.cc 387 DCHECK(induction_variable_->GetBlock()->IsLoopHeader());
388 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) {
824 HBasicBlock* block = bounds_check->GetBlock();
    [all...]
load_store_elimination.cc 130 instruction->GetBlock()->InsertInstructionBefore(type_conversion, instruction);
181 type_conversion->GetBlock()->Dominates(load2->GetBlock()) &&
184 (load2->GetBlock() == type_conversion->GetBlock() ||
189 load2->GetBlock()->RemoveInstruction(load2);
238 load->GetBlock()->RemoveInstruction(load);
244 store->GetBlock()->RemoveInstruction(store);
258 new_instance->GetBlock()->RemoveInstruction(new_instance);
422 !singleton_ref->GetBlock()->Dominates(predecessor))
    [all...]
superblock_cloner.cc 45 if (!bb_set.IsBitSet(user->GetBlock()->GetBlockId())) {
53 if (!bb_set.IsBitSet(user->GetBlock()->GetBlockId())) {
107 if (!IsInOrigBBSet(orig_input->GetBlock())) {
127 if (env_input != nullptr && IsInOrigBBSet(env_input->GetBlock())) {
129 DCHECK(env_input != nullptr && env_input->GetBlock() != nullptr);
380 HBasicBlock* phi_block = phi->GetBlock();
383 HBasicBlock* input_block = input->GetBlock();
515 DCHECK(orig_input->GetBlock()->Dominates(orig_instr->GetBlock()));
519 if (!IsInOrigBBSet(orig_input->GetBlock())) {
    [all...]
nodes_mips.h 64 return GetBlock()->GetSuccessors()[num_entries_];
pc_relative_fixups_x86.cc 139 HBasicBlock* block = neg->GetBlock();
158 HBasicBlock* block = switch_insn->GetBlock();
181 cursor->GetBlock()->InsertInstructionBefore(method_address, cursor);
197 insn->GetBlock()->InsertInstructionBefore(load_constant, insn);
ssa_builder.cc 296 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetAllocator()) HArrayGet(
301 aget->GetBlock()->InsertInstructionAfter(equivalent, aget);
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);
574 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext());
596 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext());
637 phi->GetBlock()->InsertPhiAfter(new_phi, phi)
    [all...]
instruction_simplifier_mips.cc 74 HGraph* graph = access->GetBlock()->GetGraph();
115 access->GetBlock()->InsertInstructionBefore(address, access);
nodes_x86.h 118 return GetBlock()->GetSuccessors()[num_entries_];
superblock_cloner_test.cc 224 EXPECT_EQ(cloner.GetBlockCopy(orig_instr->GetBlock()), copy_instr->GetBlock());
238 if (cloner.IsInOrigBBSet(orig_input->GetBlock())) {
258 if (cloner.IsInOrigBBSet(orig_input->GetBlock())) {
  /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...]
  /external/pdfium/testing/
fake_file_access.h 29 int GetBlock(unsigned long position, unsigned char* pBuf, unsigned long size);
fake_file_access.cpp 30 return static_cast<FileAccessWrapper*>(param)->simulator_->GetBlock(
99 int FakeFileAccess::GetBlock(unsigned long position,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
function.h 112 std::pair<const BasicBlock*, bool> GetBlock(uint32_t id) const;
113 std::pair<BasicBlock*, bool> GetBlock(uint32_t id);
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 78 MBlock* GetBlock(uptr p);
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 158 void GetBlock( int* block, int c );

Completed in 777 milliseconds

1 2 3 4