Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h106 struct InstrAspect { struct
111 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {} in InstrAspect() function
112 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type) in InstrAspect() function
115 bool operator==(const InstrAspect &RHS) const {
1098 void setAction(const InstrAspect &Aspect, LegalizeAction Action) { in setAction()
1316 getAspectAction(const InstrAspect &Aspect) const;
1467 findScalarLegalAction(const InstrAspect &Aspect) const;
1471 findVectorLegalAction(const InstrAspect &Aspect) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp389 LegalizerInfo::getAspectAction(const InstrAspect &Aspect) const { in getAspectAction()
623 LegalizerInfo::findScalarLegalAction(const InstrAspect &Aspect) const { in findScalarLegalAction()
652 LegalizerInfo::findVectorLegalAction(const InstrAspect &Aspect) const { in findVectorLegalAction()