Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h390 struct RecordAndValue { struct
394 RecordAndValue(MatchTableRecord Record, argument
398 bool operator<(const RecordAndValue &Other) const { argument
417 std::set<RecordAndValue> Values;
876 virtual RecordAndValue getValue() const { in getValue()
970 RecordAndValue getValue() const override;
1400 RecordAndValue getInstValue(const CodeGenInstruction *I) const;
1427 RecordAndValue getValue() const override;
H A DGlobalISelMatchTable.cpp1158 RecordAndValue LLTOperandMatcher::getValue() const { in getValue()
1438 RecordAndValue
1455 RecordAndValue InstructionOpcodeMatcher::getValue() const { in getValue()