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

References

lib/Target/ARM/ARMExpandPseudoInsts.cpp
  836   bool RequiresBundling = STI->isTargetWindows() && IsAnAddressOperand(MO);
  840   if (!STI->hasV6T2Ops() &&
  843     assert(!STI->isTargetWindows() && "Windows on ARM requires ARMv7+");
  932   bool IsThumb = STI->isThumb();
 1051   bool IsThumb = STI->isThumb();
 1179             STI->isThumb()
 1180                 ? (STI->isTargetMachO() ? ARM::tTAILJMPd : ARM::tTAILJMPdND)
 1193         if (STI->isThumb())
 1197           STI->isThumb() ? ARM::tTAILJMPr
 1198                          : (STI->hasV4TOps() ? ARM::TAILJMPr : ARM::TAILJMPr4);
 1412       if (STI->genLongCalls()) {
 1901       if (STI->isThumb())
 1908       if (STI->isThumb())
 1915       if (STI->isThumb())
 1971   STI = &static_cast<const ARMSubtarget &>(MF.getSubtarget());
 1972   TII = STI->getInstrInfo();
 1973   TRI = STI->getRegisterInfo();