Home | History | Annotate | Download | only in ARM

Lines Matching full:ispredicable

525 /// isPredicable - Return true if the specified instruction can be predicated.
528 bool ARMBaseInstrInfo::isPredicable(MachineInstr *MI) const {
529 if (!MI->isPredicable())
613 MI->getOperand(NumOps - (MI->isPredicable() ? 3 : 2));
1634 if (!MI->isPredicable())