Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc185 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindIdealPosition() local
199 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in FindIdealPosition() local
227 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindIdealPosition() local
233 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in FindIdealPosition() local
326 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in SinkCodeToUncommonBranch() local
348 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in SinkCodeToUncommonBranch() local
378 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in SinkCodeToUncommonBranch() local
391 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
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.cc1195 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in Vectorize() local
2376 for (const HUseListNode<HInstruction*>& use : i->GetUses()) { in TrySetPhiInduction() local
2484 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsUsedOutsideLoop() local
2497 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsOnlyUsedAfterLoop() local
2590 for (const HUseListNode<HEnvironment*>& use : i->GetEnvUses()) { in CanRemoveCycle() local
Dregister_allocator_linear_scan.cc901 size_t use = active->FirstRegisterUseAfter(current->GetStart()); in AllocateBlockedReg() local
928 size_t use = inactive->FirstUseAfter(current->GetStart()); in AllocateBlockedReg() local
Dinstruction_simplifier.cc588 for (const HUseListNode<HInstruction*>& use : input->GetUses()) { in CanEnsureNotNullAt() local
1229 for (const HUseListNode<HInstruction*>& use : type_conversion->GetUses()) { in IsTypeConversionForStoringIntoNoWiderFieldOnly() local
1805 for (const HUseListNode<HInstruction*>& use : dividend->GetUses()) { in FindDivWithInputsInBasicBlock() local
2576 for (const HUseListNode<HInstruction*>& use : sb->GetUses()) { in TryReplaceStringBuilderAppend() local
2699 for (const HUseListNode<HEnvironment*>& use : sb->GetEnvUses()) { in TryReplaceStringBuilderAppend() local
Dreference_type_propagation.cc219 for (const HUseListNode<HInstruction*>& use : obj->GetUses()) { in ShouldCreateBoundType() local
1046 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
1022 for (const UsePosition& use : matching_use_range) { in SplitAtRegisterUses() local
1430 for (const UsePosition& use : matching_use_range) { in FindCoalesceOpportunities() local
Dload_store_elimination.cc718 for (const HUseListNode<HInstruction*>& use : value->GetUses()) { in FindOrAddTypeConversionIfNecessary() local
1059 [instruction](const HUseListNode<HEnvironment*>& use) { in VisitDeoptimize()
3167 const HUseListNode<HInstruction*>& use = ins->GetUses().front(); in RemoveAndReplaceInputs() local
3171 const HUseListNode<HEnvironment*>& use = ins->GetEnvUses().front(); in RemoveAndReplaceInputs() local
3309 for (auto& use : new_instance_->GetUses()) { in CollectReplacements() local
3475 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
1539 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) { in TransformLoopForDynamicBCE() local
Dnodes.cc2088 for (const HUseListNode<HInstruction*>& use : GetUses()) { in MoveBeforeFirstUserAndOutOfLoops() local
2385 const HUseListNode<HInstruction*>& use = insn->GetUses().front(); in RemoveUsesOfDeadInstruction() local
3271 for (const HUseListNode<HEnvironment*>& use : GetEnvUses()) { in RemoveEnvironmentUsers() local
Dinduction_var_analysis.cc147 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindFirstLoopHeaderPhiUse() local