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

References

gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 6321   { 9526 /* stw */, PPC::STW, Convert__RegGPRC1_0__DispRI1_1__RegGxRCNoR01_2, AMFBS_None, { MCK_RegGPRC, MCK_DispRI, MCK_RegGxRCNoR0 }, },
gen/lib/Target/PowerPC/PPCGenDAGISel.inc
 1961 /*  4411*/            OPC_MorphNodeTo0, TARGET_VAL(PPC::STW), 0|OPFL_Chain|OPFL_MemRefs,
22061 /* 54797*/        OPC_MorphNodeTo0, TARGET_VAL(PPC::STW), 0|OPFL_Chain|OPFL_MemRefs,
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 2640     case PPC::STW:
lib/Target/PowerPC/PPCFastISel.cpp
  643       Opc = PPC::STW;
  711       case PPC::STW : Opc = PPC::STWX;  break;
lib/Target/PowerPC/PPCFrameLowering.cpp
  843                                                  : PPC::STW );
 2249         MBB.insert(MI, addFrameReference(BuildMI(*MF, DL, TII.get(PPC::STW))
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 6419     case PPC::STW:
lib/Target/PowerPC/PPCISelLowering.cpp
10699                 TII->get(Subtarget.isPPC64() ? PPC::STD : PPC::STW))
10731     MIB = BuildMI(mainMBB, DL, TII->get(PPC::STW))
lib/Target/PowerPC/PPCInstrInfo.cpp
 2424       {PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR,
 2429       {PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR,
 3243     case PPC::STWX: III.ImmOpcode = PPC::STW; break;
lib/Target/PowerPC/PPCRegisterInfo.cpp
   90   ImmToIdxMap[PPC::STH]  = PPC::STHX;   ImmToIdxMap[PPC::STW]  = PPC::STWX;
  679   addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
  802   addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
  879       BuildMI(MBB, II, dl, TII.get(PPC::STW)).addReg(Reg, RegState::Kill),