/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.h | 583 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()
|
D | IceCfg.cpp | 236 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 …]
|
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 | 223 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()
|
D | IceGlobalContext.cpp | 381 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()
|
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() 837 TimerMarker T(TimerStack::TT_linearScan, Func); in scan()
|
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 | IceTargetLowering.cpp | 350 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()
|
D | IceConverter.cpp | 109 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()
|
D | IceVariableSplitting.cpp | 499 TimerMarker _(TimerStack::TT_splitLocalVars, Func); in splitBlockLocalVariables()
|
D | WasmTranslator.cpp | 1437 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()
|
D | IceOperand.cpp | 374 TimerMarker T(TimerStack::TT_vmetadata, Func); in init()
|
D | IceCfgNode.cpp | 835 TimerMarker T1(TimerStack::TT_liveRange, Func); in livenessAddIntervals()
|
D | IceTargetLoweringX86BaseImpl.h | 445 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);
|
D | IceTargetLoweringMIPS32.cpp | 865 TimerMarker T(TimerStack::TT_O2, Func); in translateO2() 976 TimerMarker T(TimerStack::TT_Om1, Func); in translateOm1()
|
D | IceTargetLoweringARM32.cpp | 996 TimerMarker T(TimerStack::TT_O2, Func); in translateO2() 1115 TimerMarker T(TimerStack::TT_Om1, Func); in translateOm1()
|