Searched refs:CacheIdx (Results 1 – 1 of 1) sorted by relevance
284 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in hasScalarValue() local286 CacheIdx < I->second[Instance.Part].size() && in hasScalarValue()287 I->second[Instance.Part][CacheIdx]; in hasScalarValue()313 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in set() local314 while (Scalars.size() <= CacheIdx) in set()316 assert(!Scalars[CacheIdx] && "should overwrite existing value"); in set()317 Scalars[CacheIdx] = V; in set()327 unsigned CacheIdx = Instance.Lane.mapToCacheIndex(VF); in reset() local328 assert(CacheIdx < Iter->second[Instance.Part].size() && in reset()330 Iter->second[Instance.Part][CacheIdx] = V; in reset()