Home
last modified time | relevance | path

Searched refs:TimerMarker (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h583 class TimerMarker {
584 TimerMarker() = delete;
585 TimerMarker(const TimerMarker &) = delete;
586 TimerMarker &operator=(const TimerMarker &) = delete;
589 TimerMarker(TimerIdT ID, GlobalContext *Ctx,
595 TimerMarker(TimerIdT ID, const Cfg *Func,
602 TimerMarker(GlobalContext *Ctx, const std::string &FuncName) in TimerMarker() function
609 ~TimerMarker() { in ~TimerMarker()
DIceCfg.cpp236 TimerMarker T_func(getContext(), getFunctionName().toStringOrEmpty()); in translate()
237 TimerMarker T(TimerStack::TT_translate, this); in translate()
329 TimerMarker T(TimerStack::TT_phiValidation, this); in computeInOutEdges()
335 TimerMarker T(TimerStack::TT_renumberInstructions, this); in renumberInstructions()
351 TimerMarker T(TimerStack::TT_placePhiLoads, this); in placePhiLoads()
358 TimerMarker T(TimerStack::TT_placePhiStores, this); in placePhiStores()
364 TimerMarker T(TimerStack::TT_deletePhis, this); in deletePhis()
370 TimerMarker T(TimerStack::TT_advancedPhiLowering, this); in advancedPhiLowering()
384 TimerMarker TT(TimerStack::TT_lowerPhiAssignments, this); in advancedPhiLowering()
390 TimerMarker TTT(TimerStack::TT_liveness, this); in advancedPhiLowering()
[all …]
DIceCompiler.cpp77 TimerMarker T(Ice::TimerStack::TT_szmain, &Ctx); in run()
127 TimerMarker T1(Ice::TimerStack::TT_parse, &Ctx); in run()
169 TimerMarker T1(Ice::TimerStack::TT_emitAsm, &Ctx); in run()
DIceELFObjectWriter.cpp223 TimerMarker T_func(&Ctx, FuncName.toStringOrEmpty()); in writeFunctionCode()
224 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeFunctionCode()
310 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeTargetRODataSection()
323 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeDataSection()
457 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeInitialELFHeader()
519 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeConstantPool()
593 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeJumpTable()
628 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in setUndefinedSyms()
661 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeNonUserSections()
DIceGlobalContext.cpp381 TimerMarker Timer(TimerStack::TT_translateFunctions, this); in translateFunctions()
466 TimerMarker T1(Ice::TimerStack::TT_emitAsm, this); in emitFileHeader()
495 TimerMarker T(TimerStack::TT_emitGlobalInitializers, this); in lowerGlobals()
975 TimerMarker _(TimerStack::TT_qTransPush, this); in optQueueBlockingPush()
983 TimerMarker _(TimerStack::TT_qTransPop, this); in optQueueBlockingPop()
991 TimerMarker _(TimerStack::TT_qEmitPush, this); in emitQueueBlockingPush()
999 TimerMarker _(TimerStack::TT_qEmitPop, this); in emitQueueBlockingPop()
1126 TimerIdT TimerMarker::getTimerIdFromFuncName(GlobalContext *Ctx, in getTimerIdFromFuncName()
1135 void TimerMarker::push() { in push()
1151 void TimerMarker::pushCfg(const Cfg *Func) { in pushCfg()
DIceRegAlloc.cpp108 TimerMarker T(TimerStack::TT_initUnhandled, Func); in initForGlobal()
209 TimerMarker T(TimerStack::TT_initUnhandled, Func); in initForInfOnly()
302 TimerMarker T(TimerStack::TT_initUnhandled, Func); in initForSecondChance()
837 TimerMarker T(TimerStack::TT_linearScan, Func); in scan()
DPNaClTranslator.cpp848 Ice::TimerMarker Timer;
1055 Ice::TimerMarker Timer;
1377 Ice::TimerMarker T(Ctx, FuncDecl->getName().toStringOrEmpty()); in parseFunction()
1436 Ice::TimerMarker Timer;
2804 Ice::TimerMarker Timer;
2917 Ice::TimerMarker Timer;
3011 Ice::TimerMarker Timer;
3059 Ice::TimerMarker Timer;
DIceTargetLowering.cpp350 TimerMarker T(TimerStack::TT_genHelpers, Func); in genTargetHelperCalls()
514 TimerMarker T(TimerStack::TT_regAlloc, Func); in regAlloc()
581 TimerMarker _(TimerStack::TT_splitGlobalVars, Func); in postRegallocSplitting()
DIceConverter.cpp109 Ice::TimerMarker T(Ice::TimerStack::TT_llvmConvert, Func.get()); in convertFunction()
840 TimerMarker T(TimerStack::TT_convertToIce, Ctx); in convertToIce()
921 TimerMarker _(Ctx, I.getName()); in convertFunctions()
DIceVariableSplitting.cpp499 TimerMarker _(TimerStack::TT_splitLocalVars, Func); in splitBlockLocalVariables()
DWasmTranslator.cpp1437 TimerMarker T(TimerStack::TT_wasmGenIce, Func.get()); in translateFunction()
1467 TimerMarker T(TimerStack::TT_wasm, Ctx); in translate()
1639 TimerMarker T_func(getContext(), FnName); in translate()
DIceOperand.cpp374 TimerMarker T(TimerStack::TT_vmetadata, Func); in init()
DIceCfgNode.cpp835 TimerMarker T1(TimerStack::TT_liveRange, Func); in livenessAddIntervals()
DIceTargetLoweringX86BaseImpl.h445 TimerMarker T(TimerStack::TT_O2, Func);
595 TimerMarker T(TimerStack::TT_Om1, Func);
699 TimerMarker _(TimerStack::TT_findRMW, Func);
817 TimerMarker _(TimerStack::TT_loadOpt, Func);
DIceTargetLoweringMIPS32.cpp865 TimerMarker T(TimerStack::TT_O2, Func); in translateO2()
976 TimerMarker T(TimerStack::TT_Om1, Func); in translateOm1()
DIceTargetLoweringARM32.cpp996 TimerMarker T(TimerStack::TT_O2, Func); in translateO2()
1115 TimerMarker T(TimerStack::TT_Om1, Func); in translateOm1()