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

  /external/swiftshader/third_party/subzero/src/
IceCfgNode.h 66 void setNeedsAlignment() { NeedsAlignment = true; }
67 bool needsAlignment() const { return NeedsAlignment; }
142 bool NeedsAlignment = false; /// is sandboxing required?
IceCfg.cpp     [all...]

Completed in 72 milliseconds