Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFastISelEmitter.cpp88 struct OperandsSignature { struct
131 bool operator<(const OperandsSignature &O) const { in operator <() argument
134 bool operator==(const OperandsSignature &O) const { in operator ==() argument
149 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes() argument
150 OperandsSignature Result; in getWithoutImmCodes()
383 typedef std::map<OperandsSignature, OpcodeTypeRetPredMap>
398 std::map<OperandsSignature, std::vector<OperandsSignature> >
411 const OperandsSignature &Operands,
536 OperandsSignature Operands; in collectPatterns()
701 const OperandsSignature &Operands = OI->first; in printFunctionDefinitions()
[all …]