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

References

lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
  970   for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) {
  970   for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) {
  972     MachineInstr *MI = SwapVector[EntryIdx].VSEMI;
  973     int ID = SwapVector[EntryIdx].VSEId;
  980     if (SwapVector[EntryIdx].IsLoad)
  982     if (SwapVector[EntryIdx].IsStore)
  984     if (SwapVector[EntryIdx].IsSwap)
  986     if (SwapVector[EntryIdx].MentionsPhysVR)
  988     if (SwapVector[EntryIdx].MentionsPartialVR)
  991     if (SwapVector[EntryIdx].IsSwappable) {
  993       switch(SwapVector[EntryIdx].SpecialHandling) {
 1023     if (SwapVector[EntryIdx].WebRejected)
 1025     if (SwapVector[EntryIdx].WillRemove)