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.h85 struct InstrAspect { struct
90 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {} in InstrAspect() argument
91 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type) in InstrAspect() argument
94 bool operator==(const InstrAspect &RHS) const {
155 void setAction(const InstrAspect &Aspect, in setAction()
293 getAspectAction(const InstrAspect &Aspect) const;
438 findScalarLegalAction(const InstrAspect &Aspect) const;
442 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()
331 LegacyLegalizerInfo::findVectorLegalAction(const InstrAspect &Aspect) const { in findVectorLegalAction()