Home
last modified time | relevance | path

Searched refs:V2I (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h299 const ECValue &V1I = insert(V1), &V2I = insert(V2); in unionSets() local
300 return unionSets(findLeader(V1I), findLeader(V2I)); in unionSets()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedOryon.td44 // V2I
201 // V2I
511 // all I2V, V2I's throughputs are 2
524 // V2I move instruction has 1/2 uOps, P42 in VXU doc
1372 // V2I
1375 // V2I with convert 2nd [SU] necessary?
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp736 auto V2I = Value2Index.find(V); in getConstraint() local
737 if (V2I != Value2Index.end()) in getConstraint()
738 return V2I->second; in getConstraint()