Lines Matching refs:OperandInfo
44 struct OperandInfo { struct
49 OperandInfo(std::string D, bool HCD) in OperandInfo() function
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,
1060 const OperandInfo &OpInfo, in emitBinaryParser()
1719 std::map<unsigned, std::vector<OperandInfo> > &Operands){ in populateInstruction()
1728 std::vector<OperandInfo> InsnOperands; in populateInstruction()
1735 InsnOperands.push_back(OperandInfo(InstDecoder, HasCompleteInstDecoder)); in populateInstruction()
1768 std::map<std::string, std::vector<OperandInfo> > NumberedInsnOperands; in populateInstruction()
1898 OperandInfo OpInfo(Decoder, HasCompleteDecoder); in populateInstruction()
1977 OperandInfo OpInfo(Decoder, HasCompleteDecoder); in populateInstruction()
2044 const CGIOperandList::OperandInfo &Info = CGI.Operands[i]; in populateInstruction()
2256 std::map<unsigned, std::vector<OperandInfo> > Operands; in run()