Home
last modified time | relevance | path

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

/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-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h384 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
385 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts, in getPow2VectorType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h415 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
416 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); in getPow2VectorType()
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h482 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
483 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); in getPow2VectorType()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp53 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
54 return Ty.changeNumElements(Pow2NElts); in getPow2VectorType()