Home
last modified time | relevance | path

Searched defs:OperandInfo (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFixedLenDecoderEmitter.h31 struct OperandInfo { struct
35 OperandInfo(std::string D) in OperandInfo() function
38 void addField(unsigned Base, unsigned Width, unsigned Offset) { in addField()
42 unsigned numFields() { return Fields.size(); } in numFields()
44 typedef std::vector<EncodingField>::iterator iterator;
46 iterator begin() { return Fields.begin(); } in begin()
47 iterator end() { return Fields.end(); } in end()
DCodeGenInstruction.h64 struct OperandInfo { struct
67 Record *Rec;
71 std::string Name;
75 std::string PrinterMethodName;
99 /// MIOperandInfo - Default MI operand type. Note an operand may be made argument
101 DagInit *MIOperandInfo; argument
107 OperandInfo(Record *R, const std::string &N, const std::string &PMN, in OperandInfo() argument
137 std::vector<OperandInfo> OperandList; argument
DInstrInfoEmitter.cpp146 std::vector<std::string> OperandInfo = GetOperandInfo(**II); in EmitOperandInfo() local
327 std::vector<std::string> OperandInfo = GetOperandInfo(Inst); in emitRecord() local
/external/llvm/utils/TableGen/
DCodeGenInstruction.h64 struct OperandInfo { struct
67 Record *Rec;
71 std::string Name;
75 std::string PrinterMethodName;
99 /// MIOperandInfo - Default MI operand type. Note an operand may be made argument
101 DagInit *MIOperandInfo; argument
107 OperandInfo(Record *R, const std::string &N, const std::string &PMN, in OperandInfo() argument
137 std::vector<OperandInfo> OperandList; argument
DFixedLenDecoderEmitter.cpp45 struct OperandInfo { struct
46 std::vector<EncodingField> Fields;
47 std::string Decoder;
48 bool HasCompleteDecoder;
50 OperandInfo(std::string D, bool HCD) in OperandInfo() function
53 void addField(unsigned Base, unsigned Width, unsigned Offset) { in addField()
57 unsigned numFields() const { return Fields.size(); } in numFields()
59 typedef std::vector<EncodingField>::const_iterator const_iterator;
61 const_iterator begin() const { return Fields.begin(); } in begin()
62 const_iterator end() const { return Fields.end(); } in end()
DInstrInfoEmitter.cpp181 std::vector<std::string> OperandInfo = GetOperandInfo(*Inst); in EmitOperandInfo() local
540 std::vector<std::string> OperandInfo = GetOperandInfo(Inst); in emitRecord() local