Lines Matching refs:OperandInfo
64 struct OperandInfo { struct
70 OperandInfo(std::string D, bool HCD) in OperandInfo() argument
372 const std::map<unsigned, std::vector<OperandInfo>> &Operands;
396 const std::map<unsigned, std::vector<OperandInfo>> &Ops, in FilterChooser()
406 const std::map<unsigned, std::vector<OperandInfo>> &Ops, in FilterChooser()
507 const OperandInfo &OpInfo,
1112 const OperandInfo &OpInfo, in emitBinaryParser()
1818 std::map<unsigned, std::vector<OperandInfo>> &Operands) { in populateInstruction()
1827 std::vector<OperandInfo> InsnOperands; in populateInstruction()
1835 OperandInfo(std::string(InstDecoder), HasCompleteInstDecoder)); in populateInstruction()
1872 std::map<std::string, std::vector<OperandInfo>> NumberedInsnOperands; in populateInstruction()
2000 OperandInfo OpInfo(Decoder, HasCompleteDecoder); in populateInstruction()
2060 OperandInfo OpInfo(Decoder, HasCompleteDecoder); in populateInstruction()
2136 const CGIOperandList::OperandInfo &Info = CGI.Operands[i]; in populateInstruction()
2471 std::map<unsigned, std::vector<OperandInfo>> Operands; in run()