Searched refs:V2I (Results 1 – 3 of 3) sorted by relevance
299 const ECValue &V1I = insert(V1), &V2I = insert(V2); in unionSets() local300 return unionSets(findLeader(V1I), findLeader(V2I)); in unionSets()
44 // V2I201 // V2I511 // all I2V, V2I's throughputs are 2524 // V2I move instruction has 1/2 uOps, P42 in VXU doc1372 // V2I1375 // V2I with convert 2nd [SU] necessary?
736 auto V2I = Value2Index.find(V); in getConstraint() local737 if (V2I != Value2Index.end()) in getConstraint()738 return V2I->second; in getConstraint()