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

Unified Diff: src/IceTimerTree.def

Issue 1897243002: Subzero. Rematerializes shufflevector instructions. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments. Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceTargetLoweringX86BaseImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTimerTree.def
diff --git a/src/IceTimerTree.def b/src/IceTimerTree.def
index 340b5b8d8285043395ea8fa58dd12483aedf5c15..a40bd603500c399973910e2df47b9e53c323ae18 100644
--- a/src/IceTimerTree.def
+++ b/src/IceTimerTree.def
@@ -15,55 +15,56 @@
#ifndef SUBZERO_SRC_ICETIMERTREE_DEF
#define SUBZERO_SRC_ICETIMERTREE_DEF
-#define TIMERTREE_TABLE \
- /* enum value */ \
- X(O2) \
- X(Om1) \
- X(advancedPhiLowering) \
- X(alloca) \
- X(computeLoopNestDepth) \
- X(convertToIce) \
- X(deletePhis) \
- X(doAddressOpt) \
- X(doArgLowering) \
- X(doBranchOpt) \
- X(doNopInsertion) \
- X(emitAsm) \
- X(emitGlobalInitializers) \
- X(findRMW) \
- X(genCode) \
- X(genFrame) \
- X(genHelpers) \
- X(initUnhandled) \
- X(linearScan) \
- X(liveRange) \
- X(liveness) \
- X(livenessLightweight) \
- X(llvmConvert) \
- X(loadOpt) \
- X(lowerPhiAssignments) \
- X(parse) \
- X(parseConstants) \
- X(parseFunctions) \
- X(parseFunctionValuesymtabs) \
- X(parseGlobals) \
- X(parseModule) \
- X(parseModuleValuesymtabs) \
- X(parseTypes) \
- X(phiValidation) \
- X(placePhiLoads) \
- X(placePhiStores) \
- X(qEmitPop) \
- X(qEmitPush) \
- X(qTransPop) \
- X(qTransPush) \
- X(regAlloc) \
- X(renumberInstructions) \
- X(szmain) \
- X(translate) \
- X(translateFunctions) \
- X(validateLiveness) \
- X(vmetadata) \
+#define TIMERTREE_TABLE \
+ /* enum value */ \
+ X(O2) \
+ X(Om1) \
+ X(advancedPhiLowering) \
+ X(alloca) \
+ X(computeLoopNestDepth) \
+ X(convertToIce) \
+ X(deletePhis) \
+ X(doAddressOpt) \
+ X(doArgLowering) \
+ X(doBranchOpt) \
+ X(doNopInsertion) \
+ X(emitAsm) \
+ X(emitGlobalInitializers) \
+ X(findRMW) \
+ X(genCode) \
+ X(genFrame) \
+ X(genHelpers) \
+ X(initUnhandled) \
+ X(linearScan) \
+ X(liveRange) \
+ X(liveness) \
+ X(livenessLightweight) \
+ X(llvmConvert) \
+ X(loadOpt) \
+ X(lowerPhiAssignments) \
+ X(materializeVectorShuffles) \
+ X(parse) \
+ X(parseConstants) \
+ X(parseFunctions) \
+ X(parseFunctionValuesymtabs) \
+ X(parseGlobals) \
+ X(parseModule) \
+ X(parseModuleValuesymtabs) \
+ X(parseTypes) \
+ X(phiValidation) \
+ X(placePhiLoads) \
+ X(placePhiStores) \
+ X(qEmitPop) \
+ X(qEmitPush) \
+ X(qTransPop) \
+ X(qTransPush) \
+ X(regAlloc) \
+ X(renumberInstructions) \
+ X(szmain) \
+ X(translate) \
+ X(translateFunctions) \
+ X(validateLiveness) \
+ X(vmetadata) \
X(writeELF)
//#define X(tag)
« no previous file with comments | « src/IceTargetLoweringX86BaseImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698