Searched refs:MemoryPreference (Results 1 – 8 of 8) sorted by relevance
120 std::ostream& operator<<(std::ostream& os, const MemoryPreference& memoryPreference);154 bool operator==(const MemoryPreference& a, const MemoryPreference& b);155 bool operator!=(const MemoryPreference& a, const MemoryPreference& b);
1041 struct MemoryPreference { struct
648 std::ostream& operator<<(std::ostream& os, const MemoryPreference& memoryPreference) { in operator <<()841 bool operator==(const MemoryPreference& a, const MemoryPreference& b) { in operator ==()844 bool operator!=(const MemoryPreference& a, const MemoryPreference& b) { in operator !=()
108 virtual MemoryPreference getMemoryPreference() const = 0;
749 MemoryPreference getMemoryPreference(IOType type, uint32_t index) const;890 MemoryPreference getMemoryPreferenceOfSourceOperand(const SourceOperandIndex& index) const;
219 MemoryPreference getMemoryPreference() const override { in getMemoryPreference()955 MemoryPreference getMemoryPreference() const override { in getMemoryPreference()
2090 MemoryPreference ExecutionPlan::getMemoryPreference(IOType type, uint32_t index) const { in getMemoryPreference()2101 MemoryPreference ExecutionPlan::CompoundBody::getMemoryPreferenceOfSourceOperand( in getMemoryPreferenceOfSourceOperand()
287 struct MemoryPreference {