Home
last modified time | relevance | path

Searched refs:isCMN (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.h45 bool isCMN(const MachineInstr *MaybeSub, const CmpInst::Predicate &Pred,
H A DAArch64GlobalISelUtils.cpp43 bool AArch64GISelUtils::isCMN(const MachineInstr *MaybeSub, in isCMN() function in AArch64GISelUtils
H A DAArch64PostLegalizerLowering.cpp890 return isCMN(Def, Pred, MRI) ? Def->getOperand(2).getReg() : Reg; in trySwapICmpOperands()
H A DAArch64InstructionSelector.cpp5024 if (isCMN(LHSDef, P, MRI)) in tryFoldIntegerCompare()
5037 if (isCMN(RHSDef, P, MRI)) in tryFoldIntegerCompare()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3427 static bool isCMN(SDValue Op, ISD::CondCode CC, SelectionDAG &DAG) { in isCMN() function
3476 if (isCMN(RHS, CC, DAG)) { in emitComparison()
3583 } else if (isCMN(RHS, CC, DAG)) { in emitConditionalComparison()
3909 bool LHSIsCMN = isCMN(LHS, CC, DAG); in getAArch64Cmp()
3910 bool RHSIsCMN = isCMN(RHS, CC, DAG); in getAArch64Cmp()