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

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

Completed in 131 milliseconds