Searched refs:DefOpc (Results 1 – 6 of 6) sorted by relevance
331 unsigned DefOpc = DefI->getOpcode(); in isScalarPred() local332 switch (DefOpc) { in isScalarPred()360 return isScalarCmp(DefOpc); in isScalarPred()
542 unsigned DefOpc = DefMI->getOpcode(); in simplifyCode() local549 if (DefOpc != PPC::XVCVDPSXDS && DefOpc != PPC::XVCVDPUXDS) in simplifyCode()561 (DefOpc == PPC::LXVDSX || isConversionOfLoadAndSplat())) { in simplifyCode()574 if (DefOpc == PPC::XXPERMDI) { in simplifyCode()625 DefOpc == PPC::XXPERMDIs && in simplifyCode()
2066 unsigned DefOpc = DefMI.getOpcode(); in onlyFoldImmediate() local2067 if (DefOpc != PPC::LI && DefOpc != PPC::LI8) in onlyFoldImmediate()
927 unsigned DefOpc = DefMI->getOpcode(); in getInstrMapping() local934 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()
616 unsigned DefOpc = DefMI.getOpcode(); in FoldImmediate() local617 if (DefOpc != SystemZ::LHIMux && DefOpc != SystemZ::LHI && in FoldImmediate()618 DefOpc != SystemZ::LGHI) in FoldImmediate()
3329 unsigned DefOpc = DefMI.getOpcode(); in FoldImmediate() local3330 if (DefOpc != ARM::t2MOVi32imm && DefOpc != ARM::MOVi32imm) in FoldImmediate()