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

References

lib/Target/X86/X86ExpandPseudo.cpp
  222     bool IsWin64 = STI->isTargetWin64();
  290         STI->isTarget64BitLP64() || STI->isTargetNaCl64();
  290         STI->isTarget64BitLP64() || STI->isTargetNaCl64();
  304             TII->get(STI->is64Bit() ? X86::IRET64 : X86::IRET32));
  314                     TII->get(STI->is64Bit() ? X86::RETQ : X86::RETL));
  317                     TII->get(STI->is64Bit() ? X86::RETIQ : X86::RETIL))
  320       assert(!STI->is64Bit() &&
  398   STI = &static_cast<const X86Subtarget &>(MF.getSubtarget());
  399   TII = STI->getInstrInfo();
  400   TRI = STI->getRegisterInfo();
  402   X86FL = STI->getFrameLowering();