Searched refs:ByteProvider (Results 1 – 1 of 1) sorted by relevance
7905 struct ByteProvider { struct7913 ByteProvider() = default;7915 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset, in getMemory() argument7917 return ByteProvider(Load, ByteOffset, VectorOffset); in getMemory()7920 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0, 0); } in getConstantZero() argument7925 bool operator==(const ByteProvider &Other) const { in operator ==() argument7931 ByteProvider(LoadSDNode *Load, unsigned ByteOffset, unsigned VectorOffset) in ByteProvider() argument7978 static const std::optional<ByteProvider>8037 ? ByteProvider::getConstantZero() in calculateByteProvider()8052 ? std::optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()[all …]