Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
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>
384 std::set<std::tuple<OperandsSignature, std::string, MVT::SimpleValueType,
388 std::map<OperandsSignature, std::vector<OperandsSignature> >
401 const OperandsSignature &Operands,
526 OperandsSignature Operands; in collectPatterns()
[all …]