HomeSort by relevance Sort by last modified time
    Searched refs:isMemoryWrite (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInst.h 150 virtual bool isMemoryWrite() const;
298 bool isMemoryWrite() const override { return false; }
336 bool isMemoryWrite() const override { return false; }
364 bool isMemoryWrite() const override { return false; }
405 bool isMemoryWrite() const override { return false; }
445 bool isMemoryWrite() const override { return true; }
487 bool isMemoryWrite() const override { return false; }
510 bool isMemoryWrite() const override { return false; }
542 bool isMemoryWrite() const override { return false; }
575 bool isMemoryWrite() const override { return false;
    [all...]
IceInst.cpp 195 bool Inst::isMemoryWrite() const {
196 llvm::report_fatal_error("Attempt to call base Inst::isMemoryWrite() method");
    [all...]
IceTargetLoweringX86BaseImpl.h 363 if (!Instr->isMemoryWrite())
    [all...]

Completed in 477 milliseconds