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

References

lib/Target/Hexagon/HexagonExpandCondsets.cpp
  940   LLVM_DEBUG(dbgs() << "\nattempt to predicate if-" << (Cond ? "true" : "false")
  958   MachineInstr *DefI = getReachingDefForPred(RT, TfrI, PredR, Cond);
  989       Exec = (Cond == HII->isPredicatedTrue(*MI)) ? Exec_Then : Exec_Else;
 1051     predicateAt(MD, *DefI, PastDefIt, MP, Cond, UpdRegs);
 1053     predicateAt(MD, *DefI, TfrIt, MP, Cond, UpdRegs);
 1058     renameInRange(RT, RD, PredR, Cond, PastDefIt, TfrIt);