HomeSort by relevance Sort by last modified time
    Searched defs:RMW (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h 348 /// If the given instruction has potential memory side effects (e.g. store, rmw,
501 // optimization so that doAddressOpt() doesn't need to be applied to RMW
504 Func->dump("After RMW transform");
651 // X86 vector instructions write to a register and have no RMW option.
660 // Not handled for lack of RMW instructions:
700 Func->dump("Before RMW");
705 // instructions, and look for the particular RMW pattern. Note that this
708 // moved out of the way to reveal an RMW pattern.
733 // RMW <op>, addr, other, x
742 // is eliminated, then it must be the case that the RMW instruction end
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 614 milliseconds