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

References

lib/Target/X86/X86SpeculativeLoadHardening.cpp
  430   auto EntryInsertPt = Entry.SkipPHIsLabelsAndDebug(Entry.begin());
  430   auto EntryInsertPt = Entry.SkipPHIsLabelsAndDebug(Entry.begin());
  447   BuildMI(Entry, EntryInsertPt, Loc, TII->get(X86::MOV64ri32), PS->PoisonReg)
  460     BuildMI(Entry, EntryInsertPt, Loc, TII->get(X86::LFENCE));
  475     PS->InitialReg = extractPredStateFromSP(Entry, EntryInsertPt, Loc);
  481     auto ZeroI = BuildMI(Entry, EntryInsertPt, Loc, TII->get(X86::MOV32r0),
  489     BuildMI(Entry, EntryInsertPt, Loc, TII->get(X86::SUBREG_TO_REG),
  504   PS->SSA.AddAvailableValue(&Entry, PS->InitialReg);