Searched refs:CacheIdx (Results 1 – 1 of 1) sorted by relevance
246 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in hasScalarValue() local248 CacheIdx < I->second[Instance.Part].size() && in hasScalarValue()249 I->second[Instance.Part][CacheIdx]; in hasScalarValue()275 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in set() local276 while (Scalars.size() <= CacheIdx) in set()278 assert(!Scalars[CacheIdx] && "should overwrite existing value"); in set()279 Scalars[CacheIdx] = V; in set()289 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in reset() local290 assert(CacheIdx < Iter->second[Instance.Part].size() && in reset()292 Iter->second[Instance.Part][CacheIdx] = V; in reset()