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 225 class HVecBinaryOperation : public HVecOperation {
227 HVecBinaryOperation(InstructionKind kind,
509 class HVecAdd final : public HVecBinaryOperation {
517 : HVecBinaryOperation(kVecAdd, allocator, left, right, packed_type, vector_length, dex_pc) {
533 class HVecSaturationAdd final : public HVecBinaryOperation {
541 : HVecBinaryOperation(
559 class HVecHalvingAdd final : public HVecBinaryOperation {
568 : HVecBinaryOperation(
599 class HVecSub final : public HVecBinaryOperation {
607 : HVecBinaryOperation(kVecSub, allocator, left, right, packed_type, vector_length, dex_pc)
    [all...]
code_generator_vector_arm_vixl.cc 251 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
634 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
    [all...]
code_generator_vector_x86.cc 412 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
    [all...]
code_generator_vector_x86_64.cc 395 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
888 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
    [all...]
code_generator_vector_arm64.cc 385 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
845 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
    [all...]
code_generator_vector_mips.cc 378 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
818 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
    [all...]
code_generator_vector_mips64.cc 377 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
817 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
    [all...]
instruction_simplifier.cc 310 HVecBinaryOperation* binop = use->AsVecBinaryOperation();
    [all...]

Completed in 67 milliseconds