Searched refs:MemoryPreference (Results 1 – 8 of 8) sorted by relevance
120 std::ostream& operator<<(std::ostream& os, const MemoryPreference& memoryPreference);155 bool operator==(const MemoryPreference& a, const MemoryPreference& b);156 bool operator!=(const MemoryPreference& a, const MemoryPreference& b);
985 struct MemoryPreference { struct
770 std::ostream& operator<<(std::ostream& os, const MemoryPreference& memoryPreference) { in operator <<()966 bool operator==(const MemoryPreference& a, const MemoryPreference& b) { in operator ==()969 bool operator!=(const MemoryPreference& a, const MemoryPreference& b) { in operator !=()
105 virtual MemoryPreference getMemoryPreference() const = 0;
749 MemoryPreference getMemoryPreference(IOType type, uint32_t index) const;887 MemoryPreference getMemoryPreferenceOfSourceOperand(const SourceOperandIndex& index) const;
175 MemoryPreference getMemoryPreference() const override { in getMemoryPreference()921 MemoryPreference getMemoryPreference() const override { in getMemoryPreference()
2038 MemoryPreference ExecutionPlan::getMemoryPreference(IOType type, uint32_t index) const { in getMemoryPreference()2049 MemoryPreference ExecutionPlan::CompoundBody::getMemoryPreferenceOfSourceOperand( in getMemoryPreferenceOfSourceOperand()
241 struct MemoryPreference {