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

References

lib/Target/PowerPC/PPCFastISel.cpp
 2048         .addConstantPoolIndex(Idx, 0, PPCII::MO_TOC_LO)
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 6473       Flags = PPCII::MO_TOC_LO;
lib/Target/PowerPC/PPCInstrInfo.cpp
 2044       {MO_TOC_LO, "ppc-toc-lo"},
 3666       ImmMO->setTargetFlags(PPCII::MO_TOC_LO);
lib/Target/PowerPC/PPCMCInstLower.cpp
  101     case PPCII::MO_TOC_LO:
lib/Target/PowerPC/PPCTOCRegDeps.cpp
  103         if ((MO.getTargetFlags() & PPCII::MO_ACCESS_MASK) == PPCII::MO_TOC_LO)