Home
last modified time | relevance | path

Searched refs:OstreamLocker (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h614 class OstreamLocker {
616 OstreamLocker() = delete;
617 OstreamLocker(const OstreamLocker &) = delete;
618 OstreamLocker &operator=(const OstreamLocker &) = delete;
621 explicit OstreamLocker(GlobalContext *Ctx) : Ctx(Ctx) { Ctx->lockStr(); } in OstreamLocker() function
622 ~OstreamLocker() { Ctx->unlockStr(); } in ~OstreamLocker()
DIceGlobalContext.cpp252 OstreamLocker _(Ctx); in dump()
410 OstreamLocker L(this); in translateFunctions()
491 OstreamLocker L(this); in lowerGlobals()
587 OstreamLocker L(this); in emitItems()
633 OstreamLocker _(this); in dumpStrings()
647 OstreamLocker _(this); in dumpConstantLookupCounts()
1005 OstreamLocker L(this); in dumpTimers()
1022 OstreamLocker _(this); in dumpLocalTimers()
DIceTranslator.cpp50 OstreamLocker L(Ctx); in checkIfUnnamedNameSafe()
DIceCfg.cpp52 OstreamLocker _(Ctx); in ~Cfg()
1318 std::unique_ptr<OstreamLocker> L; in materializeVectorShuffles()
1320 L.reset(new OstreamLocker(getContext())); in materializeVectorShuffles()
1542 OstreamLocker L(Ctx); in validateLiveness()
1670 OstreamLocker L(Ctx); in emit()
1729 OstreamLocker L(Ctx); in dump()
DIceRegAlloc.cpp170 OstreamLocker L(Ctx); in livenessValidateIntervals()
277 OstreamLocker L(Ctx); in initForInfOnly()
DIceASanInstrumentation.cpp202 OstreamLocker _(Ctx); in instrumentGlobals()
DIceTargetLoweringMIPS32.cpp1706 OstreamLocker _(Func->getContext()); in addProlog()
5211 OstreamLocker _(Func->getContext()); in dumpAddressOpt()
5355 OstreamLocker _(Func->getContext()); in formAddressingMode()
5723 OstreamLocker L(Ctx); in lowerGlobals()
5821 OstreamLocker _(Ctx); in lowerConstants()
6066 OstreamLocker L(Ctx); in lower()
DIceTargetLoweringARM32.cpp1662 OstreamLocker _(Func->getContext()); in addProlog()
5493 OstreamLocker _(Func->getContext()); in dumpAddressOpt()
5770 OstreamLocker _(Func->getContext()); in formAddressingMode()
7215 OstreamLocker _(Ctx); in lowerGlobals()
7315 OstreamLocker _(Ctx); in lowerConstants()
7346 OstreamLocker _(Ctx); in lower()
DIceTargetLoweringMIPS32.h887 OstreamLocker L(Func->getContext()); in dump()
DIceCfgNode.cpp776 OstreamLocker L(Ctx); in livenessValidateIntervals()
DIceTargetLoweringX86BaseImpl.h350 OstreamLocker L(Func->getContext());
1293 OstreamLocker L(Func->getContext());
5487 OstreamLocker L(Func->getContext());
5812 OstreamLocker L(Func->getContext());
8317 OstreamLocker L(Ctx);
8376 OstreamLocker L(Ctx);
DIceTargetLoweringARM32.h1321 OstreamLocker L(Func->getContext()); in dump()
DWasmTranslator.cpp1435 OstreamLocker L1(Ctx); in translateFunction()
DPNaClTranslator.cpp591 Ice::OstreamLocker L(Context); in ErrorAt()
DIceInstARM32.cpp133 OstreamLocker L(Ctx); in emitUsingTextFixup()