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

References

gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 6875   { 5604 /* lw */, Mips::LW_MM, Convert__GPR32AsmReg1_0__Mem2_1, AMFBS_InMicroMips, { MCK_GPR32AsmReg, MCK_Mem }, },
gen/lib/Target/Mips/MipsGenDAGISel.inc
 1074 /*  1889*/          OPC_MorphNodeTo1, TARGET_VAL(Mips::LW_MM), 0|OPFL_Chain|OPFL_MemRefs,
 6633 /* 12885*/        OPC_MorphNodeTo1, TARGET_VAL(Mips::LW_MM), 0|OPFL_Chain|OPFL_MemRefs,
gen/lib/Target/Mips/MipsGenInstrInfo.inc
16614   { Mips::LW, Mips::LW, Mips::LW_MM },
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 6921     case Mips::LW_MM:
lib/Target/Mips/MicroMipsSizeReduction.cpp
  246     {RT_TwoInstr, OpCodes(Mips::LW_MM, Mips::LWP_MM), ReduceXWtoXWP,
  248     {RT_OneInstr, OpCodes(Mips::LW_MM, Mips::LWSP_MM), ReduceXWtoXWSP,
  355       !(MI->getOpcode() == Mips::LW || MI->getOpcode() == Mips::LW_MM ||
  469                      (MI1->getOpcode() == Mips::LW_MM) ||