Searched refs:isPredicate (Results 1 – 14 of 14) sorted by relevance
108 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function624 if (OpInfo[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
353 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function589 assert(isPredicate() && "Wrong MachineOperand accessor"); in getPredicate()709 assert(isPredicate() && "Wrong MachineOperand mutator"); in setPredicate()
843 if (SkipPred && MCID.OpInfo[i].isPredicate()) in ReduceTo2Addr()877 if (MCID.OpInfo[i].isPredicate()) in ReduceToNarrow()887 !MCID.OpInfo[i].isPredicate()) { in ReduceToNarrow()958 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow()
268 if (opInfo.isPredicate()) in isARMNEONPred()
2347 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
414 else if (MO.isPredicate()) in addNodeIDMachineOperand()
519 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
756 if (!MO.isPredicate() || MO.getPredicate() != Value) in executeMatchTable()
343 if (MCID.OpInfo[i].isPredicate()) { in PredicateInstruction()
1077 if (MCID.OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
738 if (i > 0 && OpInfo[i-1].isPredicate()) continue; in AddThumb1SBit()831 if (OpInfo[i].isPredicate() || CCI == MI.end()) break; in AddThumbPredicate()895 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
4357 assert(Predicate.isPredicate() && "Expected predicate?"); in emitIntegerCompare()4631 assert(LHS.isReg() && RHS.isReg() && Predicate.isPredicate() && in tryFoldIntegerCompare()
7646 if (MCID.OpInfo[i].isPredicate()) { in validateInstruction()