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

  /art/compiler/optimizing/
instruction_simplifier_shared.h 62 bool TryExtractVecArrayAccessAddress(HVecMemoryOperation* access, HInstruction* index);
nodes_vector.h 260 class HVecMemoryOperation : public HVecOperation {
262 HVecMemoryOperation(InstructionKind kind,
289 const HVecMemoryOperation* o = other->AsVecMemoryOperation();
    [all...]
scheduler_arm64.h 129 void HandleVecAddress(HVecMemoryOperation* instruction, size_t size);
instruction_simplifier_shared.cc 284 bool TryExtractVecArrayAccessAddress(HVecMemoryOperation* access, HInstruction* index) {
303 HVecMemoryOperation* another_access = user->AsVecMemoryOperation();
code_generator_vector_arm_vixl.cc 795 static bool IsWordAligned(HVecMemoryOperation* instruction) {
801 HVecMemoryOperation* instruction,
829 HVecMemoryOperation* instruction,
855 HVecMemoryOperation* instruction,
    [all...]
scheduler_arm64.cc 320 HVecMemoryOperation* instruction,
code_generator_arm_vixl.h 408 HVecMemoryOperation* instruction,
413 HVecMemoryOperation* instruction,
    [all...]
code_generator_arm64.h 333 HVecMemoryOperation* instruction,
    [all...]
graph_visualizer.cc 534 void VisitVecMemoryOperation(HVecMemoryOperation* vec_mem_operation) OVERRIDE {
    [all...]
code_generator_vector_arm64.cc     [all...]
code_generator_vector_x86.cc     [all...]
code_generator_vector_x86_64.cc     [all...]
code_generator_vector_mips.cc     [all...]
code_generator_vector_mips64.cc     [all...]

Completed in 336 milliseconds