Lines Matching defs:isPredicated
369 while (isPredicated(*I) || I->isTerminator() || I->isDebugValue()) {
423 if (!isPredicated(*I) &&
452 if (AllowModify && !isPredicated(MBB.back()) &&
559 bool ARMBaseInstrInfo::isPredicated(const MachineInstr &MI) const {
3039 if (!isSuitableForMask(MI, SrcReg, CmpMask, false) || isPredicated(*MI)) {
3048 isPredicated(*PotentialAND))
3167 if (isPredicated(*MI))
3296 assert(!isPredicated(*MI) && "Can't use flags from predicated instruction");
3314 if (isPredicated(MI))
5064 if (MI.getOpcode() == ARM::VMOVD && !isPredicated(MI))
5069 if (Subtarget.useNEONForFPMovs() && !isPredicated(MI) &&
5166 assert(!isPredicated(MI) && "Cannot predicate a VORRd");
5188 assert(!isPredicated(MI) && "Cannot predicate a VGETLN");
5215 assert(!isPredicated(MI) && "Cannot predicate a VSETLN");
6755 return (isVCTP(&MI) && !isPredicated(MI)) ||