Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc211 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindIdealPosition() local
225 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in FindIdealPosition() local
287 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindIdealPosition() local
293 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in FindIdealPosition() local
425 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in SinkCodeToUncommonBranch() local
447 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in SinkCodeToUncommonBranch() local
477 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in SinkCodeToUncommonBranch() local
490 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.h61 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in PrintPostInstruction() local
Dcode_generator_utils.cc214 for (const HUseListNode<HInstruction*>& use : value->GetUses()) { in IsNonNegativeUse() 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
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.h565 for (const UsePosition& use : GetUses()) { in FirstRegisterUseAfter() local
602 for (const UsePosition& use : GetUses()) { in FirstUseAfter() local
754 for (const UsePosition& use : GetUses()) { in Dump() local
864 for (const UsePosition& use : uses_) { variable
1039 for (const UsePosition& use : GetUses()) { in HasSynthesizeUseAt() local
Dgraph_checker.cc553 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in VisitInstruction() local
578 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in VisitInstruction() local
609 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in VisitInstruction() local
Dprepare_for_register_allocation.cc120 for (const HUseListNode<HInstruction*>& use : check->GetUses()) { in VisitClinitCheck() 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
Dloop_optimization.cc1283 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in Vectorize() local
2464 for (const HUseListNode<HInstruction*>& use : i->GetUses()) { in TrySetPhiInduction() local
2498 [loop_info, reduction](const HUseListNode<HInstruction*>& use) { in TrySetPhiReduction()
2575 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsUsedOutsideLoop() local
2588 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsOnlyUsedAfterLoop() local
2680 for (const HUseListNode<HEnvironment*>& use : i->GetEnvUses()) { in CanRemoveCycle() local
Dinstruction_simplifier.cc592 for (const HUseListNode<HInstruction*>& use : input->GetUses()) { in CanEnsureNotNullAt() local
1264 for (const HUseListNode<HInstruction*>& use : type_conversion->GetUses()) { in IsTypeConversionForStoringIntoNoWiderFieldOnly() local
1870 for (const HUseListNode<HInstruction*>& use : dividend->GetUses()) { in FindDivWithInputsInBasicBlock() local
2644 for (const HUseListNode<HInstruction*>& use : sb->GetUses()) { in TryReplaceStringBuilderAppend() local
2772 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.cc170 for (const HUseListNode<HInstruction*>& use : obj->GetUses()) { in ShouldCreateBoundType() local
1005 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
1117 [instruction](const HUseListNode<HEnvironment*>& use) { in VisitDeoptimize()
3312 const HUseListNode<HInstruction*>& use = ins->GetUses().front(); in RemoveAndReplaceInputs() local
3316 const HUseListNode<HEnvironment*>& use = ins->GetEnvUses().front(); in RemoveAndReplaceInputs() local
3454 for (auto& use : new_instance_->GetUses()) { in CollectReplacements() local
3620 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.cc1433 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) { in AddComparesWithDeoptimization() local
1553 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) { in TransformLoopForDynamicBCE() local
Dnodes.cc180 const HUseListNode<HInstruction*>& use = insn->GetUses().front(); in RemoveCatchPhiUsesOfDeadInstruction() local
2139 for (const HUseListNode<HInstruction*>& use : GetUses()) { in MoveBeforeFirstUserAndOutOfLoops() local
3406 for (const HUseListNode<HEnvironment*>& use : GetEnvUses()) { in RemoveEnvironmentUsers() local
Dinduction_var_analysis.cc115 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindFirstLoopHeaderPhiUse() local