Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp195 TimerMarker T_func(getContext(), getFunctionName().toStringOrEmpty()); in translate()
196 TimerMarker T(TimerStack::TT_translate, this); in translate()
278 TimerMarker T(TimerStack::TT_phiValidation, this); in computeInOutEdges()
284 TimerMarker T(TimerStack::TT_renumberInstructions, this); in renumberInstructions()
300 TimerMarker T(TimerStack::TT_placePhiLoads, this); in placePhiLoads()
307 TimerMarker T(TimerStack::TT_placePhiStores, this); in placePhiStores()
313 TimerMarker T(TimerStack::TT_deletePhis, this); in deletePhis()
319 TimerMarker T(TimerStack::TT_advancedPhiLowering, this); in advancedPhiLowering()
333 TimerMarker TT(TimerStack::TT_lowerPhiAssignments, this); in advancedPhiLowering()
339 TimerMarker TTT(TimerStack::TT_liveness, this); in advancedPhiLowering()
[all …]
DIceGlobalContext.h571 class TimerMarker {
572 TimerMarker() = delete;
573 TimerMarker(const TimerMarker &) = delete;
574 TimerMarker &operator=(const TimerMarker &) = delete;
577 TimerMarker(TimerIdT ID, GlobalContext *Ctx,
583 TimerMarker(TimerIdT ID, const Cfg *Func,
590 TimerMarker(GlobalContext *Ctx, const std::string &FuncName) in TimerMarker() function
597 ~TimerMarker() { in ~TimerMarker()
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.cpp222 TimerMarker T_func(&Ctx, FuncName.toStringOrEmpty()); in writeFunctionCode()
223 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeFunctionCode()
309 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeTargetRODataSection()
322 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeDataSection()
456 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeInitialELFHeader()
518 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeConstantPool()
581 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeJumpTable()
616 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in setUndefinedSyms()
641 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeNonUserSections()
DIceGlobalContext.cpp380 TimerMarker Timer(TimerStack::TT_translateFunctions, this); in translateFunctions()
465 TimerMarker T1(Ice::TimerStack::TT_emitAsm, this); in emitFileHeader()
486 TimerMarker T(TimerStack::TT_emitGlobalInitializers, this); in lowerGlobals()
882 TimerMarker _(TimerStack::TT_qTransPush, this); in optQueueBlockingPush()
890 TimerMarker _(TimerStack::TT_qTransPop, this); in optQueueBlockingPop()
898 TimerMarker _(TimerStack::TT_qEmitPush, this); in emitQueueBlockingPush()
906 TimerMarker _(TimerStack::TT_qEmitPop, this); in emitQueueBlockingPop()
1033 TimerIdT TimerMarker::getTimerIdFromFuncName(GlobalContext *Ctx, in getTimerIdFromFuncName()
1042 void TimerMarker::push() { in push()
1058 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()
818 TimerMarker T(TimerStack::TT_linearScan, Func); in scan()
DIceTargetLowering.cpp350 TimerMarker T(TimerStack::TT_genHelpers, Func); in genTargetHelperCalls()
501 TimerMarker T(TimerStack::TT_regAlloc, Func); in regAlloc()
568 TimerMarker _(TimerStack::TT_splitGlobalVars, Func); in postRegallocSplitting()
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;
DIceConverter.cpp109 Ice::TimerMarker T(Ice::TimerStack::TT_llvmConvert, Func.get()); in convertFunction()
842 TimerMarker T(TimerStack::TT_convertToIce, Ctx); in convertToIce()
923 TimerMarker _(Ctx, I.getName()); in convertFunctions()
DIceVariableSplitting.cpp499 TimerMarker _(TimerStack::TT_splitLocalVars, Func); in splitBlockLocalVariables()
DIceOperand.cpp374 TimerMarker T(TimerStack::TT_vmetadata, Func); in init()
DWasmTranslator.cpp1437 TimerMarker T(TimerStack::TT_wasmGenIce, Func.get()); in translateFunction()
1467 TimerMarker T(TimerStack::TT_wasm, Ctx); in translate()
1640 TimerMarker T_func(getContext(), FnName); in translate()
DIceCfgNode.cpp813 TimerMarker T1(TimerStack::TT_liveRange, Func); in livenessAddIntervals()
DIceTargetLoweringX86BaseImpl.h455 TimerMarker T(TimerStack::TT_O2, Func);
596 TimerMarker T(TimerStack::TT_Om1, Func);
696 TimerMarker _(TimerStack::TT_findRMW, Func);
815 TimerMarker _(TimerStack::TT_loadOpt, Func);
DIceTargetLoweringMIPS32.cpp858 TimerMarker T(TimerStack::TT_O2, Func); in translateO2()
964 TimerMarker T(TimerStack::TT_Om1, Func); in translateOm1()
DIceTargetLoweringARM32.cpp995 TimerMarker T(TimerStack::TT_O2, Func); in translateO2()
1109 TimerMarker T(TimerStack::TT_Om1, Func); in translateOm1()