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

  /art/compiler/optimizing/
nodes_vector_test.cc 364 HVecMultiplyAccumulate* v1 = new (GetAllocator()) HVecMultiplyAccumulate(
366 HVecMultiplyAccumulate* v2 = new (GetAllocator()) HVecMultiplyAccumulate(
368 HVecMultiplyAccumulate* v3 = new (GetAllocator()) HVecMultiplyAccumulate(
scheduler_arm64.cc 315 HVecMultiplyAccumulate* instr ATTRIBUTE_UNUSED) {
nodes_vector.h 890 class HVecMultiplyAccumulate FINAL : public HVecOperation {
892 HVecMultiplyAccumulate(ArenaAllocator* allocator,
921 const HVecMultiplyAccumulate* o = other->AsVecMultiplyAccumulate();
    [all...]
code_generator_vector_arm_vixl.cc 745 void LocationsBuilderARMVIXL::VisitVecMultiplyAccumulate(HVecMultiplyAccumulate* instruction) {
749 void InstructionCodeGeneratorARMVIXL::VisitVecMultiplyAccumulate(HVecMultiplyAccumulate* instruction) {
    [all...]
code_generator_vector_x86.cc     [all...]
code_generator_vector_x86_64.cc     [all...]
graph_visualizer.cc 543 void VisitVecMultiplyAccumulate(HVecMultiplyAccumulate* instruction) OVERRIDE {
    [all...]
code_generator_vector_arm64.cc     [all...]
code_generator_vector_mips.cc     [all...]
code_generator_vector_mips64.cc     [all...]
instruction_simplifier.cc 318 HVecMultiplyAccumulate* mulacc =
319 new (allocator) HVecMultiplyAccumulate(allocator,
    [all...]

Completed in 116 milliseconds