Searched refs:CacheIdx (Results 1 – 1 of 1) sorted by relevance
253 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in hasScalarValue() local255 CacheIdx < I->second[Instance.Part].size() && in hasScalarValue()256 I->second[Instance.Part][CacheIdx]; in hasScalarValue()282 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in set() local283 while (Scalars.size() <= CacheIdx) in set()285 assert(!Scalars[CacheIdx] && "should overwrite existing value"); in set()286 Scalars[CacheIdx] = V; in set()296 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in reset() local297 assert(CacheIdx < Iter->second[Instance.Part].size() && in reset()299 Iter->second[Instance.Part][CacheIdx] = V; in reset()