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

  /art/compiler/optimizing/
nodes_vector_test.cc 134 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc);
136 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc);
138 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 2, kNoDexPc);
140 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt16, 4, kNoDexPc);
250 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc);
287 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kUint32, 4, kNoDexPc);
289 HVecReplicateScalar(GetAllocator(), int16_parameter_, DataType::Type::kUint16, 8, kNoDexPc);
291 HVecReplicateScalar(GetAllocator(), int8_parameter_, DataType::Type::kUint8, 16, kNoDexPc);
294 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc);
296 HVecReplicateScalar(GetAllocator(), int16_parameter_, DataType::Type::kInt16, 8, kNoDexPc)
    [all...]
scheduler_arm64.cc 214 HVecReplicateScalar* instr ATTRIBUTE_UNUSED) {
load_store_analysis_test.cc 305 HVecOperation* v1 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(),
310 HVecOperation* v2 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(),
nodes_vector.h 322 class HVecReplicateScalar FINAL : public HVecUnaryOperation {
324 HVecReplicateScalar(ArenaAllocator* allocator,
    [all...]
code_generator_vector_arm_vixl.cc 36 void LocationsBuilderARMVIXL::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
54 void InstructionCodeGeneratorARMVIXL::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
    [all...]
code_generator_vector_x86.cc 28 void LocationsBuilderX86::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
62 void InstructionCodeGeneratorX86::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
    [all...]
code_generator_vector_x86_64.cc 28 void LocationsBuilderX86_64::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
57 void InstructionCodeGeneratorX86_64::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
    [all...]
code_generator_vector_arm64.cc 40 void LocationsBuilderARM64::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
71 void InstructionCodeGeneratorARM64::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
    [all...]
code_generator_vector_mips.cc 26 void LocationsBuilderMIPS::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
50 void InstructionCodeGeneratorMIPS::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
    [all...]
code_generator_vector_mips64.cc 31 void LocationsBuilderMIPS64::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
55 void InstructionCodeGeneratorMIPS64::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
    [all...]
loop_optimization.cc     [all...]

Completed in 105 milliseconds