Home
last modified time | relevance | path

Searched refs:another_access (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier_mips.cc83 HArrayGet* another_access = user->AsArrayGet(); in TryExtractArrayAccessIndex() local
84 DataType::Type another_packed_type = another_access->GetType(); in TryExtractArrayAccessIndex()
91 HArraySet* another_access = user->AsArraySet(); in TryExtractArrayAccessIndex() local
92 DataType::Type another_packed_type = another_access->GetType(); in TryExtractArrayAccessIndex()
99 HIntermediateArrayAddressIndex* another_access = user->AsIntermediateArrayAddressIndex(); in TryExtractArrayAccessIndex() local
100 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue(); in TryExtractArrayAccessIndex()
Dinstruction_simplifier_shared.cc303 HVecMemoryOperation* another_access = user->AsVecMemoryOperation(); in TryExtractVecArrayAccessAddress() local
304 DataType::Type another_packed_type = another_access->GetPackedType(); in TryExtractVecArrayAccessAddress()
313 HIntermediateAddressIndex* another_access = user->AsIntermediateAddressIndex(); in TryExtractVecArrayAccessAddress() local
314 uint32_t another_data_offset = another_access->GetOffset()->AsIntConstant()->GetValue(); in TryExtractVecArrayAccessAddress()
315 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue(); in TryExtractVecArrayAccessAddress()