Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28497 unsigned VTyWidth = VTy->getScalarSizeInBits() * NumElements; in isComplexDeinterleavingOperationSupported() local
28498 if ((VTyWidth < 128 && (VTy->isScalableTy() || VTyWidth != 64)) || in isComplexDeinterleavingOperationSupported()
28499 !llvm::isPowerOf2_32(VTyWidth)) in isComplexDeinterleavingOperationSupported()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp22124 unsigned VTyWidth = VTy->getScalarSizeInBits() * NumElements; in isComplexDeinterleavingOperationSupported() local
22125 if (VTyWidth < 128 || !llvm::isPowerOf2_32(VTyWidth)) in isComplexDeinterleavingOperationSupported()