Go to the source code of this file.
|
static cl::opt< bool > | EnableReduxCost ("costmodel-reduxcost", cl::init(false), cl::Hidden, cl::desc("Recognize reduction patterns.")) |
static cl::opt< unsigned > | CacheLineSize ("cache-line-size", cl::init(0), cl::Hidden, cl::desc("Use this to override the target cache line size when " "specified by the user.")) |
static cl::opt< unsigned > | MinPageSize ("min-page-size", cl::init(0), cl::Hidden, cl::desc("Use this to override the target's minimum page size.")) |
static cl::opt< unsigned > | PredictableBranchThreshold ("predictable-branch-threshold", cl::init(99), cl::Hidden, cl::desc("Use this to override the target's predictable branch threshold (%).")) |
◆ DEBUG_TYPE
◆ CacheLineSize
cl::opt< unsigned > CacheLineSize("cache-line-size", cl::init(0), cl::Hidden, cl::desc("Use this to override the target cache line size when " "specified by the user.")) |
( |
"cache-line-size" | , |
|
|
cl::init(0) | , |
|
|
cl::Hidden | , |
|
|
cl::desc("Use this to override the target cache line size when " "specified by the user.") | ) |
|
static |
◆ EnableReduxCost
cl::opt< bool > EnableReduxCost("costmodel-reduxcost", cl::init(false), cl::Hidden, cl::desc("Recognize reduction patterns.")) |
( |
"costmodel-reduxcost" | , |
|
|
cl::init(false) | , |
|
|
cl::Hidden | , |
|
|
cl::desc("Recognize reduction patterns.") | ) |
|
static |
◆ MinPageSize
cl::opt< unsigned > MinPageSize("min-page-size", cl::init(0), cl::Hidden, cl::desc("Use this to override the target's minimum page size.")) |
( |
"min-page-size" | , |
|
|
cl::init(0) | , |
|
|
cl::Hidden | , |
|
|
cl::desc("Use this to override the target's minimum page size.") | ) |
|
static |
◆ PredictableBranchThreshold
cl::opt< unsigned > PredictableBranchThreshold("predictable-branch-threshold", cl::init(99), cl::Hidden, cl::desc( "Use this to override the target's predictable branch threshold (%).")) |
( |
"predictable-branch-threshold" | , |
|
|
cl::init(99) | , |
|
|
cl::Hidden | , |
|
|
cl::desc( "Use this to override the target's predictable branch threshold (%).") | ) |
|
static |