Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h188 bool TrySetVectorType(DataType::Type type, /*out*/ uint64_t* restrictions);
Dloop_optimization.cc1296 if (TrySetVectorType(type, &restrictions) && in VectorizeDef()
1319 (TrySetVectorType(type, &restrictions) && in VectorizeDef()
1434 if (TrySetVectorType(from, &restrictions) && in VectorizeUse()
1553 bool HLoopOptimization::TrySetVectorType(DataType::Type type, uint64_t* restrictions) { in TrySetVectorType() function in art::HLoopOptimization
2069 if (!TrySetVectorType(sub_type, &restrictions) || in VectorizeSADIdiom()
2142 if (!TrySetVectorType(op_type, &restrictions) || in VectorizeDotProdIdiom()