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.cpp86 struct OperandsSignature { struct
141 bool operator<(const OperandsSignature &O) const { in operator <() argument
144 bool operator==(const OperandsSignature &O) const { in operator ==() argument
158 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes() argument
159 OperandsSignature Result; in getWithoutImmCodes()
379 typedef std::map<OperandsSignature, OpcodeTypeRetPredMap>
385 std::set<std::tuple<OperandsSignature, StringRef, MVT::SimpleValueType,
389 std::map<OperandsSignature, std::vector<OperandsSignature>>
403 void emitInstructionCode(raw_ostream &OS, const OperandsSignature &Operands,
524 OperandsSignature Operands; in collectPatterns()
[all …]