Home
last modified time | relevance | path

Searched refs:equivalent (Results 1 – 18 of 18) sorted by relevance

/art/compiler/optimizing/
Dssa_builder.cc194 HInstruction* equivalent = (common_type == DataType::Type::kReference) in TypeInputsOfPhi() local
197 if (equivalent == nullptr) { in TypeInputsOfPhi()
203 DCHECK_NE(input, equivalent); in TypeInputsOfPhi()
205 phi->ReplaceInput(equivalent, i); in TypeInputsOfPhi()
206 if (equivalent->IsPhi()) { in TypeInputsOfPhi()
207 worklist->push_back(equivalent->AsPhi()); in TypeInputsOfPhi()
299 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetAllocator()) HArrayGet( in CreateFloatOrDoubleEquivalentOfArrayGet() local
304 aget->GetBlock()->InsertInstructionAfter(equivalent, aget); in CreateFloatOrDoubleEquivalentOfArrayGet()
305 return equivalent; in CreateFloatOrDoubleEquivalentOfArrayGet()
392 HInstruction* equivalent = GetFloatOrDoubleEquivalent(value, array_type); in FixAmbiguousArrayOps() local
[all …]
/art/test/960-default-smali/
Dinfo.txt7 use the tools/extract-embedded-java script to turn the smali into equivalent
10 When updating be sure to write the equivalent Java code in comments of the smali
14 always return equivalent output when run multiple times.
/art/test/531-regression-debugphi/smali/
DTestCase.smali50 move-object v0, v1 # create PrimNot PhiA equivalent
75 # - PrimNot PhiA: update inputs, no equivalent created
78 # - PrimInt PhiB: set type to PrimNot, equivalent live and in worklist
100 move-object v1, v0 # create PrimNot equivalent of PhiA
106 move-object v0, v1 # creates PrimNot equivalent of PhiB
/art/test/970-iface-super-resolution-gen/
Dinfo.txt10 into equivalent Java using the embedded Java code.
13 return equivalent output when run multiple times and the expected output should
/art/test/961-default-iface-resolution-gen/
Dinfo.txt10 into equivalent Java using the embedded Java code.
13 return equivalent output when run multiple times and the expected output should
/art/test/964-default-iface-init-gen/
Dinfo.txt10 into equivalent Java using the embedded Java code.
13 return equivalent output when run multiple times and the expected output should
/art/test/968-default-partial-compile-gen/
Dinfo.txt10 will generate equivalent java code based on the smali code.
13 return equivalent output when run multiple times and the expected output should
/art/test/971-iface-super/
Dinfo.txt10 will generate equivalent java code based on the smali code.
13 return equivalent output when run multiple times and the expected output should
/art/test/531-regression-debugphi/
Dinfo.txt1 Test a regression where DeadPhiHandling would produce two equivalent phis of
/art/test/721-osr/
Dinfo.txt2 right dex register value in the presence of equivalent phis.
/art/test/520-equivalent-phi/smali/
DEquivalent.smali29 # the compiler with a reference equivalent that has no use. So
30 # we would consider the phi equivalent reference of v0, as dead,
/art/test/459-dead-phi/smali/
DEquivalentPhi.smali35 # This instruction will lead to creating a phi equivalent
37 # a phi equivalent for v2 of type float. We used to forget to
/art/test/064-field-access/
Dinfo.txt10 equivalent, and not merely spec-compliant.
/art/test/552-checker-primitive-typeprop/smali/
DSsaBuilder.smali18 # Check that a dead phi with a live equivalent is replaced in an environment. The
DTypePropagation.smali129 # requests float equivalent of p4 phi in loop1 => conflict
DArrayGet.smali207 # Test that the right ArrayGet equivalent is always selected. The following test
/art/test/510-checker-try-catch/smali/
DRegisterAllocator.smali19 # Test that catch phis are allocated to a stack slot, and that equivalent catch
/art/cmdline/
DREADME.md174 It's semantically equivalent to making a series of argument definitions that map to `Unit` but don't