Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp639 unsigned DefOpc = DefMI->getOpcode(); in simplifyCode() local
646 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()
H A DPPCInstrInfo.cpp2035 unsigned DefOpc = DefMI.getOpcode(); in onlyFoldImmediate() local
2036 if (DefOpc != PPC::LI && DefOpc != PPC::LI8) in onlyFoldImmediate()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp1040 unsigned DefOpc = DefMI->getOpcode(); in getInstrMapping() local
1047 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp629 unsigned DefOpc = DefMI.getOpcode(); in FoldImmediate() local
630 if (DefOpc != SystemZ::LHIMux && DefOpc != SystemZ::LHI && in FoldImmediate()
631 DefOpc != SystemZ::LGHI) in FoldImmediate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3315 unsigned DefOpc = DefMI.getOpcode(); in FoldImmediate() local
3316 if (DefOpc != ARM::t2MOVi32imm && DefOpc != ARM::MOVi32imm && in FoldImmediate()
3317 DefOpc != ARM::tMOVi32imm) in FoldImmediate()