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

References

lib/Target/X86/X86RetpolineThunks.cpp
   97   TII = STI->getInstrInfo();
  233   addRegOffset(BuildMI(&MBB, DebugLoc(), TII->get(MovOpc)), SPReg, false, 0)
  259   BuildMI(Entry, DebugLoc(), TII->get(CallOpc)).addSym(TargetSym);
  274   BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::PAUSE));
  275   BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::LFENCE));
  276   BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::JMP_1)).addMBB(CaptureSpec);
  285   BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc));