Lines Matching defs:isPredicated
371 while (isPredicated(*I) || I->isTerminator() || I->isDebugValue()) {
425 if (!isPredicated(*I) &&
454 if (AllowModify && !isPredicated(MBB.back()) &&
561 bool ARMBaseInstrInfo::isPredicated(const MachineInstr &MI) const {
3023 if (!isSuitableForMask(MI, SrcReg, CmpMask, false) || isPredicated(*MI)) {
3032 isPredicated(*PotentialAND))
3151 if (isPredicated(*MI))
3280 assert(!isPredicated(*MI) && "Can't use flags from predicated instruction");
3298 if (isPredicated(MI))
5048 if (MI.getOpcode() == ARM::VMOVD && !isPredicated(MI))
5053 if (Subtarget.useNEONForFPMovs() && !isPredicated(MI) &&
5147 assert(!isPredicated(MI) && "Cannot predicate a VORRd");
5169 assert(!isPredicated(MI) && "Cannot predicate a VGETLN");
5196 assert(!isPredicated(MI) && "Cannot predicate a VSETLN");
6733 return (isVCTP(&MI) && !isPredicated(MI)) ||