Home
last modified time | relevance | path

Searched refs:hasComputedFrame (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceOperand.cpp569 (!hasReg() && !Func->getTarget()->hasComputedFrame())) { in dump()
580 } else if (Func->getTarget()->hasComputedFrame()) { in dump()
DIceCfg.h175 bool hasComputedFrame() const;
DIceTargetLowering.h271 bool hasComputedFrame() const { return HasComputedFrame; } in hasComputedFrame() function
DIceCfg.cpp137 bool Cfg::hasComputedFrame() const { return getTarget()->hasComputedFrame(); } in hasComputedFrame() function in Ice::Cfg
DIceTargetLoweringARM32.cpp1843 assert(hasComputedFrame()); in postLowerLegalization()
DIceTargetLoweringMIPS32.cpp2129 assert(hasComputedFrame()); in postLowerLegalization()