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;
298 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
[all …]
DIceInst.cpp195 bool Inst::isMemoryWrite() const { in isMemoryWrite() function in Ice::Inst
DIceTargetLoweringX86BaseImpl.h363 if (!Instr->isMemoryWrite())