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