Home
last modified time | relevance | path

Searched refs:OperandsSignature (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp89 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()
[all …]