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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 2373       Opc == PPC::CMPWI || Opc == PPC::CMPLWI ||
 2373       Opc == PPC::CMPWI || Opc == PPC::CMPLWI ||
 2374       Opc == PPC::CMPDI || Opc == PPC::CMPLDI ||
 2374       Opc == PPC::CMPDI || Opc == PPC::CMPLDI ||
 2375       Opc == PPC::ADDI || Opc == PPC::ADDI8 ||
 2375       Opc == PPC::ADDI || Opc == PPC::ADDI8 ||
 2376       Opc == PPC::ORI || Opc == PPC::ORI8 ||
 2376       Opc == PPC::ORI || Opc == PPC::ORI8 ||
 2377       Opc == PPC::XORI || Opc == PPC::XORI8 ||
 2377       Opc == PPC::XORI || Opc == PPC::XORI8 ||
 2378       Opc == PPC::RLDICL || Opc == PPC::RLDICLo ||
 2378       Opc == PPC::RLDICL || Opc == PPC::RLDICLo ||
 2379       Opc == PPC::RLDICL_32 || Opc == PPC::RLDICL_32_64 ||
 2379       Opc == PPC::RLDICL_32 || Opc == PPC::RLDICL_32_64 ||
 2380       Opc == PPC::RLWINM || Opc == PPC::RLWINMo ||
 2380       Opc == PPC::RLWINM || Opc == PPC::RLWINMo ||
 2381       Opc == PPC::RLWINM8 || Opc == PPC::RLWINM8o;
 2381       Opc == PPC::RLWINM8 || Opc == PPC::RLWINM8o;
 2385     if (!ConvertibleImmForm && !instrHasImmForm(Opc, IsVFReg, III, true))
 2389     if ((Opc == PPC::OR || Opc == PPC::OR8) &&
 2389     if ((Opc == PPC::OR || Opc == PPC::OR8) &&