Searched refs:isPredicate (Results 1 – 16 of 16) sorted by relevance
110 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function 612 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()696 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const { in isPredicate() function in HexagonEarlyIfConversion
362 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function 618 assert(isPredicate() && "Wrong MachineOperand accessor"); in getPredicate() 747 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()
2373 i != e && !DefDesc.operands()[i].isPredicate(); ++i) in optimizeSelect()
422 else if (MO.isPredicate()) in addNodeIDMachineOperand()
4259 else if (Op.isPredicate()) in broadcastSrcOp()
518 i != e && !DefDesc.operands()[i].isPredicate(); ++i) in optimizeSelect()
897 if (!MO.isPredicate() || MO.getPredicate() != Value) in executeMatchTable()
394 MO.isIntrinsicID() || MO.isPredicate() || MO.isShuffleMask()) in PerformSinkAndFold()
342 if (MCID.operands()[i].isPredicate()) { in PredicateInstruction()
1140 if (MCID.operands()[i].isPredicate()) in findFirstPredOperandIdx()
895 if (i > 0 && MCID.operands()[i - 1].isPredicate()) in AddThumb1SBit()987 if (MCID.operands()[i].isPredicate() || CCI == MI.end()) in AddThumbPredicate()1056 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
4403 assert(Predicate.isPredicate() && "Expected predicate?"); in emitIntegerCompare()5000 assert(LHS.isReg() && RHS.isReg() && Predicate.isPredicate() && in tryFoldIntegerCompare()
7676 if (MCID.operands()[i].isPredicate()) { in validateInstruction()