Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DFastISelEmitter.cpp87 struct OperandsSignature { struct
130 bool operator<(const OperandsSignature &O) const { in operator <() argument
133 bool operator==(const OperandsSignature &O) const { in operator ==() argument
148 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes() argument
149 OperandsSignature Result; in getWithoutImmCodes()
378 typedef std::map<OperandsSignature, OpcodeTypeRetPredMap>
393 std::map<OperandsSignature, std::vector<OperandsSignature> >
406 const OperandsSignature &Operands,
531 OperandsSignature Operands; in collectPatterns()
694 const OperandsSignature &Operands = SimplePattern.first; in printFunctionDefinitions()
[all …]