Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceOperand.cpp558 (!hasReg() && !Func->getTarget()->hasComputedFrame())) { in dump()
569 } 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
DIceTargetLoweringMIPS32.cpp2154 assert(hasComputedFrame()); in postLowerLegalization()
DIceTargetLoweringARM32.cpp2024 assert(hasComputedFrame()); in postLowerLegalization()