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

References

lib/Target/Hexagon/HexagonConstPropagation.cpp
 1968   switch (Opc) {
 1999       bool NonZero = (Opc == Hexagon::PS_true);
 2082       bool Ones = (Opc == S2_ct1) || (Opc == S2_ct1p);
 2082       bool Ones = (Opc == S2_ct1) || (Opc == S2_ct1p);
 2113       bool OnlyZeros = (Opc == S2_cl0) || (Opc == S2_cl0p);
 2113       bool OnlyZeros = (Opc == S2_cl0) || (Opc == S2_cl0p);
 2114       bool OnlyOnes =  (Opc == S2_cl1) || (Opc == S2_cl1p);
 2114       bool OnlyOnes =  (Opc == S2_cl1) || (Opc == S2_cl1p);
 2141       bool Signed = (Opc == Hexagon::S4_extract) ||
 2142                     (Opc == Hexagon::S4_extractp);