Searched refs:GEPVectorIdx (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 352 std::map<GetElementPtrInst *, Value *> &GEPVectorIdx, Value *CurVal, in promoteAllocaUserToVector() argument 399 cast<LoadInst>(Inst)->getPointerOperand(), GEPVectorIdx); in promoteAllocaUserToVector() 453 Value *Index = calculateVectorIndex(SI->getPointerOperand(), GEPVectorIdx); in promoteAllocaUserToVector() 666 std::map<GetElementPtrInst *, Value *> GEPVectorIdx; in tryPromoteAllocaToVector() local 738 GEPVectorIdx[GEP] = Index; in tryPromoteAllocaToVector() 768 if (Ptr != &Alloca && !GEPVectorIdx.count(GEP)) in tryPromoteAllocaToVector() 771 return dyn_cast<ConstantInt>(calculateVectorIndex(Ptr, GEPVectorIdx)); in tryPromoteAllocaToVector() 846 I, *DL, VectorTy, VecStoreSize, ElementSize, TransferInfo, GEPVectorIdx, in tryPromoteAllocaToVector() 859 I, *DL, VectorTy, VecStoreSize, ElementSize, TransferInfo, GEPVectorIdx, in tryPromoteAllocaToVector()
|