Home
last modified time | relevance | path

Searched defs:MachineValueTypeSet (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h55 struct MachineValueTypeSet { struct
67 MachineValueTypeSet() { in MachineValueTypeSet() argument
93 std::pair<MachineValueTypeSet&,bool> insert(MVT T) { in insert() argument
98 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument
125 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument
180 bool operator==(const MachineValueTypeSet &S) const { argument
193 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T); argument