Home
last modified time | relevance | path

Searched refs:IsBitSet (Results 1 – 25 of 26) sorted by relevance

12

/art/compiler/optimizing/
Dcode_sinking.cc128 if (!discard_blocks.IsBitSet(instruction->GetBlock()->GetBlockId()) && in AddInstruction()
129 !processed_instructions.IsBitSet(instruction->GetId()) && in AddInstruction()
162 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId()); in ShouldFilterUse()
166 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId()); in ShouldFilterUse()
211 if (!post_dominated.IsBitSet(target_block->GetDominator()->GetBlockId())) { in FindIdealPosition()
288 if (!post_dominated.IsBitSet(successor->GetBlockId())) { in SinkCodeToUncommonBranch()
306 if (post_dominated.IsBitSet(i)) { in SinkCodeToUncommonBranch()
316 if (processed_instructions.IsBitSet(instruction->GetId())) { in SinkCodeToUncommonBranch()
327 if (!post_dominated.IsBitSet(user->GetBlock()->GetBlockId()) && in SinkCodeToUncommonBranch()
328 !instructions_that_can_move.IsBitSet(user->GetId())) { in SinkCodeToUncommonBranch()
[all …]
Dgvn.cc89 if (!buckets_owned_.IsBitSet(index)) { in Add()
228 DCHECK(!buckets_owned_.IsBitSet(index)); in CloneBucket()
260 if (!buckets_owned_.IsBitSet(i)) { in DeleteAllImpureWhich()
279 DCHECK(buckets_owned_.IsBitSet(i) || node == nullptr); in DeleteAllImpureWhich()
528 DCHECK(visited_blocks_.IsBitSet(block->GetBlockId())); in WillBeReferencedAgain()
531 if (!visited_blocks_.IsBitSet(dominated_block->GetBlockId())) { in WillBeReferencedAgain()
537 if (!visited_blocks_.IsBitSet(successor->GetBlockId())) { in WillBeReferencedAgain()
Dintrinsics.h154 bool Get##name() const { return IsBitSet(k##name); } \
170 bool IsBitSet(uint32_t bit) const { in IsBitSet() function
191 bool Get##name() const { return IsBitSet(k##name); } \
Dsuperblock_cloner.cc46 if (!bb_set.IsBitSet(user->GetBlock()->GetBlockId())) { in IsUsedOutsideRegion()
54 if (!bb_set.IsBitSet(user->GetBlock()->GetBlockId())) { in IsUsedOutsideRegion()
102 DCHECK(bb_set->IsBitSet(block->GetBlockId())); in TraverseSubgraphForConnectivity()
106 if (bb_set->IsBitSet(succ->GetBlockId())) { in TraverseSubgraphForConnectivity()
302 if (!local_set->IsBitSet(successor_id)) { in FindBackEdgesLocal()
306 if (visiting.IsBitSet(successor_id)) { in FindBackEdgesLocal()
309 } else if (!visited.IsBitSet(successor_id)) { in FindBackEdgesLocal()
370 if (!outer_loop_bb_set->IsBitSet(block->GetBlockId())) { in AnalyzeLoopsLocally()
384 if (!outer_loop_bb_set->IsBitSet(block->GetBlockId())) { in AnalyzeLoopsLocally()
1102 if (!work_set->IsBitSet(pred->GetBlockId())) { in IsSubgraphConnected()
[all …]
Dssa_phi_elimination.cc199 if (!visited_phis_in_cycle.IsBitSet(input->GetId())) { in Run()
250 if (user->IsPhi() && !visited_phis_in_cycle.IsBitSet(user->GetId())) { in Run()
Dregister_allocator.cc139 if (liveness_of_spill_slot->IsBitSet(j)) { in ValidateIntervals()
161 if (liveness_of_register->IsBitSet(j)) { in ValidateIntervals()
Ddead_code_elimination.cc42 DCHECK(visited->IsBitSet(block_id)); in MarkReachableBlocks()
82 if (!visited->IsBitSet(successor->GetBlockId())) { in MarkReachableBlocks()
464 if (!live_blocks.IsBitSet(id)) { in RemoveDeadBlocks()
Dlicm.cc110 DCHECK(visited->IsBitSet(inner->GetBlockId())); in Run()
Dliveness_test.cc42 buffer << vector->IsBitSet(i); in DumpBitVector()
Dload_store_analysis.h329 return aliasing_matrix_.IsBitSet(AliasingMatrixPosition(index1, index2)); in MayAlias()
331 return aliasing_matrix_.IsBitSet(AliasingMatrixPosition(index2, index1)); in MayAlias()
Dnodes.cc85 if (visiting.IsBitSet(successor_id)) { in FindBackEdges()
88 } else if (!visited->IsBitSet(successor_id)) { in FindBackEdges()
146 if (!visited.IsBitSet(i)) { in RemoveInstructionsAsUsersFromDeadBlocks()
161 if (!visited.IsBitSet(i)) { in RemoveDeadBlocks()
744 if (blocks_.IsBitSet(block->GetBlockId())) { in PopulateRecursive()
768 if (finalized->IsBitSet(block_id)) { in PopulateIrreducibleRecursive()
781 if (blocks_.IsBitSet(pre_header->GetBlockId())) { in PopulateIrreducibleRecursive()
797 if (!is_finalized && blocks_.IsBitSet(predecessor->GetBlockId())) { in PopulateIrreducibleRecursive()
886 return blocks_.IsBitSet(block.GetBlockId()); in Contains()
890 return other.blocks_.IsBitSet(header_->GetBlockId()); in IsIn()
[all …]
Dsuperblock_cloner.h211 return orig_bb_set_.IsBitSet(block_id); in IsInOrigBBSet()
Dfind_loops_test.cc116 ASSERT_TRUE(blocks.IsBitSet(blocks_in_loop[i])); in TestBlock()
Dgraph_checker.cc360 if (seen_ids_.IsBitSet(instruction->GetId())) { in VisitInstruction()
720 if (!loop_blocks.IsBitSet(back_edge_id)) { in HandleLoop()
789 if (visited->IsBitSet(insn1->GetId())) { in IsConstantEquivalent()
Dstack_map_stream.cc143 CHECK_EQ(seen_stack_mask.LoadBit(b), stack_mask != nullptr && stack_mask->IsBitSet(b)); in BeginStackMapEntry()
Dregister_allocator_graph_color.cc2040 if (taken.IsBitSet(s)) { in ColorSpillSlots()
2069 DCHECK(taken.IsBitSet(s)); in ColorSpillSlots()
Dsuperblock_cloner_test.cc285 EXPECT_TRUE(bb_set.IsBitSet(unreachable_block->GetBlockId())); in TEST_F()
Dstack_map_test.cc39 if (stack_mask.LoadBit(i) != bit_vector.IsBitSet(i)) { in CheckStackMask()
Dnodes.h8049 if (!blocks_in_loop_.IsBitSet(index_)) { in HBlocksInLoopIterator()
8059 if (blocks_in_loop_.IsBitSet(index_)) { in Advance()
8082 if (!blocks_in_loop_.IsBitSet(blocks_[index_]->GetBlockId())) { in HBlocksInLoopReversePostOrderIterator()
8092 if (blocks_in_loop_.IsBitSet(blocks_[index_]->GetBlockId())) { in Advance()
/art/libartbase/base/
Dbit_vector_test.cc37 EXPECT_FALSE(bv.IsBitSet(i)); in TEST()
50 EXPECT_TRUE(bv.IsBitSet(0)); in TEST()
52 EXPECT_FALSE(bv.IsBitSet(i)); in TEST()
54 EXPECT_TRUE(bv.IsBitSet(kBits - 1)); in TEST()
166 EXPECT_TRUE(first.IsBitSet(64)); in TEST()
Dbit_vector.h158 bool IsBitSet(uint32_t idx) const { in IsBitSet() function
161 return (idx < (storage_size_ * kWordBits)) && IsBitSet(storage_, idx); in IsBitSet()
240 static bool IsBitSet(const uint32_t* storage, uint32_t idx) { in IsBitSet() function
Dbit_vector.cc343 buffer << IsBitSet(i); in DumpHelper()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc165 DCHECK(!bitmap->IsBitSet(method_ref.index)); in MarkForCompilation()
208 return GetOrAddBitVectorForDex(ref.dex_file)->IsBitSet(ref.index); in ShouldCompileMethod()
/art/runtime/verifier/
Dreg_type_test.cc506 EXPECT_TRUE(unresolved_parts.IsBitSet(ref_type_0.GetId())); in TEST_F()
507 EXPECT_TRUE(unresolved_parts.IsBitSet(ref_type_1.GetId())); in TEST_F()
/art/runtime/
Doat_file.cc2138 if (!BitVector::IsBitSet(bitmap_, method_index)) { in GetOatMethodOffsets()

12