Constructors
Synopses
Declared in <llvm/Analysis/TargetTransformInfo.h>
Move‐construct TargetTransformInfo.
Construct a TTI object using a type implementing the Concept API below.
explicit
TargetTransformInfo(std::unique_ptr<TargetTransformInfoImplBase const> Impl);
Construct a baseline TTI object using a minimal implementation of the Concept API below.
explicit
TargetTransformInfo(DataLayout const& DL);
Parameters
Name |
Description |
Arg |
Instance to move from. |
Impl |
Target‐specific TTI implementation. |
DL |
Data layout used by the baseline implementation. |
Created with MrDocs