Home
last modified time | relevance | path

Searched defs:isMemoryWrite (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInst.h298 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
336 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
364 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
405 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
445 bool isMemoryWrite() const override { return true; } in isMemoryWrite() function
487 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
510 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
542 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
575 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
599 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
[all …]
DIceInst.cpp195 bool Inst::isMemoryWrite() const { in isMemoryWrite() function in Ice::Inst