Lines Matching refs:OperandInfo
45 struct OperandInfo { struct
50 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()
448 const OperandInfo &OpInfo,
1038 const OperandInfo &OpInfo, in emitBinaryParser()
1697 std::map<unsigned, std::vector<OperandInfo> > &Operands){ in populateInstruction()
1706 std::vector<OperandInfo> InsnOperands; in populateInstruction()
1713 InsnOperands.push_back(OperandInfo(InstDecoder, HasCompleteInstDecoder)); in populateInstruction()
1746 std::map<std::string, std::vector<OperandInfo> > NumberedInsnOperands; in populateInstruction()
1876 OperandInfo OpInfo(Decoder, HasCompleteDecoder); in populateInstruction()
1955 OperandInfo OpInfo(Decoder, HasCompleteDecoder); in populateInstruction()
2022 const CGIOperandList::OperandInfo &Info = CGI.Operands[i]; in populateInstruction()
2234 std::map<unsigned, std::vector<OperandInfo> > Operands; in run()