Home
last modified time | relevance | path

Searched refs:GEPVectorIdx (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp425 std::map<GetElementPtrInst*, Value*> GEPVectorIdx; in tryPromoteAllocaToVector() local
482 GEPVectorIdx[GEP] = Index; in tryPromoteAllocaToVector()
504 if (Ptr != Alloca && !GEPVectorIdx.count(GEP)) in tryPromoteAllocaToVector()
507 return dyn_cast<ConstantInt>(calculateVectorIndex(Ptr, GEPVectorIdx)); in tryPromoteAllocaToVector()
560 Value *Index = calculateVectorIndex(Ptr, GEPVectorIdx); in tryPromoteAllocaToVector()
575 Value *Index = calculateVectorIndex(Ptr, GEPVectorIdx); in tryPromoteAllocaToVector()