Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h103 struct InstrAspect { struct
108 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {} in InstrAspect() argument
109 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type) in InstrAspect() function
112 bool operator==(const InstrAspect &RHS) const {
969 void setAction(const InstrAspect &Aspect, LegalizeAction Action) { in setAction()
1175 getAspectAction(const InstrAspect &Aspect) const;
1326 findScalarLegalAction(const InstrAspect &Aspect) const;
1330 findVectorLegalAction(const InstrAspect &Aspect) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp381 LegalizerInfo::getAspectAction(const InstrAspect &Aspect) const { in getAspectAction()
621 LegalizerInfo::findScalarLegalAction(const InstrAspect &Aspect) const { in findScalarLegalAction()
650 LegalizerInfo::findVectorLegalAction(const InstrAspect &Aspect) const { in findVectorLegalAction()