Lines Matching refs:OperandInfo
44 struct OperandInfo { struct
48 OperandInfo(std::string D) in OperandInfo() argument
315 const std::map<unsigned, std::vector<OperandInfo> > &Operands;
342 const std::map<unsigned, std::vector<OperandInfo> > &Ops, in FilterChooser()
353 const std::map<unsigned, std::vector<OperandInfo> > &Ops, in FilterChooser()
451 const OperandInfo &OpInfo) const;
1036 const OperandInfo &OpInfo) const { in emitBinaryParser()
1667 std::map<unsigned, std::vector<OperandInfo> > &Operands){ in populateInstruction()
1676 std::vector<OperandInfo> InsnOperands; in populateInstruction()
1682 InsnOperands.push_back(OperandInfo(InstDecoder)); in populateInstruction()
1715 std::map<std::string, std::vector<OperandInfo> > NumberedInsnOperands; in populateInstruction()
1838 OperandInfo OpInfo(Decoder); in populateInstruction()
1910 OperandInfo OpInfo(Decoder); in populateInstruction()
1977 const CGIOperandList::OperandInfo &Info = CGI.Operands[i]; in populateInstruction()
2149 std::map<unsigned, std::vector<OperandInfo> > Operands; in run()