Home
last modified time | relevance | path

Searched defs:use (Results 1 – 25 of 25) sorted by relevance

/art/compiler/optimizing/
Dcode_sinking.cc187 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindIdealPosition() local
201 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in FindIdealPosition() local
267 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindIdealPosition() local
273 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in FindIdealPosition() local
396 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in SinkCodeToUncommonBranch() local
418 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in SinkCodeToUncommonBranch() local
448 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in SinkCodeToUncommonBranch() local
461 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in SinkCodeToUncommonBranch() local
Dssa_phi_elimination.cc55 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in MarkDeadPhis() local
105 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in EliminateDeadPhis() local
114 for (const HUseListNode<HEnvironment*>& use : phi->GetEnvUses()) { in EliminateDeadPhis() local
248 for (const HUseListNode<HInstruction*>& use : current->GetUses()) { in Run() local
Descape.cc35 for (const HUseListNode<HInstruction*>& use : reference->GetUses()) { in VisitEscapes() local
81 for (const HUseListNode<HEnvironment*>& use : reference->GetEnvUses()) { in VisitEscapes() local
Dinstruction_simplifier_arm.cc46 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in CanMergeIntoShifterOperand()
49 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in MergeIntoShifterOperand()
84 bool InstructionSimplifierArmVisitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand()
167 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand() local
Dinstruction_simplifier_arm64.cc48 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in CanMergeIntoShifterOperand()
51 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in MergeIntoShifterOperand()
90 bool InstructionSimplifierArm64Visitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand()
171 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand() local
Dinstruction_simplifier_shared.cc111 HInstruction* use = mul->GetUses().front().GetUser(); in TryCombineMultiplyAccumulate() local
300 for (const HUseListNode<HInstruction*>& use : index->GetUses()) { in TryExtractVecArrayAccessAddress() local
Dpretty_printer.h60 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in PrintPostInstruction() local
Dssa_builder.cc117 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in AddDependentInstructionsToWorklist() local
424 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in HasAliasInEnvironments() local
Dcode_generator_utils.cc214 for (const HUseListNode<HInstruction*>& use : value->GetUses()) { in IsNonNegativeUse() local
Dgraph_checker.cc403 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in VisitInstruction() local
428 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in VisitInstruction() local
459 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in VisitInstruction() local
Dssa_liveness_analysis.cc222 for (const HUseListNode<HInstruction*>& use : current->GetUses()) { in ComputeLiveRanges() local
379 for (const UsePosition& use : GetUses()) { in FindFirstRegisterHint() local
Dssa_liveness_analysis.h564 for (const UsePosition& use : GetUses()) { in FirstRegisterUseAfter() local
601 for (const UsePosition& use : GetUses()) { in FirstUseAfter() local
753 for (const UsePosition& use : GetUses()) { in Dump() local
863 for (const UsePosition& use : uses_) { variable
1038 for (const UsePosition& use : GetUses()) { in HasSynthesizeUseAt() local
Dprepare_for_register_allocation.cc120 for (const HUseListNode<HInstruction*>& use : check->GetUses()) { in VisitClinitCheck() local
Dloop_optimization.cc1238 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in Vectorize() local
2419 for (const HUseListNode<HInstruction*>& use : i->GetUses()) { in TrySetPhiInduction() local
2453 [loop_info, reduction](const HUseListNode<HInstruction*>& use) { in TrySetPhiReduction()
2530 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsUsedOutsideLoop() local
2543 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsOnlyUsedAfterLoop() local
2635 for (const HUseListNode<HEnvironment*>& use : i->GetEnvUses()) { in CanRemoveCycle() local
Dscheduler.cc314 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in AddDependencies() local
396 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in AddDependencies() local
Dload_store_analysis.cc105 for (const HUseListNode<HInstruction*>& use : reference_->GetUses()) { in PrunePartialEscapeWrites() local
Dinstruction_simplifier.cc592 for (const HUseListNode<HInstruction*>& use : input->GetUses()) { in CanEnsureNotNullAt() local
1260 for (const HUseListNode<HInstruction*>& use : type_conversion->GetUses()) { in IsTypeConversionForStoringIntoNoWiderFieldOnly() local
1866 for (const HUseListNode<HInstruction*>& use : dividend->GetUses()) { in FindDivWithInputsInBasicBlock() local
2637 for (const HUseListNode<HInstruction*>& use : sb->GetUses()) { in TryReplaceStringBuilderAppend() local
2775 for (const HUseListNode<HEnvironment*>& use : sb->GetEnvUses()) { in TryReplaceStringBuilderAppend() local
Dregister_allocator_linear_scan.cc936 size_t use = active->FirstRegisterUseAfter(current->GetStart()); in AllocateBlockedReg() local
963 size_t use = inactive->FirstUseAfter(current->GetStart()); in AllocateBlockedReg() local
Dreference_type_propagation.cc220 for (const HUseListNode<HInstruction*>& use : obj->GetUses()) { in ShouldCreateBoundType() local
1047 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in AddDependentInstructionsToWorklist() local
Dregister_allocator_graph_color.cc187 for (const UsePosition& use : matching_use_range) { in ComputeSpillWeight() local
1031 for (const UsePosition& use : matching_use_range) { in SplitAtRegisterUses() local
1439 for (const UsePosition& use : matching_use_range) { in FindCoalesceOpportunities() local
Dload_store_elimination.cc723 for (const HUseListNode<HInstruction*>& use : value->GetUses()) { in FindOrAddTypeConversionIfNecessary() local
1068 [instruction](const HUseListNode<HEnvironment*>& use) { in VisitDeoptimize()
3259 const HUseListNode<HInstruction*>& use = ins->GetUses().front(); in RemoveAndReplaceInputs() local
3263 const HUseListNode<HEnvironment*>& use = ins->GetEnvUses().front(); in RemoveAndReplaceInputs() local
3401 for (auto& use : new_instance_->GetUses()) { in CollectReplacements() local
3567 const HUseListNode<HEnvironment*>& use = env_uses.front(); in RemoveReplacedInstructions() local
Dregister_allocation_resolver.cc338 for (const UsePosition& use : matching_use_range) { in ConnectSiblings() local
Dbounds_check_elimination.cc1420 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) { in AddComparesWithDeoptimization() local
1540 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) { in TransformLoopForDynamicBCE() local
Dnodes.cc2090 for (const HUseListNode<HInstruction*>& use : GetUses()) { in MoveBeforeFirstUserAndOutOfLoops() local
2387 const HUseListNode<HInstruction*>& use = insn->GetUses().front(); in RemoveUsesOfDeadInstruction() local
3276 for (const HUseListNode<HEnvironment*>& use : GetEnvUses()) { in RemoveEnvironmentUsers() local
Dinduction_var_analysis.cc114 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindFirstLoopHeaderPhiUse() local