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

  /external/swiftshader/third_party/subzero/src/
IceOperand.h 162 bool getShouldBePooled() const { return ShouldBePooled; }
179 /// Set the ShouldBePooled field to the proper value after the object is fully
186 bool ShouldBePooled = false;
187 /// Note: If ShouldBePooled is ever removed from the base class, we will want
    [all...]
IceOperand.cpp 28 ShouldBePooled = TargetLowering::shouldBePooled(this);

Completed in 205 milliseconds