Home
last modified time | relevance | path

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

/art/test/471-deopt-environment/
Dinfo.txt2 uses to generate a HDeoptimization instruction with an
3 HEnvironment that does not have the uses lists updated.
/art/compiler/optimizing/
Dinstruction_simplifier_arm64.cc111 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand() local
114 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand()
125 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_arm.cc114 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand() local
117 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand()
128 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in TryMergeIntoUsersShifterOperand()
Dprepare_for_register_allocation.cc110 const HUseList<HInstruction*>& uses = check->GetUses(); in VisitClinitCheck() local
111 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in VisitClinitCheck()
Dreference_type_propagation.cc219 const HUseList<HInstruction*>& uses = receiver->GetUses(); in BoundTypeIn() local
220 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in BoundTypeIn()
Dloop_optimization.cc1381 const HUseList<HInstruction*>& uses = instruction->GetUses(); in TryReplaceWithLastValue() local
1382 for (auto it = uses.begin(), end = uses.end(); it != end;) { in TryReplaceWithLastValue()
Dbounds_check_elimination.cc1746 const HUseList<HInstruction*>& uses = instruction->GetUses(); in InsertPhiNodes() local
1747 for (auto it2 = uses.begin(), end2 = uses.end(); it2 != end2; /* ++it2 below */) { in InsertPhiNodes()
Dnodes.cc1094 const HUseList<HInstruction*>& uses = GetUses(); in ReplaceUsesDominatedBy() local
1095 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in ReplaceUsesDominatedBy()
/art/test/005-annotations/
Dinfo.txt1 Test a bunch of uses of annotations.
/art/test/482-checker-loop-back-edge-use/
Dinfo.txt1 Tests the register allocator's optimization of adding synthesized uses
/art/test/552-checker-primitive-typeprop/
Dinfo.txt1 Test that phis with environment uses which can be properly typed are kept
/art/test/535-deopt-and-inlining/
Dinfo.txt2 stack visitor uses the right ArtMethod when deopting.
/art/test/656-loop-deopt/
Dinfo.txt2 remove environment uses of HDeoptimize instructions.
/art/test/537-checker-debuggable/smali/
DTestCase.smali19 # The phi in this method has no actual uses but one environment use. It will
36 # v0 = Phi [p1, p2] with no uses
/art/test/
Dvalgrind-target-suppressions.txt33 # Clang/LLVM uses memcpy for *x = *y, even though x == y (which is undefined behavior). Ignore.
62 # art::MemMap::MapInternal() uses msync() to check for the existence of memory mappings.
/art/test/520-equivalent-phi/smali/
DEquivalent.smali28 # based on uses, but a move-object disappears after SSA, leaving
/art/tools/
Dart15 # This script is used on host and device. It uses a common subset
251 # Append arguments so next invocation of run_art uses the profile.
256 # This is for run-jdwp-test.sh which uses this script and has arguments with
Dlibcore_failures.txt4 * libcore expectation files get properly updated. The script that uses this file
/art/test/552-checker-primitive-typeprop/smali/
DArrayGet.smali169 # case uses ArrayGet indirectly through two phis. It also creates an unused
201 # Create env uses.
208 # case uses ArrayGet as float through one phi and as an indeterminate type through
DSsaBuilder.smali19 # following test case throws an exception and uses v0 afterwards. However, v0
/art/test/564-checker-irreducible-loop/smali/
DIrreducibleLoop.smali36 # The else part: a block uses the ArtMethod and branches to
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali204 # Test that DCE removes catch phi uses of instructions defined in dead try blocks.
277 # Test that DCE does not remove catch phi uses of instructions defined outside
/art/tools/jfuzz/
DREADME.md34 The current version of JFuzz sends all output to stdout, and uses
/art/runtime/interpreter/mterp/
DREADME.txt188 uses a computed-goto mechanism, in which the handler entrypoints are
/art/cmdline/
DREADME.md130 In general, it uses the position of the argument alias to map into the WithValues position value.