Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp536 unsigned DefOpc = DefMI->getOpcode(); in simplifyCode() local
543 if (DefOpc != PPC::XVCVDPSXDS && DefOpc != PPC::XVCVDPUXDS) in simplifyCode()
555 (DefOpc == PPC::LXVDSX || isConversionOfLoadAndSplat())) { in simplifyCode()
568 if (DefOpc == PPC::XXPERMDI) { in simplifyCode()
620 DefOpc == PPC::XXPERMDIs && in simplifyCode()
H A DPPCInstrInfo.cpp2068 unsigned DefOpc = DefMI.getOpcode(); in onlyFoldImmediate() local
2069 if (DefOpc != PPC::LI && DefOpc != PPC::LI8) in onlyFoldImmediate()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp925 unsigned DefOpc = DefMI->getOpcode(); in getInstrMapping() local
932 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp616 unsigned DefOpc = DefMI.getOpcode(); in FoldImmediate() local
617 if (DefOpc != SystemZ::LHIMux && DefOpc != SystemZ::LHI && in FoldImmediate()
618 DefOpc != SystemZ::LGHI) in FoldImmediate()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3306 unsigned DefOpc = DefMI.getOpcode(); in FoldImmediate() local
3307 if (DefOpc != ARM::t2MOVi32imm && DefOpc != ARM::MOVi32imm) in FoldImmediate()