Searched refs:equivalent (Results 1 – 18 of 18) sorted by relevance
/art/compiler/optimizing/ |
D | ssa_builder.cc | 194 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/ |
D | info.txt | 7 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/ |
D | TestCase.smali | 50 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/964-default-iface-init-gen/ |
D | info.txt | 10 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/ |
D | info.txt | 10 into equivalent Java using the embedded Java code. 13 return equivalent output when run multiple times and the expected output should
|
/art/test/970-iface-super-resolution-gen/ |
D | info.txt | 10 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/ |
D | info.txt | 10 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/ |
D | info.txt | 10 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/ |
D | info.txt | 1 Test a regression where DeadPhiHandling would produce two equivalent phis of
|
/art/test/721-osr/ |
D | info.txt | 2 right dex register value in the presence of equivalent phis.
|
/art/test/520-equivalent-phi/smali/ |
D | Equivalent.smali | 29 # 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/ |
D | EquivalentPhi.smali | 35 # 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/ |
D | info.txt | 10 equivalent, and not merely spec-compliant.
|
/art/test/552-checker-primitive-typeprop/smali/ |
D | SsaBuilder.smali | 18 # Check that a dead phi with a live equivalent is replaced in an environment. The
|
D | TypePropagation.smali | 129 # requests float equivalent of p4 phi in loop1 => conflict
|
D | ArrayGet.smali | 207 # Test that the right ArrayGet equivalent is always selected. The following test
|
/art/test/510-checker-try-catch/smali/ |
D | RegisterAllocator.smali | 19 # Test that catch phis are allocated to a stack slot, and that equivalent catch
|
/art/cmdline/ |
D | README.md | 174 It's semantically equivalent to making a series of argument definitions that map to `Unit` but don't
|