Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp406 SmallMapVector<Value *, APInt, 4> VarOffsets; in GEPToVectorIndex() local
428 if (!CurGEP->collectOffset(DL, BW, VarOffsets, ConstOffset)) in GEPToVectorIndex()
438 if (VarOffsets.size() > 1) in GEPToVectorIndex()
446 if (VarOffsets.size() == 0) in GEPToVectorIndex()
451 const auto &VarOffset = VarOffsets.front(); in GEPToVectorIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp911 SmallMapVector<Value *, APInt, 4> VarOffsets; in getStrideAndModOffsetOfGEP() local
912 if (!GEP->collectOffset(DL, BW, VarOffsets, ModOffset)) in getStrideAndModOffsetOfGEP()
915 for (auto [V, Scale] : VarOffsets) { in getStrideAndModOffsetOfGEP()