Searched refs:packed_type (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | nodes_vector.h | 76 DataType::Type packed_type, in HVecOperation() argument 89 SetPackedField<PackedTypeField>(packed_type); in HVecOperation() 203 DataType::Type packed_type, in HVecUnaryOperation() argument 208 packed_type, in HVecUnaryOperation() 231 DataType::Type packed_type, in HVecBinaryOperation() argument 236 packed_type, in HVecBinaryOperation() 260 DataType::Type packed_type, in HVecMemoryOperation() argument 267 packed_type, in HVecMemoryOperation() 272 alignment_(DataType::Size(packed_type), 0) { in HVecMemoryOperation() 322 DataType::Type packed_type, in HVecReplicateScalar() argument [all …]
|
D | instruction_simplifier_mips.cc | 41 DataType::Type packed_type); 51 DataType::Type packed_type) { in TryExtractArrayAccessIndex() argument 64 if (packed_type != DataType::Type::kInt16 && packed_type != DataType::Type::kUint16 && in TryExtractArrayAccessIndex() 65 packed_type != DataType::Type::kInt32 && packed_type != DataType::Type::kInt64 && in TryExtractArrayAccessIndex() 66 packed_type != DataType::Type::kFloat32 && packed_type != DataType::Type::kFloat64) { in TryExtractArrayAccessIndex() 76 size_t component_shift = DataType::SizeShift(packed_type); in TryExtractArrayAccessIndex() 121 DataType::Type packed_type = instruction->GetType(); in VisitArrayGet() local 122 if (TryExtractArrayAccessIndex(instruction, instruction->GetIndex(), packed_type)) { in VisitArrayGet() 128 DataType::Type packed_type = instruction->GetComponentType(); in VisitArraySet() local 129 if (TryExtractArrayAccessIndex(instruction, instruction->GetIndex(), packed_type)) { in VisitArraySet()
|
D | instruction_simplifier_shared.cc | 293 DataType::Type packed_type = access->GetPackedType(); in TryExtractVecArrayAccessAddress() local 295 DataType::Size(packed_type)).Uint32Value(); in TryExtractVecArrayAccessAddress() 296 size_t component_shift = DataType::SizeShift(packed_type); in TryExtractVecArrayAccessAddress()
|