Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h626 class OstreamLocker {
628 OstreamLocker() = delete;
629 OstreamLocker(const OstreamLocker &) = delete;
630 OstreamLocker &operator=(const OstreamLocker &) = delete;
633 explicit OstreamLocker(GlobalContext *Ctx) : Ctx(Ctx) { Ctx->lockStr(); } in OstreamLocker() function
634 ~OstreamLocker() { Ctx->unlockStr(); } in ~OstreamLocker()
DIceGlobalContext.cpp252 OstreamLocker _(Ctx); in dump()
411 OstreamLocker L(this); in translateFunctions()
500 OstreamLocker L(this); in lowerGlobals()
669 OstreamLocker L(this); in emitItems()
715 OstreamLocker _(this); in dumpStrings()
729 OstreamLocker _(this); in dumpConstantLookupCounts()
1098 OstreamLocker L(this); in dumpTimers()
1115 OstreamLocker _(this); in dumpLocalTimers()
DIceTranslator.cpp50 OstreamLocker L(Ctx); in checkIfUnnamedNameSafe()
DIceCfg.cpp61 OstreamLocker _(Ctx); in ~Cfg()
1415 std::unique_ptr<OstreamLocker> L; in materializeVectorShuffles()
1417 L.reset(new OstreamLocker(getContext())); in materializeVectorShuffles()
1649 OstreamLocker L(Ctx); in validateLiveness()
1777 OstreamLocker L(Ctx); in emit()
1836 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.cpp1721 OstreamLocker _(Func->getContext()); in addProlog()
5226 OstreamLocker _(Func->getContext()); in dumpAddressOpt()
5370 OstreamLocker _(Func->getContext()); in formAddressingMode()
5755 OstreamLocker L(Ctx); in lowerGlobals()
5857 OstreamLocker _(Ctx); in lowerConstants()
6102 OstreamLocker L(Ctx); in lower()
DIceTargetLoweringX8632Traits.h639 OstreamLocker L(Func->getContext());
DIceTargetLoweringX8664Traits.h683 OstreamLocker L(Func->getContext());
DIceTargetLoweringARM32.cpp1671 OstreamLocker _(Func->getContext()); in addProlog()
5496 OstreamLocker _(Func->getContext()); in dumpAddressOpt()
5773 OstreamLocker _(Func->getContext()); in formAddressingMode()
7235 OstreamLocker _(Ctx); in lowerGlobals()
7340 OstreamLocker _(Ctx); in lowerConstants()
7371 OstreamLocker _(Ctx); in lower()
DIceTargetLoweringMIPS32.h893 OstreamLocker L(Func->getContext()); in dump()
DIceTargetLoweringX86BaseImpl.h337 OstreamLocker L(Func->getContext());
1243 OstreamLocker L(Func->getContext());
5408 OstreamLocker L(Func->getContext());
5733 OstreamLocker L(Func->getContext());
8495 OstreamLocker L(Ctx);
8553 OstreamLocker L(Ctx);
DIceCfgNode.cpp798 OstreamLocker L(Ctx); in livenessValidateIntervals()
DIceTargetLoweringARM32.h1328 OstreamLocker L(Func->getContext()); in dump()
DWasmTranslator.cpp1435 OstreamLocker L1(Ctx); in translateFunction()
DPNaClTranslator.cpp591 Ice::OstreamLocker L(Context); in ErrorAt()
DIceInstARM32.cpp138 OstreamLocker L(Ctx); in emitUsingTextFixup()