Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp330 unsigned DefOpc = DefI->getOpcode(); in isScalarPred() local
331 switch (DefOpc) { in isScalarPred()
359 return isScalarCmp(DefOpc); in isScalarPred()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp307 unsigned DefOpc = DefMI ? DefMI->getOpcode() : 0; in simplifyCode() local
314 if (DefOpc != PPC::XVCVDPSXDS && DefOpc != PPC::XVCVDPUXDS) in simplifyCode()
326 if (DefOpc == PPC::LXVDSX || isConversionOfLoadAndSplat()) { in simplifyCode()
340 if (DefOpc == PPC::XXPERMDI) { in simplifyCode()
382 } else if ((Immed == 0 || Immed == 3) && DefOpc == PPC::XXPERMDIs && in simplifyCode()
H A DPPCInstrInfo.cpp1313 unsigned DefOpc = DefMI.getOpcode(); in FoldImmediate() local
1314 if (DefOpc != PPC::LI && DefOpc != PPC::LI8) in FoldImmediate()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterBankInfo.cpp624 unsigned DefOpc = DefMI->getOpcode(); in getInstrMapping() local
625 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()
630 ((DefOpc == TargetOpcode::COPY || DefMI->isPHI()) && in getInstrMapping()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp633 unsigned DefOpc = DefMI.getOpcode(); in FoldImmediate() local
634 if (DefOpc != SystemZ::LHIMux && DefOpc != SystemZ::LHI && in FoldImmediate()
635 DefOpc != SystemZ::LGHI) in FoldImmediate()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3001 unsigned DefOpc = DefMI.getOpcode(); in FoldImmediate() local
3002 if (DefOpc != ARM::t2MOVi32imm && DefOpc != ARM::MOVi32imm) in FoldImmediate()