Searched refs:CacheIdx (Results 1 – 1 of 1) sorted by relevance
258 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in hasScalarValue() local260 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() local288 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() local302 assert(CacheIdx < Iter->second[Instance.Part].size() && in reset()304 Iter->second[Instance.Part][CacheIdx] = V; in reset()