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

Side by Side Diff: src/IceTimerTree.def

Issue 680733002: Subzero: Allow delaying Phi lowering until after register allocation. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix vector const undef lowering for phis. Created 6 years, 1 month 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/IceTargetLoweringX8632.cpp ('k') | src/IceTypes.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 16
17 #define TIMERTREE_TABLE \ 17 #define TIMERTREE_TABLE \
18 /* enum value */ \ 18 /* enum value */ \
19 X(O2) \ 19 X(O2) \
20 X(Om1) \ 20 X(Om1) \
21 X(advancedPhiLowering) \
21 X(convertToIce) \ 22 X(convertToIce) \
22 X(deletePhis) \ 23 X(deletePhis) \
23 X(doAddressOpt) \ 24 X(doAddressOpt) \
24 X(doArgLowering) \ 25 X(doArgLowering) \
25 X(doBranchOpt) \ 26 X(doBranchOpt) \
26 X(doNopInsertion) \ 27 X(doNopInsertion) \
27 X(emit) \ 28 X(emit) \
28 X(genCode) \ 29 X(genCode) \
29 X(genFrame) \ 30 X(genFrame) \
30 X(initUnhandled) \ 31 X(initUnhandled) \
31 X(linearScan) \ 32 X(linearScan) \
32 X(liveRange) \ 33 X(liveRange) \
33 X(liveRangeCtor) \ 34 X(liveRangeCtor) \
34 X(liveness) \ 35 X(liveness) \
35 X(livenessLightweight) \ 36 X(livenessLightweight) \
36 X(llvmConvert) \ 37 X(llvmConvert) \
37 X(parse) \ 38 X(parse) \
38 X(placePhiLoads) \ 39 X(placePhiLoads) \
39 X(placePhiStores) \ 40 X(placePhiStores) \
40 X(regAlloc) \ 41 X(regAlloc) \
41 X(renumberInstructions) \ 42 X(renumberInstructions) \
42 X(szmain) \ 43 X(szmain) \
43 X(translate) \ 44 X(translate) \
44 X(validateLiveness) \ 45 X(validateLiveness) \
45 X(vmetadata) 46 X(vmetadata)
46 //#define X(tag) 47 //#define X(tag)
47 48
48 #define SUBZERO_SRC_ICETIMERTREE_DEF 49 #define SUBZERO_SRC_ICETIMERTREE_DEF
49 #endif // SUBZERO_SRC_ICETIMERTREE_DEF 50 #endif // SUBZERO_SRC_ICETIMERTREE_DEF
OLDNEW
« no previous file with comments | « src/IceTargetLoweringX8632.cpp ('k') | src/IceTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698