Home
last modified time | relevance | path

Searched refs:packed_type (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dnodes_vector.h276 packed_type, in HVecUnaryOperation()
304 packed_type, in HVecBinaryOperation()
335 packed_type, in HVecMemoryOperation()
487 DataType::Type packed_type, in HVecCnv() argument
859 DataType::Type packed_type, in HVecOr() argument
979 packed_type, in HVecSetScalars()
1017 packed_type, in HVecMultiplyAccumulate()
1071 packed_type, in HVecSADAccumulate()
1118 packed_type, in HVecDotProd()
1271 packed_type, in HVecPredSetOperation()
[all …]
H A Dinstruction_simplifier_shared.cc293 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()