Home
last modified time | relevance | path

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

/trueos/contrib/llvm/utils/TableGen/
HDCodeGenInstruction.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
HDFixedLenDecoderEmitter.cpp45 struct OperandInfo { struct
46 std::vector<EncodingField> Fields;
47 std::string Decoder;
49 OperandInfo(std::string D) in OperandInfo() argument
52 void addField(unsigned Base, unsigned Width, unsigned Offset) { in addField()
56 unsigned numFields() const { return Fields.size(); } in numFields()
58 typedef std::vector<EncodingField>::const_iterator const_iterator;
60 const_iterator begin() const { return Fields.begin(); } in begin()
61 const_iterator end() const { return Fields.end(); } in end()
HDInstrInfoEmitter.cpp182 std::vector<std::string> OperandInfo = GetOperandInfo(**II); in EmitOperandInfo() local
544 std::vector<std::string> OperandInfo = GetOperandInfo(Inst); in emitRecord() local