Searched refs:InstrAspect (Results 1 – 3 of 3) sorted by relevance
101 struct InstrAspect { struct106 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {} in InstrAspect() argument107 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type) in InstrAspect() argument110 bool operator==(const InstrAspect &RHS) const {772 void setAction(const InstrAspect &Aspect, LegalizeAction Action) { in setAction()962 getAspectAction(const InstrAspect &Aspect) const;1113 findScalarLegalAction(const InstrAspect &Aspect) const;1117 findVectorLegalAction(const InstrAspect &Aspect) const;
242 LegalizerInfo::getAspectAction(const InstrAspect &Aspect) const { in getAspectAction()480 LegalizerInfo::findScalarLegalAction(const InstrAspect &Aspect) const { in findScalarLegalAction()509 LegalizerInfo::findVectorLegalAction(const InstrAspect &Aspect) const { in findVectorLegalAction()
339 As such, the primary key when deciding what to do is the ``InstrAspect``,