Searched refs:HVecBinaryOperation (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | nodes_vector.h | 229 class HVecBinaryOperation : public HVecOperation { 231 HVecBinaryOperation(InstructionKind kind, in HVecBinaryOperation() function 515 class HVecAdd FINAL : public HVecBinaryOperation { 523 : HVecBinaryOperation(kVecAdd, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecAdd() 540 class HVecHalvingAdd FINAL : public HVecBinaryOperation { 549 : HVecBinaryOperation( in HVecHalvingAdd() 580 class HVecSub FINAL : public HVecBinaryOperation { 588 : HVecBinaryOperation(kVecSub, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecSub() 603 class HVecMul FINAL : public HVecBinaryOperation { 611 : HVecBinaryOperation(kVecMul, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecMul() [all …]
|
D | code_generator_vector_arm_vixl.cc | 251 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() 570 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations()
|
D | code_generator_vector_x86_64.cc | 410 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() 839 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations()
|
D | code_generator_vector_x86.cc | 427 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() 856 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations()
|
D | code_generator_vector_mips.cc | 378 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() 802 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations()
|
D | code_generator_vector_mips64.cc | 377 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() 801 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations()
|
D | code_generator_vector_arm64.cc | 375 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() 771 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations()
|
D | instruction_simplifier.cc | 303 HVecBinaryOperation* binop = use->AsVecBinaryOperation(); in TryCombineVecMultiplyAccumulate()
|