Home
last modified time | relevance | path

Searched refs:ShouldBePooled (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceOperand.h157 bool getShouldBePooled() const { return ShouldBePooled; } in getShouldBePooled()
181 bool ShouldBePooled = false; variable
DIceOperand.cpp28 ShouldBePooled = TargetLowering::shouldBePooled(this); in initShouldBePooled()