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

  /art/compiler/optimizing/
instruction_simplifier_arm64.cc 83 void VisitVecStore(HVecStore* instruction) OVERRIDE;
275 void InstructionSimplifierArm64Visitor::VisitVecStore(HVecStore* instruction) {
nodes_vector_test.cc 141 HVecOperation* v4 = new (GetAllocator()) HVecStore(
251 HVecStore* v0 = new (GetAllocator()) HVecStore(
260 HVecStore* v1 = new (GetAllocator()) HVecStore(
load_store_analysis_test.cc 318 HInstruction* vstore_0 = new (GetAllocator()) HVecStore(
327 HInstruction* vstore_1 = new (GetAllocator()) HVecStore(
336 HInstruction* vstore_8 = new (GetAllocator()) HVecStore(
345 HInstruction* vstore_i = new (GetAllocator()) HVecStore(
354 HInstruction* vstore_i_add6 = new (GetAllocator()) HVecStore(
363 HInstruction* vstore_i_add8 = new (GetAllocator()) HVecStore(
372 HInstruction* vstore_i_add6_vlen2 = new (GetAllocator()) HVecStore(
scheduler_arm64.cc 345 void SchedulingLatencyVisitorARM64::VisitVecStore(HVecStore* instr) {
load_store_analysis.h 531 void VisitVecStore(HVecStore* instruction) OVERRIDE {
nodes_vector.h     [all...]
code_generator_vector_arm_vixl.cc     [all...]
code_generator_vector_x86.cc     [all...]
code_generator_vector_x86_64.cc     [all...]
code_generator_vector_arm64.cc     [all...]
code_generator_vector_mips.cc     [all...]
code_generator_vector_mips64.cc     [all...]
loop_optimization.cc     [all...]

Completed in 83 milliseconds