Home
last modified time | relevance | path

Searched refs:RegN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1113 unsigned ImN, RegN, Width; in isLossyShiftLeft() local
1117 RegN = 1; in isLossyShiftLeft()
1126 RegN = 2; in isLossyShiftLeft()
1131 RegN = 1; in isLossyShiftLeft()
1146 RegN = 2; in isLossyShiftLeft()
1153 if (RegN != OpN) in isLossyShiftLeft()
1173 unsigned ImN, RegN; in isLossyShiftRight() local
1178 RegN = 1; in isLossyShiftRight()
1190 RegN = 2; in isLossyShiftRight()
1195 RegN = 1; in isLossyShiftRight()
[all …]
H A DHexagonConstExtenders.cpp1651 unsigned RegN = ED.OpNum; in replaceInstrExact() local
1654 if (i != RegN) in replaceInstrExact()