Home
last modified time | relevance | path

Searched refs:MachineValueTypeSet (Results 1 – 2 of 2) 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
170 const MachineValueTypeSet *Set;
180 bool operator==(const MachineValueTypeSet &S) const { argument
184 bool operator!=(const MachineValueTypeSet &S) const {
193 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T); argument
195 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> {
[all …]
H A DCodeGenDAGPatterns.cpp55 static bool berase_if(MachineValueTypeSet &S, Predicate P) { in berase_if()
68 void MachineValueTypeSet::writeToStream(raw_ostream &OS) const { in writeToStream()
260 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T) { in operator <<()
625 MachineValueTypeSet VT, ST; in EnforceVectorEltTypeIs()