Searched refs:Pow2NElts (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ValueTypes.h | 176 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/ |
D | ValueTypes.h | 324 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local 325 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts); in getPow2VectorType()
|
D | MachineValueType.h | 303 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/ |
D | ValueTypes.h | 369 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/ |
D | MachineValueType.h | 407 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local 408 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); in getPow2VectorType()
|