Searched refs:isPredicate (Results 1 – 14 of 14) sorted by relevance
101 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function631 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
351 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function587 assert(isPredicate() && "Wrong MachineOperand accessor"); in getPredicate()702 assert(isPredicate() && "Wrong MachineOperand mutator"); in setPredicate()
833 if (SkipPred && MCID.OpInfo[i].isPredicate()) in ReduceTo2Addr()867 if (MCID.OpInfo[i].isPredicate()) in ReduceToNarrow()877 !MCID.OpInfo[i].isPredicate()) { in ReduceToNarrow()948 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow()
272 if (opInfo.isPredicate()) in isARMNEONPred()
2259 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
360 else if (MO.isPredicate()) in addNodeIDMachineOperand()
519 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
682 if (!MO.isPredicate() || MO.getPredicate() != Value) in executeMatchTable()
333 if (MCID.OpInfo[i].isPredicate()) { in PredicateInstruction()
1028 if (MCID.OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
737 if (i > 0 && OpInfo[i-1].isPredicate()) continue; in AddThumb1SBit()830 if (OpInfo[i].isPredicate() || CCI == MI.end()) break; in AddThumbPredicate()893 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
3574 assert(LHS.isReg() && RHS.isReg() && Predicate.isPredicate() && in tryFoldIntegerCompare()
7364 if (MCID.OpInfo[i].isPredicate()) { in validateInstruction()