LLVM 22.0.0git
TargetTransformInfo.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "tti"

Variables

static cl::opt< boolEnableReduxCost ("costmodel-reduxcost", cl::init(false), cl::Hidden, cl::desc("Recognize reduction patterns."))
static cl::opt< unsignedCacheLineSize ("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< unsignedMinPageSize ("min-page-size", cl::init(0), cl::Hidden, cl::desc("Use this to override the target's minimum page size."))
static cl::opt< unsignedPredictableBranchThreshold ("predictable-branch-threshold", cl::init(99), cl::Hidden, cl::desc("Use this to override the target's predictable branch threshold (%)."))

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "tti"

Definition at line 29 of file TargetTransformInfo.cpp.

Variable Documentation

◆ 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