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

References

lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  649   assert(Aspect.Type.isVector());
  652   if (Aspect.Opcode < FirstOp || Aspect.Opcode > LastOp)
  652   if (Aspect.Opcode < FirstOp || Aspect.Opcode > LastOp)
  653     return {NotFound, Aspect.Type};
  654   const unsigned OpcodeIdx = getOpcodeIdxForOpcode(Aspect.Opcode);
  655   const unsigned TypeIdx = Aspect.Idx;
  657     return {NotFound, Aspect.Type};
  663       findAction(ElemSizeVec, Aspect.Type.getScalarSizeInBits());
  665       LLT::vector(Aspect.Type.getNumElements(), ElementSizeAndAction.first);