Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h55 struct MachineValueTypeSet { struct
67 MachineValueTypeSet() { clear(); } in MachineValueTypeSet() argument
89 std::pair<MachineValueTypeSet &, bool> insert(MVT T) { in insert() argument
94 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument
121 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument
164 const MachineValueTypeSet *Set;
174 bool operator==(const MachineValueTypeSet &S) const { argument
178 bool operator!=(const MachineValueTypeSet &S) const { return !operator==(S); }
185 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T); argument
187 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> {
[all …]
H A DCodeGenDAGPatterns.cpp46 static bool berase_if(MachineValueTypeSet &S, Predicate P) { in berase_if()
59 void MachineValueTypeSet::writeToStream(raw_ostream &OS) const { in writeToStream()
250 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T) { in operator <<()
619 MachineValueTypeSet VT, ST; in EnforceVectorEltTypeIs()