HomeSort by: relevance | last modified time | path
    Searched refs:isCMN (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64GlobalISelUtils.h 45 bool isCMN(const MachineInstr *MaybeSub, const CmpInst::Predicate &Pred,
AArch64GlobalISelUtils.cpp 43 bool AArch64GISelUtils::isCMN(const MachineInstr *MaybeSub,
AArch64PostLegalizerLowering.cpp 824 return isCMN(Def, Pred, MRI) ? Def->getOperand(2).getReg() : Reg;
AArch64InstructionSelector.cpp 4528 if (isCMN(LHSDef, P, MRI))
4541 if (isCMN(RHSDef, P, MRI))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 2393 static bool isCMN(SDValue Op, ISD::CondCode CC) {
2431 if (isCMN(RHS, CC)) {
2435 } else if (isCMN(LHS, CC)) {
2855 SDValue TheLHS = isCMN(LHS, CC) ? LHS.getOperand(1) : LHS;

Completed in 81 milliseconds