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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h53 /// To reduce the allocations even further, make MachineValueTypeSet own
55 struct MachineValueTypeSet { struct in namespace:llvm
67 MachineValueTypeSet() { function in struct:llvm::MachineValueTypeSet
93 std::pair<MachineValueTypeSet&,bool> insert(MVT T) {
98 MachineValueTypeSet &insert(const MachineValueTypeSet &S) {
123 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) {
168 const MachineValueTypeSet *Set;
178 bool operator==(const MachineValueTypeSet &S) const {
182 bool operator!=(const MachineValueTypeSet
[all...]
H A DCodeGenDAGPatterns.cpp51 static bool berase_if(MachineValueTypeSet &S, Predicate P) {
53 // It is ok to iterate over MachineValueTypeSet and remove elements from it
770 // MachineValueTypeSet allows iteration and erasing.

Completed in 43 milliseconds