Searched defs:packed_type (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | nodes_vector.h | 76 DataType::Type packed_type, in HVecOperation() 271 DataType::Type packed_type, in HVecUnaryOperation() 299 DataType::Type packed_type, in HVecBinaryOperation() 328 DataType::Type packed_type, in HVecMemoryOperation() 390 DataType::Type packed_type, in HVecReplicateScalar() 416 DataType::Type packed_type, in HVecExtractScalar() 453 DataType::Type packed_type, in HVecReduce() 487 DataType::Type packed_type, in HVecCnv() 512 DataType::Type packed_type, in HVecNeg() 534 DataType::Type packed_type, in HVecAbs() [all …]
|
D | instruction_simplifier_shared.cc | 293 DataType::Type packed_type = access->GetPackedType(); in TryExtractVecArrayAccessAddress() local
|