reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

include/llvm/CodeGen/TargetInstrInfo.h
 1267   virtual bool isPredicated(const MachineInstr &MI) const { return false; }

Declarations

lib/Target/ARM/ARMBaseInstrInfo.h
  148   bool isPredicated(const MachineInstr &MI) const override;

References

gen/lib/Target/ARM/ARMGenSubtargetInfo.inc
19613       if (TII->isPredicated(*MI))
19625       if (TII->isPredicated(*MI))
19630       if (TII->isPredicated(*MI))
19659       if (TII->isPredicated(*MI))
19666       if (TII->isPredicated(*MI))
19673       if (TII->isPredicated(*MI))
19679           && (TII->isPredicated(*MI)))
19681       if (TII->isPredicated(*MI))
19688       if (TII->isPredicated(*MI))
19744       if (TII->isPredicated(*MI))
19749       if (TII->isPredicated(*MI))
19756       if (TII->isPredicated(*MI))
19768       if (TII->isPredicated(*MI))
19773       if (TII->isPredicated(*MI))
19787       if (TII->isPredicated(*MI))
19816       if (TII->isPredicated(*MI))
19828       if (TII->isPredicated(*MI))
19835       if (TII->isPredicated(*MI))
19842       if (TII->isPredicated(*MI))
19893       if (TII->isPredicated(*MI))
19898       if (TII->isPredicated(*MI))
19905       if (TII->isPredicated(*MI))
19924       if (TII->isPredicated(*MI))
20079       if (TII->isPredicated(*MI))
20091       if (TII->isPredicated(*MI))
20149       if (TII->isPredicated(*MI))
20161       if (TII->isPredicated(*MI))
20166       if (TII->isPredicated(*MI))
20173       if (TII->isCPSRDefined(*MI) && TII->isPredicated(*MI))
20177       if (TII->isPredicated(*MI))
20191       if (TII->isCPSRDefined(*MI) && TII->isPredicated(*MI))
20195       if (TII->isPredicated(*MI))
20202       if (TII->isCPSRDefined(*MI) && TII->isPredicated(*MI))
20206       if (TII->isPredicated(*MI))
20213       if (TII->isPredicated(*MI))
20218       if (TII->isPredicated(*MI))
20225       if (TII->isPredicated(*MI))
20228       if (TII->isPredicated(*MI))
20235       if (TII->isPredicated(*MI))
20242       if (TII->isPredicated(*MI))
20245       if (TII->isPredicated(*MI))
20252       if (TII->isPredicated(*MI))
20259       if (TII->isPredicated(*MI))
20262       if (TII->isPredicated(*MI))
20285       if (TII->isPredicated(*MI))
20325       if (TII->isPredicated(*MI))
20330       if (TII->isPredicated(*MI))
20337       if (TII->isPredicated(*MI))
20342       if (TII->isPredicated(*MI))
20349       if (TII->isPredicated(*MI))
20354       if (TII->isPredicated(*MI))
20361       if (TII->isPredicated(*MI))
20366       if (TII->isPredicated(*MI))
20373       if (TII->isPredicated(*MI))
20380       if (TII->isPredicated(*MI))
20383       if (TII->isPredicated(*MI))
20390       if (TII->isPredicated(*MI))
20397       if (TII->isPredicated(*MI))
20400       if (TII->isPredicated(*MI))
20407       if (TII->isPredicated(*MI))
20410       if (TII->isPredicated(*MI))
20417       if (TII->isPredicated(*MI))
20424       if (TII->isPredicated(*MI))
20431       if (TII->isPredicated(*MI))
21394       if (TII->isPredicated(*MI))
21401       if (TII->isPredicated(*MI))
21564       if ((TII->isPredicated(*MI))
21567       if ((TII->isPredicated(*MI))
21570       if ((TII->isPredicated(*MI))
21573       if ((TII->isPredicated(*MI))
21576       if ((TII->isPredicated(*MI))
21579       if ((TII->isPredicated(*MI))
21582       if ((TII->isPredicated(*MI))
21585       if ((TII->isPredicated(*MI))
21753       if ((TII->isPredicated(*MI))
21756       if ((TII->isPredicated(*MI))
21759       if ((TII->isPredicated(*MI))
21762       if ((TII->isPredicated(*MI))
21765       if ((TII->isPredicated(*MI))
21768       if ((TII->isPredicated(*MI))
21771       if ((TII->isPredicated(*MI))
21774       if ((TII->isPredicated(*MI))
21959       if (TII->isCPSRDefined(*MI) && TII->isPredicated(*MI))
21963       if (TII->isPredicated(*MI))
21991       if (TII->isCPSRDefined(*MI) && TII->isPredicated(*MI))
21995       if (TII->isPredicated(*MI))
22002       if (TII->isPredicated(*MI))
22014       if (TII->isPredicated(*MI))
22020           && (TII->isPredicated(*MI)))
22022       if (TII->isPredicated(*MI))
22029       if (TII->isPredicated(*MI))
22041       if (TII->isPredicated(*MI))
22053       if (TII->isPredicated(*MI))
22065       if (TII->isPredicated(*MI))
22070       if (TII->isPredicated(*MI))
22077       if (TII->isPredicated(*MI))
22082       if (TII->isPredicated(*MI))
22110       if (TII->isCPSRDefined(*MI) && TII->isPredicated(*MI))
22114       if (TII->isPredicated(*MI))
22128       if (TII->isPredicated(*MI))
22156       if (TII->isPredicated(*MI))
22163       if (TII->isPredicated(*MI))
22268       if (TII->isCPSRDefined(*MI) && TII->isPredicated(*MI))
22272       if (TII->isPredicated(*MI))
22279       if (TII->isPredicated(*MI))
22284       if (TII->isPredicated(*MI))
22291       if (TII->isPredicated(*MI))
22296       if (TII->isPredicated(*MI))
22303       if (TII->isPredicated(*MI))
22315       if (TII->isPredicated(*MI))
22320       if (TII->isPredicated(*MI))
23246       if (TII->isPredicated(*MI))
lib/Target/ARM/ARMBaseInstrInfo.cpp
  326   while (isPredicated(*I) || I->isTerminator() || I->isDebugValue()) {
  358       CantAnalyze = !isPredicated(*I);
  366     if (!isPredicated(*I) &&
 2912     if (!isSuitableForMask(MI, SrcReg, CmpMask, false) || isPredicated(*MI)) {
 2921             isPredicated(*PotentialAND))
 3040   if (isPredicated(*MI))
 3169   assert(!isPredicated(*MI) && "Can't use flags from predicated instruction");
 3187   if (isPredicated(MI))
 4844     if (MI.getOpcode() == ARM::VMOVD && !isPredicated(MI))
 4849     if (Subtarget.useNEONForFPMovs() && !isPredicated(MI) &&
 4943     assert(!isPredicated(MI) && "Cannot predicate a VORRd");
 4965     assert(!isPredicated(MI) && "Cannot predicate a VGETLN");
 4992     assert(!isPredicated(MI) && "Cannot predicate a VSETLN");