Searched refs:isPredicate (Results 1 – 17 of 17) sorted by relevance
109 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function630 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
352 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function598 assert(isPredicate() && "Wrong MachineOperand accessor"); in getPredicate()718 assert(isPredicate() && "Wrong MachineOperand mutator"); in setPredicate()
844 if (SkipPred && MCID.OpInfo[i].isPredicate()) in ReduceTo2Addr()878 if (MCID.OpInfo[i].isPredicate()) in ReduceToNarrow()888 !MCID.OpInfo[i].isPredicate()) { in ReduceToNarrow()959 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow()
267 if (opInfo.isPredicate()) in isARMNEONPred()
2382 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
415 else if (MO.isPredicate()) in addNodeIDMachineOperand()
3669 else if (Op.isPredicate()) in broadcastSrcOp()
393 ASSERT_TRUE(MO.isPredicate()); in TEST()
415 assert(MI.getOperand(0).isReg() && MI.getOperand(1).isPredicate() && in processSwitches()
517 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
776 if (!MO.isPredicate() || MO.getPredicate() != Value) in executeMatchTable()
341 if (MCID.OpInfo[i].isPredicate()) { in PredicateInstruction()
1030 if (MCID.OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
898 if (i > 0 && OpInfo[i-1].isPredicate()) continue; in AddThumb1SBit()991 if (OpInfo[i].isPredicate() || CCI == MI.end()) break; in AddThumbPredicate()1058 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
4564 assert(Predicate.isPredicate() && "Expected predicate?"); in emitIntegerCompare()5065 assert(LHS.isReg() && RHS.isReg() && Predicate.isPredicate() && in tryFoldIntegerCompare()
7682 if (MCID.OpInfo[i].isPredicate()) { in validateInstruction()