Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h84 struct InstrAspect { struct
89 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {} in InstrAspect() argument
90 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type) in InstrAspect() argument
93 bool operator==(const InstrAspect &RHS) const {
154 void setAction(const InstrAspect &Aspect, in setAction()
292 getAspectAction(const InstrAspect &Aspect) const;
443 findScalarLegalAction(const InstrAspect &Aspect) const;
447 findVectorLegalAction(const InstrAspect &Aspect) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp200 LegacyLegalizerInfo::getAspectAction(const InstrAspect &Aspect) const { in getAspectAction()
303 LegacyLegalizerInfo::findScalarLegalAction(const InstrAspect &Aspect) const { in findScalarLegalAction()
332 LegacyLegalizerInfo::findVectorLegalAction(const InstrAspect &Aspect) const { in findVectorLegalAction()