Searched refs:TTI_ (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | NaryReassociate.h | 109 TargetTransformInfo *TTI_);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 84 const TargetTransformInfo *TTI_, const Triple &TargetTriple_) in DwarfEHPrepare() argument 85 : OptLevel(OptLevel_), F(F_), TLI(TLI_), DTU(DTU_), TTI(TTI_), in DwarfEHPrepare()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorize.h | 192 TargetTransformInfo &TTI_, DominatorTree &DT_,
|
H A D | SLPVectorizer.h | 79 bool runImpl(Function &F, ScalarEvolution *SE_, TargetTransformInfo *TTI_,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 202 TargetTransformInfo *TTI_) { in runImpl() argument 207 TTI = TTI_; in runImpl()
|
H A D | JumpThreading.cpp | 284 TargetTransformInfo *TTI_, LazyValueInfo *LVI_, in runImpl() argument 293 TTI = TTI_; in runImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 10112 Function &F, ScalarEvolution &SE_, LoopInfo &LI_, TargetTransformInfo &TTI_, in runImpl() argument 10118 TTI = &TTI_; in runImpl()
|
H A D | SLPVectorizer.cpp | 15828 TargetTransformInfo *TTI_, in runImpl() argument 15836 TTI = TTI_; in runImpl()
|