Home
last modified time | relevance | path

Searched refs:InstrAspect (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h102 struct InstrAspect { struct
107 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {} in InstrAspect() argument
108 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type) in InstrAspect() function
111 bool operator==(const InstrAspect &RHS) const {
789 void setAction(const InstrAspect &Aspect, LegalizeAction Action) { in setAction()
979 getAspectAction(const InstrAspect &Aspect) const;
1130 findScalarLegalAction(const InstrAspect &Aspect) const;
1134 findVectorLegalAction(const InstrAspect &Aspect) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp243 LegalizerInfo::getAspectAction(const InstrAspect &Aspect) const { in getAspectAction()
481 LegalizerInfo::findScalarLegalAction(const InstrAspect &Aspect) const { in findScalarLegalAction()
510 LegalizerInfo::findVectorLegalAction(const InstrAspect &Aspect) const { in findVectorLegalAction()