Lines Matching refs:OperandsSignature
91 struct OperandsSignature { struct
134 bool operator<(const OperandsSignature &O) const { in operator <() argument
137 bool operator==(const OperandsSignature &O) const { in operator ==() argument
152 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes() argument
153 OperandsSignature Result; in getWithoutImmCodes()
382 typedef std::map<OperandsSignature, OpcodeTypeRetPredMap>
388 std::set<std::tuple<OperandsSignature, std::string, MVT::SimpleValueType,
392 std::map<OperandsSignature, std::vector<OperandsSignature> >
405 const OperandsSignature &Operands,
530 OperandsSignature Operands; in collectPatterns()
626 const OperandsSignature &Operands, in emitInstructionCode()
692 const OperandsSignature &Operands = SimplePattern.first; in printFunctionDefinitions()
812 std::map<OperandsSignature, std::vector<OperandsSignature> >::iterator MI in printFunctionDefinitions()