Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc184 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindIdealPosition() local
198 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in FindIdealPosition() local
226 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindIdealPosition() local
232 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in FindIdealPosition() local
325 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in SinkCodeToUncommonBranch() local
347 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in SinkCodeToUncommonBranch() local
377 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in SinkCodeToUncommonBranch() local
390 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.cc47 for (const HUseListNode<HInstruction*>& use : reference->GetUses()) { in CalculateEscape() local
90 for (const HUseListNode<HEnvironment*>& use : reference->GetEnvUses()) { in CalculateEscape() local
Dinstruction_simplifier_arm.cc45 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in CanMergeIntoShifterOperand()
48 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in MergeIntoShifterOperand()
82 bool InstructionSimplifierArmVisitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand()
165 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand() local
Dinstruction_simplifier_arm64.cc47 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in CanMergeIntoShifterOperand()
50 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in MergeIntoShifterOperand()
88 bool InstructionSimplifierArm64Visitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand()
169 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
Dinstruction_simplifier_mips.cc80 for (const HUseListNode<HInstruction*>& use : index->GetUses()) { in TryExtractArrayAccessIndex() 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
Dgraph_checker.cc402 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in VisitInstruction() local
427 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in VisitInstruction() local
458 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in VisitInstruction() 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
Dssa_liveness_analysis.cc222 for (const HUseListNode<HInstruction*>& use : current->GetUses()) { in ComputeLiveRanges() local
379 for (const UsePosition& use : GetUses()) { in FindFirstRegisterHint() local
Dprepare_for_register_allocation.cc120 for (const HUseListNode<HInstruction*>& use : check->GetUses()) { in VisitClinitCheck() local
Dscheduler.cc304 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in AddDependencies() local
382 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in AddDependencies() local
Dloop_optimization.cc1189 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in Vectorize() local
2305 for (const HUseListNode<HInstruction*>& use : i->GetUses()) { in TrySetPhiInduction() local
2413 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsUsedOutsideLoop() local
2426 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsOnlyUsedAfterLoop() local
2519 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
Dreference_type_propagation.cc229 for (const HUseListNode<HInstruction*>& use : obj->GetUses()) { in ShouldCreateBoundType() local
1049 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
Dregister_allocation_resolver.cc338 for (const UsePosition& use : matching_use_range) { in ConnectSiblings() local
Dinstruction_simplifier.cc296 HInstruction* use = mul->GetUses().front().GetUser(); in TryCombineVecMultiplyAccumulate() local
574 for (const HUseListNode<HInstruction*>& use : input->GetUses()) { in CanEnsureNotNullAt() local
1141 for (const HUseListNode<HInstruction*>& use : type_conversion->GetUses()) { in IsTypeConversionForStoringIntoNoWiderFieldOnly() local
Dload_store_elimination.cc717 for (const HUseListNode<HEnvironment*>& use : reference->GetEnvUses()) { in VisitDeoptimize() local
Dnodes.cc1816 for (const HUseListNode<HInstruction*>& use : GetUses()) { in MoveBeforeFirstUserAndOutOfLoops() local
2113 const HUseListNode<HInstruction*>& use = insn->GetUses().front(); in RemoveUsesOfDeadInstruction() local
3057 for (const HUseListNode<HEnvironment*>& use : GetEnvUses()) { in RemoveEnvironmentUsers() local
Dbounds_check_elimination.cc1319 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) { in AddComparesWithDeoptimization() local
1438 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) { in TransformLoopForDynamicBCE() local
Dinduction_var_analysis.cc147 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindFirstLoopHeaderPhiUse() local