Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: src/IceTimerTree.def

Issue 1318553003: Compute the loop nest depth of each CfgNode and weight Variables by it. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/IceTargetLoweringX86BaseImpl.h ('k') | src/IceUtils.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===- subzero/src/IceTimerTree.def - X-macros for timing -------*- C++ -*-===// 1 //===- subzero/src/IceTimerTree.def - X-macros for timing -------*- C++ -*-===//
2 // 2 //
3 // The Subzero Code Generator 3 // The Subzero Code Generator
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 // 9 //
10 // This file lists predefined timing tags. New tags can be added to 10 // This file lists predefined timing tags. New tags can be added to
11 // avoid a runtime string lookup. 11 // avoid a runtime string lookup.
12 // 12 //
13 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===//
14 14
15 #ifndef SUBZERO_SRC_ICETIMERTREE_DEF 15 #ifndef SUBZERO_SRC_ICETIMERTREE_DEF
16 #define SUBZERO_SRC_ICETIMERTREE_DEF 16 #define SUBZERO_SRC_ICETIMERTREE_DEF
17 17
18 #define TIMERTREE_TABLE \ 18 #define TIMERTREE_TABLE \
19 /* enum value */ \ 19 /* enum value */ \
20 X(O2) \ 20 X(O2) \
21 X(Om1) \ 21 X(Om1) \
22 X(advancedPhiLowering) \ 22 X(advancedPhiLowering) \
23 X(computeLoopNestDepth) \
23 X(convertToIce) \ 24 X(convertToIce) \
24 X(deletePhis) \ 25 X(deletePhis) \
25 X(doAddressOpt) \ 26 X(doAddressOpt) \
26 X(doArgLowering) \ 27 X(doArgLowering) \
27 X(doBranchOpt) \ 28 X(doBranchOpt) \
28 X(doNopInsertion) \ 29 X(doNopInsertion) \
29 X(emit) \ 30 X(emit) \
30 X(emitGlobalInitializers) \ 31 X(emitGlobalInitializers) \
31 X(genCode) \ 32 X(genCode) \
32 X(genFrame) \ 33 X(genFrame) \
(...skipping 16 matching lines...) Expand all
49 X(placePhiStores) \ 50 X(placePhiStores) \
50 X(regAlloc) \ 51 X(regAlloc) \
51 X(renumberInstructions) \ 52 X(renumberInstructions) \
52 X(szmain) \ 53 X(szmain) \
53 X(translate) \ 54 X(translate) \
54 X(validateLiveness) \ 55 X(validateLiveness) \
55 X(vmetadata) 56 X(vmetadata)
56 //#define X(tag) 57 //#define X(tag)
57 58
58 #endif // SUBZERO_SRC_ICETIMERTREE_DEF 59 #endif // SUBZERO_SRC_ICETIMERTREE_DEF
OLDNEW
« no previous file with comments | « src/IceTargetLoweringX86BaseImpl.h ('k') | src/IceUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698