HomeSort by relevance Sort by last modified time
    Searched refs:TryExtractVecArrayAccessAddress (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_shared.h 62 bool TryExtractVecArrayAccessAddress(HVecMemoryOperation* access, HInstruction* index);
instruction_simplifier_arm64.cc 270 && TryExtractVecArrayAccessAddress(instruction, instruction->GetIndex())) {
276 if (TryExtractVecArrayAccessAddress(instruction, instruction->GetIndex())) {
instruction_simplifier_shared.cc 284 bool TryExtractVecArrayAccessAddress(HVecMemoryOperation* access, HInstruction* index) {

Completed in 321 milliseconds