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