Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h258 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in hasScalarValue() local
260 CacheIdx < I->second[Instance.Part].size() && in hasScalarValue()
261 I->second[Instance.Part][CacheIdx]; in hasScalarValue()
287 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in set() local
288 while (Scalars.size() <= CacheIdx) in set()
290 assert(!Scalars[CacheIdx] && "should overwrite existing value"); in set()
291 Scalars[CacheIdx] = V; in set()
301 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in reset() local
302 assert(CacheIdx < Iter->second[Instance.Part].size() && in reset()
304 Iter->second[Instance.Part][CacheIdx] = V; in reset()