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

References

include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
  112     return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type;
  112     return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type;
  971     if (SpecifiedActions[OpcodeIdx].size() <= Aspect.Idx)
  972       SpecifiedActions[OpcodeIdx].resize(Aspect.Idx + 1);
  973     SpecifiedActions[OpcodeIdx][Aspect.Idx][Aspect.Type] = Action;
lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  635   if (Aspect.Idx >= Actions.size())
  637   const SizeAndActionsVec &Vec = Actions[Aspect.Idx];
  655   const unsigned TypeIdx = Aspect.Idx;