Home
last modified time | relevance | path

Searched refs:HVecUnaryOperation (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dnodes_vector.h198 class HVecUnaryOperation : public HVecOperation {
200 HVecUnaryOperation(InstructionKind kind, in HVecUnaryOperation() function
318 class HVecReplicateScalar final : public HVecUnaryOperation {
325 : HVecUnaryOperation( in HVecReplicateScalar()
344 class HVecExtractScalar final : public HVecUnaryOperation {
352 : HVecUnaryOperation( in HVecExtractScalar()
375 class HVecReduce final : public HVecUnaryOperation {
389 : HVecUnaryOperation(kVecReduce, allocator, input, packed_type, vector_length, dex_pc), in HVecReduce()
415 class HVecCnv final : public HVecUnaryOperation {
422 : HVecUnaryOperation(kVecCnv, allocator, input, packed_type, vector_length, dex_pc) { in HVecCnv()
[all …]
Dcode_generator_vector_arm_vixl.cc107 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations()
Dcode_generator_vector_x86.cc184 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations()
Dcode_generator_vector_x86_64.cc167 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations()
Dcode_generator_vector_arm64.cc192 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations()