Home
last modified time | relevance | path

Searched refs:Pow2NElts (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h176 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
177 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); in getPow2VectorType()
648 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
649 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts); in getPow2VectorType()
/external/llvm/include/llvm/CodeGen/
DValueTypes.h324 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
325 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts); in getPow2VectorType()
DMachineValueType.h303 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
304 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); in getPow2VectorType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DValueTypes.h369 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
370 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts, in getPow2VectorType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMachineValueType.h407 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
408 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); in getPow2VectorType()