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

References

lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
  212     Reg2Local[Reg] = static_cast<unsigned>(MI.getOperand(1).getImm());
  246           unsigned LocalId = getLocalId(Reg2Local, CurLocal, OldReg);
  257             getLocalId(Reg2Local, CurLocal, MI.getOperand(1).getReg());
  291             unsigned LocalId = getLocalId(Reg2Local, CurLocal, OldReg);
  320           unsigned LocalId = getLocalId(Reg2Local, CurLocal, OldReg);
  338           unsigned LocalId = getLocalId(Reg2Local, CurLocal, OldReg);
  346         unsigned LocalId = getLocalId(Reg2Local, CurLocal, OldReg);
  373     auto RL = Reg2Local.find(Reg);
  374     if (RL == Reg2Local.end() || RL->second < MFI.getParams().size())