Home
last modified time | relevance | path

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

/external/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() argument
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h107 struct InstrAspect { struct
112 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {} in InstrAspect() argument
113 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type) in InstrAspect() function