Home | History | Annotate | Download | only in ARM

Lines Matching defs:isPredicated

440 bool ARMBaseInstrInfo::isPredicated(const MachineInstr *MI) const {
2891 if (DepMI->readsRegister(Reg, &getRegisterInfo()) || !isPredicated(DepMI))
3033 if (MI->getOpcode() == ARM::VMOVD && !isPredicated(MI))
3061 assert(!isPredicated(MI) && "Cannot predicate a VORRd");