Home
last modified time | relevance | path

Searched refs:vector_type (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.cc264 static uint32_t GetOtherVL(DataType::Type other_type, DataType::Type vector_type, uint32_t vl) { in GetOtherVL() argument
266 DCHECK(DataType::IsIntegralType(vector_type)); in GetOtherVL()
267 DCHECK_GE(DataType::SizeShift(other_type), DataType::SizeShift(vector_type)); in GetOtherVL()
268 return vl >> (DataType::SizeShift(other_type) - DataType::SizeShift(vector_type)); in GetOtherVL()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2822 if (VectorType* vector_type = in ParseFunctionBody() local
2825 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in ParseFunctionBody()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3083 if (VectorType* vector_type = in ParseFunctionBody() local
3086 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in ParseFunctionBody()