Home
last modified time | relevance | path

Searched refs:isMemoryWrite (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInst.h155 virtual bool isMemoryWrite() const;
303 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
341 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
369 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
410 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
451 bool isMemoryWrite() const override { return true; } in isMemoryWrite() function
494 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
517 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
549 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
582 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
[all …]
DIceInst.cpp187 bool Inst::isMemoryWrite() const { in isMemoryWrite() function in Ice::Inst
DIceTargetLoweringX86BaseImpl.h376 if (!Instr->isMemoryWrite())