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

References

tools/lld/ELF/AArch64ErrataFix.cpp
  324   return isLoadStoreClass(instr2) &&
  325          (isLoadStoreExclusive(instr2) || isLoadLiteral(instr2) ||
  325          (isLoadStoreExclusive(instr2) || isLoadLiteral(instr2) ||
  326           isV8SingleRegisterNonStructureLoadStore(instr2) || isSTP(instr2) ||
  326           isV8SingleRegisterNonStructureLoadStore(instr2) || isSTP(instr2) ||
  327           isSTNP(instr2) || isST1(instr2)) &&
  327           isSTNP(instr2) || isST1(instr2)) &&
  328          !doesLoadStoreWriteToReg(instr2, rn) &&