Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes_vector.h487 DataType::Type packed_type, in HVecCnv()
512 DataType::Type packed_type, in HVecNeg()
534 DataType::Type packed_type, in HVecAbs()
556 DataType::Type packed_type, in HVecNot()
582 DataType::Type packed_type, in HVecAdd()
672 DataType::Type packed_type, in HVecSub()
720 DataType::Type packed_type, in HVecMul()
743 DataType::Type packed_type, in HVecDiv()
767 DataType::Type packed_type, in HVecMin()
791 DataType::Type packed_type, in HVecMax()
[all …]
H A Dinstruction_simplifier_shared.cc293 DataType::Type packed_type = access->GetPackedType(); in TryExtractVecArrayAccessAddress() local