/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 195 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 …]
|
D | IceGlobalContext.h | 571 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()
|
D | IceCompiler.cpp | 77 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()
|
D | IceELFObjectWriter.cpp | 222 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()
|
D | IceGlobalContext.cpp | 380 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()
|
D | IceRegAlloc.cpp | 108 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()
|
D | IceTargetLowering.cpp | 350 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()
|
D | PNaClTranslator.cpp | 848 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;
|
D | IceConverter.cpp | 109 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()
|
D | IceVariableSplitting.cpp | 499 TimerMarker _(TimerStack::TT_splitLocalVars, Func); in splitBlockLocalVariables()
|
D | IceOperand.cpp | 374 TimerMarker T(TimerStack::TT_vmetadata, Func); in init()
|
D | WasmTranslator.cpp | 1437 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()
|
D | IceCfgNode.cpp | 813 TimerMarker T1(TimerStack::TT_liveRange, Func); in livenessAddIntervals()
|
D | IceTargetLoweringX86BaseImpl.h | 455 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);
|
D | IceTargetLoweringMIPS32.cpp | 858 TimerMarker T(TimerStack::TT_O2, Func); in translateO2() 964 TimerMarker T(TimerStack::TT_Om1, Func); in translateOm1()
|
D | IceTargetLoweringARM32.cpp | 995 TimerMarker T(TimerStack::TT_O2, Func); in translateO2() 1109 TimerMarker T(TimerStack::TT_Om1, Func); in translateOm1()
|