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

References

lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 1791   PV.IterCount = IterCount;
 1821     if (scanSelect(SelI, LoopB, EntryB, CIV, PV, true)) {
 1837   if (!PV.Left) {
 1874     FoundScan = scanSelect(SelI, LoopB, EntryB, CIV, PV, false);
 1881     StringRef PP = (PV.M ? "(P+M)" : "P");
 1882     if (!PV.Inv)
 1887     dbgs() << "  Res:" << *PV.Res << "\n  P:" << *PV.P << "\n";
 1887     dbgs() << "  Res:" << *PV.Res << "\n  P:" << *PV.P << "\n";
 1888     if (PV.M)
 1889       dbgs() << "  M:" << *PV.M << "\n";
 1890     dbgs() << "  Q:" << *PV.Q << "\n";
 1891     dbgs() << "  Iteration count:" << PV.IterCount << "\n";
 1895   Value *PM = generate(At, PV);
 1899   if (PM->getType() != PV.Res->getType())
 1900     PM = IRBuilder<>(&*At).CreateIntCast(PM, PV.Res->getType(), false);
 1902   PV.Res->replaceAllUsesWith(PM);
 1903   PV.Res->eraseFromParent();