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

References

gen/lib/Target/ARM/ARMGenMCPseudoLowering.inc
  418     case ARM::tPOP_RET: {
lib/Target/ARM/ARMBaseInstrInfo.cpp
 2418                      MI->getOpcode() == ARM::tPOP_RET;
 3626   case ARM::tPOP_RET:
 3703   case ARM::tPOP_RET:
 3989   case ARM::tPOP_RET:
 4747       MI.getOpcode() == ARM::tPOP_RET) {
 4755             !(MI.getOpcode() == ARM::tPOP_RET && Reg == ARM::PC)) {
lib/Target/ARM/ARMBaseInstrInfo.h
  521   return Opc == ARM::tPOP_RET || Opc == ARM::LDMIA_RET ||
lib/Target/ARM/ARMConstantIslandPass.cpp
  760       if (Opc == ARM::tPUSH || Opc == ARM::tPOP_RET)
 1746     if (MI->getOpcode() == ARM::tPOP_RET &&
lib/Target/ARM/Thumb1FrameLowering.cpp
  621                             MBBI->getOpcode() == ARM::tPOP_RET);
  635     if (!DoIt || MBBI->getOpcode() == ARM::tPOP_RET)
  638         BuildMI(MBB, MBBI, MBBI->getDebugLoc(), TII.get(ARM::tPOP_RET))
  749   if (MBBI != MBB.end() && MBBI->getOpcode() == ARM::tPOP_RET) {
 1054       (*MIB).setDesc(TII.get(ARM::tPOP_RET));
lib/Target/ARM/Thumb2SizeReduction.cpp
  149   { ARM::t2LDMIA_RET,0,         ARM::tPOP_RET, 0,   0,   1,   1,  1,1, 0,1,0 },