Searched refs:InstrAspect (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 107 struct InstrAspect { struct 112 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {} in InstrAspect() function 113 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type) in InstrAspect() argument 116 bool operator==(const InstrAspect &RHS) const { 1082 void setAction(const InstrAspect &Aspect, LegalizeAction Action) { in setAction() 1300 getAspectAction(const InstrAspect &Aspect) const; 1451 findScalarLegalAction(const InstrAspect &Aspect) const; 1455 findVectorLegalAction(const InstrAspect &Aspect) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 103 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;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 381 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()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 389 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()
|