Searched refs:DefOpc (Results 1 – 6 of 6) sorted by relevance
639 unsigned DefOpc = DefMI->getOpcode(); in simplifyCode() local646 if (DefOpc != PPC::XVCVDPSXDS && DefOpc != PPC::XVCVDPUXDS) in simplifyCode()658 (DefOpc == PPC::LXVDSX || isConversionOfLoadAndSplat())) { in simplifyCode()672 if (DefOpc == PPC::XXPERMDI) { in simplifyCode()731 DefOpc == PPC::XXPERMDIs && in simplifyCode()752 (DefOpc == PPC::VSPLTB || DefOpc == PPC::VSPLTH || in simplifyCode()753 DefOpc == PPC::VSPLTW || DefOpc == PPC::XXSPLTW || in simplifyCode()754 DefOpc == PPC::VSPLTISB || DefOpc == PPC::VSPLTISH || in simplifyCode()755 DefOpc == PPC::VSPLTISW)) { in simplifyCode()
2035 unsigned DefOpc = DefMI.getOpcode(); in onlyFoldImmediate() local2036 if (DefOpc != PPC::LI && DefOpc != PPC::LI8) in onlyFoldImmediate()
331 unsigned DefOpc = DefI->getOpcode(); in isScalarPred() local332 switch (DefOpc) { in isScalarPred()360 return isScalarCmp(DefOpc); in isScalarPred()
1040 unsigned DefOpc = DefMI->getOpcode(); in getInstrMapping() local1047 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()
629 unsigned DefOpc = DefMI.getOpcode(); in FoldImmediate() local630 if (DefOpc != SystemZ::LHIMux && DefOpc != SystemZ::LHI && in FoldImmediate()631 DefOpc != SystemZ::LGHI) in FoldImmediate()
3315 unsigned DefOpc = DefMI.getOpcode(); in FoldImmediate() local3316 if (DefOpc != ARM::t2MOVi32imm && DefOpc != ARM::MOVi32imm && in FoldImmediate()3317 DefOpc != ARM::tMOVi32imm) in FoldImmediate()