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

  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 250 /// InstX86FakeRMW represents a non-atomic read-modify-write operation on a
251 /// memory location. An InstX86FakeRMW is a "fake" instruction in that it
256 class InstX86FakeRMW final : public InstX86Base {
257 InstX86FakeRMW() = delete;
258 InstX86FakeRMW(const InstX86FakeRMW &) = delete;
259 InstX86FakeRMW &operator=(const InstX86FakeRMW &) = delete;
262 static InstX86FakeRMW *create(Cfg *Func, Operand *Data, Operand *Addr,
267 return new (Func->allocate<InstX86FakeRMW>())
    [all...]
IceTargetLoweringX86Base.h 75 using InstX86FakeRMW = typename Traits::Insts::FakeRMW;
288 void lowerRMW(const InstX86FakeRMW *RMW);
    [all...]
IceInstX86BaseImpl.h 50 InstImpl<TraitsType>::InstX86FakeRMW::InstX86FakeRMW(Cfg *Func, Operand *Data,
410 void InstImpl<TraitsType>::InstX86FakeRMW::dump(const Cfg *Func) const {
    [all...]
IceTargetLoweringX86BaseImpl.h 782 auto *RMW = InstX86FakeRMW::create(Func, ArithSrcOther, Store->getAddr(),
    [all...]

Completed in 85 milliseconds