Searched refs:VecStoreSize (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 450 unsigned VecStoreSize, unsigned ElementSize, in promoteAllocaUserToVector() argument 505 if (CI->isZeroValue() && AccessSize == VecStoreSize) { in promoteAllocaUserToVector() 562 if (CI->isZeroValue() && AccessSize == VecStoreSize) { in promoteAllocaUserToVector() 913 const unsigned VecStoreSize = DL->getTypeStoreSize(VectorTy); in tryPromoteAllocaToVector() local 928 I, *DL, VectorTy, VecStoreSize, ElementSize, TransferInfo, GEPVectorIdx, in tryPromoteAllocaToVector() 941 I, *DL, VectorTy, VecStoreSize, ElementSize, TransferInfo, GEPVectorIdx, in tryPromoteAllocaToVector()
|