reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonBitSimplify.cpp
 1865   RH.Low = Low;
 1893   if (H1.Reg != L1.Reg || H1.Sub != L1.Sub || H1.Low || !L1.Low)
 1893   if (H1.Reg != L1.Reg || H1.Sub != L1.Sub || H1.Low || !L1.Low)
 1895   if (H2.Reg != L2.Reg || H2.Sub != L2.Sub || H2.Low || !L2.Low)
 1895   if (H2.Reg != L2.Reg || H2.Sub != L2.Sub || H2.Low || !L2.Low)
 1926   if (H.Low)
 2055   if (L.Low && Opc != Hexagon::A2_zxth) {
 2061   } else if (!L.Low && Opc != Hexagon::S2_lsr_i_r) {
 2085   if (L.Reg == H.Reg && L.Sub == H.Sub && !H.Low && L.Low)
 2085   if (L.Reg == H.Reg && L.Sub == H.Sub && !H.Low && L.Low)
 2089   unsigned COpc = getCombineOpcode(H.Low, L.Low);
 2089   unsigned COpc = getCombineOpcode(H.Low, L.Low);