Searched refs:VecStoreSize (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 350 unsigned VecStoreSize, unsigned ElementSize, in promoteAllocaUserToVector() argument 404 if (AccessSize == VecStoreSize && cast<Constant>(Index)->isZeroValue()) { in promoteAllocaUserToVector() 459 if (AccessSize == VecStoreSize && cast<Constant>(Index)->isZeroValue()) { in promoteAllocaUserToVector() 831 const unsigned VecStoreSize = DL->getTypeStoreSize(VectorTy); in tryPromoteAllocaToVector() local 846 I, *DL, VectorTy, VecStoreSize, ElementSize, TransferInfo, GEPVectorIdx, in tryPromoteAllocaToVector() 859 I, *DL, VectorTy, VecStoreSize, ElementSize, TransferInfo, GEPVectorIdx, in tryPromoteAllocaToVector()
|