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

  /art/compiler/optimizing/
nodes_vector_test.cc 197 HVecLoad* v0 = new (GetAllocator()) HVecLoad(GetAllocator(),
205 HVecLoad* v1 = new (GetAllocator()) HVecLoad(GetAllocator(),
213 HVecLoad* v2 = new (GetAllocator()) HVecLoad(GetAllocator(),
instruction_simplifier_arm64.cc 82 void VisitVecLoad(HVecLoad* instruction) OVERRIDE;
268 void InstructionSimplifierArm64Visitor::VisitVecLoad(HVecLoad* instruction) {
scheduler_arm64.cc 328 void SchedulingLatencyVisitorARM64::VisitVecLoad(HVecLoad* instr) {
nodes_vector.h     [all...]
load_store_analysis.h 524 void VisitVecLoad(HVecLoad* instruction) OVERRIDE {
code_generator_vector_arm_vixl.cc 880 void LocationsBuilderARMVIXL::VisitVecLoad(HVecLoad* instruction) {
884 void InstructionCodeGeneratorARMVIXL::VisitVecLoad(HVecLoad* instruction) {
    [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 264 milliseconds