Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:isPredicable

642 bool HexagonInstrInfo::isPredicable(MachineInstr *MI) const {
643 bool isPred = MI->getDesc().isPredicable();
808 assert (isPredicable(MI) && "Expected predicable instruction");