Searched refs:GEPVectorIdx (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 499 std::map<GetElementPtrInst *, WeakTrackingVH> &GEPVectorIdx, Value *CurVal, in promoteAllocaUserToVector() argument 546 cast<LoadInst>(Inst)->getPointerOperand(), GEPVectorIdx); in promoteAllocaUserToVector() 602 Value *Index = calculateVectorIndex(SI->getPointerOperand(), GEPVectorIdx); in promoteAllocaUserToVector() 846 std::map<GetElementPtrInst *, WeakTrackingVH> GEPVectorIdx; in tryPromoteAllocaToVector() local 918 GEPVectorIdx[GEP] = Index; in tryPromoteAllocaToVector() 945 if (Ptr != &Alloca && !GEPVectorIdx.count(GEP)) in tryPromoteAllocaToVector() 948 return dyn_cast<ConstantInt>(calculateVectorIndex(Ptr, GEPVectorIdx)); in tryPromoteAllocaToVector() 1032 I, *DL, VectorTy, VecStoreSize, ElementSize, TransferInfo, GEPVectorIdx, in tryPromoteAllocaToVector() 1045 I, *DL, VectorTy, VecStoreSize, ElementSize, TransferInfo, GEPVectorIdx, in tryPromoteAllocaToVector()
|