Home
last modified time | relevance | path

Searched refs:DefOpc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp656 unsigned DefOpc = DefMI->getOpcode(); in simplifyCode() local
663 if (DefOpc != PPC::XVCVDPSXDS && DefOpc != PPC::XVCVDPUXDS) in simplifyCode()
675 (DefOpc == PPC::LXVDSX || isConversionOfLoadAndSplat())) { in simplifyCode()
689 if (DefOpc == PPC::XXPERMDI) { in simplifyCode()
748 DefOpc == PPC::XXPERMDIs && in simplifyCode()
769 (DefOpc == PPC::VSPLTB || DefOpc == PPC::VSPLTH || in simplifyCode()
770 DefOpc == PPC::VSPLTW || DefOpc == PPC::XXSPLTW || in simplifyCode()
771 DefOpc == PPC::VSPLTISB || DefOpc == PPC::VSPLTISH || in simplifyCode()
772 DefOpc == PPC::VSPLTISW)) { in simplifyCode()
H A DPPCInstrInfo.cpp2050 unsigned DefOpc = DefMI.getOpcode(); in onlyFoldImmediate() local
2051 if (DefOpc != PPC::LI && DefOpc != PPC::LI8) in onlyFoldImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp331 unsigned DefOpc = DefI->getOpcode(); in isScalarPred() local
332 switch (DefOpc) { in isScalarPred()
360 return isScalarCmp(DefOpc); in isScalarPred()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp655 unsigned DefOpc = DefMI.getOpcode(); in foldImmediate() local
657 if (DefOpc == SystemZ::VGBM) { in foldImmediate()
698 if (DefOpc != SystemZ::LHIMux && DefOpc != SystemZ::LHI && in foldImmediate()
699 DefOpc != SystemZ::LGHI) in foldImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp1053 unsigned DefOpc = DefMI->getOpcode(); in getInstrMapping() local
1060 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3316 unsigned DefOpc = DefMI.getOpcode(); in foldImmediate() local
3317 if (DefOpc != ARM::t2MOVi32imm && DefOpc != ARM::MOVi32imm && in foldImmediate()
3318 DefOpc != ARM::tMOVi32imm) in foldImmediate()