Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h101 struct InstrAspect { struct
106 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {} in InstrAspect() argument
107 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type) in InstrAspect() argument
110 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;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp242 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()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGlobalISel.rst339 As such, the primary key when deciding what to do is the ``InstrAspect``,