Home
last modified time | relevance | path

Searched refs:MaybeSub (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp43 bool AArch64GISelUtils::isCMN(const MachineInstr *MaybeSub, in isCMN() argument
55 if (!MaybeSub || MaybeSub->getOpcode() != TargetOpcode::G_SUB || in isCMN()
59 getConstantVRegValWithLookThrough(MaybeSub->getOperand(1).getReg(), MRI); in isCMN()
H A DAArch64GlobalISelUtils.h45 bool isCMN(const MachineInstr *MaybeSub, const CmpInst::Predicate &Pred,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2782 auto CheckFold = [&](Register &MaybeSub, Register &MaybeNewLHS) { in matchSimplifyAddToSub() argument
2783 if (!mi_match(MaybeSub, MRI, m_Neg(m_Reg(NewRHS)))) in matchSimplifyAddToSub()