Lines Matching refs:OperandsSignature
89 struct OperandsSignature { struct
144 bool operator<(const OperandsSignature &O) const { in operator <() argument
147 bool operator==(const OperandsSignature &O) const { in operator ==() argument
162 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes() argument
163 OperandsSignature Result; in getWithoutImmCodes()
391 typedef std::map<OperandsSignature, OpcodeTypeRetPredMap>
397 std::set<std::tuple<OperandsSignature, std::string, MVT::SimpleValueType,
401 std::map<OperandsSignature, std::vector<OperandsSignature>>
415 void emitInstructionCode(raw_ostream &OS, const OperandsSignature &Operands,
543 OperandsSignature Operands; in collectPatterns()
634 const OperandsSignature &Operands, in emitInstructionCode()
700 const OperandsSignature &Operands = SimplePattern.first; in printFunctionDefinitions()
819 std::map<OperandsSignature, std::vector<OperandsSignature>>::iterator MI = in printFunctionDefinitions()