Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInst.h150 virtual bool isMemoryWrite() const;
291 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
329 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
357 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
398 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
438 bool isMemoryWrite() const override { return true; } in isMemoryWrite() function
480 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
503 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
535 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
568 bool isMemoryWrite() const override { return false; } in isMemoryWrite() function
[all …]
DIceInst.cpp195 bool Inst::isMemoryWrite() const { in isMemoryWrite() function in Ice::Inst
DIceTargetLoweringX86BaseImpl.h363 if (!Instr->isMemoryWrite())