Searched refs:isPredicate (Results 1 – 15 of 15) sorted by relevance
110 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function613 if (operands()[i].isPredicate()) in findFirstPredOperandIdx()
193 bool isPredicate(unsigned R) const;391 if (!isPredicate(R)) in isValidCandidate()442 if (isPredicate(DefR)) in isValid()498 if (isPredicate(R)) in countPredicateDefs()698 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const { in isPredicate() function in HexagonEarlyIfConversion
359 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function615 assert(isPredicate() && "Wrong MachineOperand accessor"); in getPredicate()744 assert(isPredicate() && "Wrong MachineOperand mutator"); in setPredicate()
841 if (SkipPred && MCID.operands()[i].isPredicate()) in ReduceTo2Addr()875 if (MCID.operands()[i].isPredicate()) in ReduceToNarrow()884 } else if (MO.isImm() && !MCID.operands()[i].isPredicate()) { in ReduceToNarrow()955 bool isPred = (i < NumOps && MCID.operands()[i].isPredicate()); in ReduceToNarrow()
267 if (opInfo.isPredicate()) in isARMNEONPred()
2386 i != e && !DefDesc.operands()[i].isPredicate(); ++i) in optimizeSelect()
419 else if (MO.isPredicate()) in addNodeIDMachineOperand()
3683 else if (Op.isPredicate()) in broadcastSrcOp()
517 i != e && !DefDesc.operands()[i].isPredicate(); ++i) in optimizeSelect()
776 if (!MO.isPredicate() || MO.getPredicate() != Value) in executeMatchTable()
340 if (MCID.operands()[i].isPredicate()) { in PredicateInstruction()
1085 if (MCID.operands()[i].isPredicate()) in findFirstPredOperandIdx()
892 if (i > 0 && MCID.operands()[i - 1].isPredicate()) in AddThumb1SBit()984 if (MCID.operands()[i].isPredicate() || CCI == MI.end()) in AddThumbPredicate()1053 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
4600 assert(Predicate.isPredicate() && "Expected predicate?"); in emitIntegerCompare()5110 assert(LHS.isReg() && RHS.isReg() && Predicate.isPredicate() && in tryFoldIntegerCompare()
7683 if (MCID.operands()[i].isPredicate()) { in validateInstruction()