Home | History | Annotate | Download | only in ARM

Lines Matching refs:isPredicated

285   while (isPredicated(I) || I->isTerminator()) {
318 CantAnalyze = !isPredicated(I);
326 if (!isPredicated(I) &&
436 bool ARMBaseInstrInfo::isPredicated(const MachineInstr *MI) const {
2075 if (!isSuitableForMask(MI, SrcReg, CmpMask, false) || isPredicated(MI)) {
2082 isPredicated(PotentialAND))
2149 if (isPredicated(MI))
2258 assert(!isPredicated(MI) && "Can't use flags from predicated instruction");
3738 if (MI->getOpcode() == ARM::VMOVD && !isPredicated(MI))
3743 if (Subtarget.isCortexA9() && !isPredicated(MI) &&
3839 assert(!isPredicated(MI) && "Cannot predicate a VORRd");
3857 assert(!isPredicated(MI) && "Cannot predicate a VGETLN");
3883 assert(!isPredicated(MI) && "Cannot predicate a VSETLN");