OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetTransformInfoWrapperPass
(Results
1 - 25
of
60
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
InlineSimple.cpp
80
TargetTransformInfoWrapperPass
*TTIWP;
92
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
117
TTIWP = &getAnalysis<
TargetTransformInfoWrapperPass
>();
122
AU.addRequired<
TargetTransformInfoWrapperPass
>();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopRotation.cpp
101
AU.addRequired<
TargetTransformInfoWrapperPass
>();
118
const auto *TTI = &getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
151
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
PartiallyInlineLibCalls.cpp
178
AU.addRequired<
TargetTransformInfoWrapperPass
>();
190
&getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
206
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
SpeculativeExecution.cpp
134
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
139
AU.addRequired<
TargetTransformInfoWrapperPass
>();
148
auto *TTI = &getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
SimplifyCFGPass.cpp
358
auto &TTI = getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
365
AU.addRequired<
TargetTransformInfoWrapperPass
>();
376
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
DivRemPairs.cpp
359
AU.addRequired<
TargetTransformInfoWrapperPass
>();
369
auto &TTI = getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
CallSiteSplitting.cpp
549
AU.addRequired<
TargetTransformInfoWrapperPass
>();
560
auto &TTI = getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
571
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
LoopDataPrefetch.cpp
131
AU.addRequired<
TargetTransformInfoWrapperPass
>();
142
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
204
&getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
LoopUnrollAndJamPass.cpp
471
auto &TTI = getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(*F);
490
AU.addRequired<
TargetTransformInfoWrapperPass
>();
509
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
LoopFlatten.cpp
717
AU.addRequired<
TargetTransformInfoWrapperPass
>();
718
AU.addPreserved<
TargetTransformInfoWrapperPass
>();
728
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
740
auto &TTIP = getAnalysis<
TargetTransformInfoWrapperPass
>();
NaryReassociate.cpp
143
AU.addRequired<
TargetTransformInfoWrapperPass
>();
161
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
177
auto *TTI = &getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
TailRecursionElimination.cpp
840
AU.addRequired<
TargetTransformInfoWrapperPass
>();
862
F, &getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F),
872
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerIntrinsics.cpp
55
AU.addRequired<
TargetTransformInfoWrapperPass
>();
89
getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(*ParentFunc);
AMDGPUUnifyDivergentExitNodes.cpp
112
AU.addRequired<
TargetTransformInfoWrapperPass
>();
231
TTI = &getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp
45
AU.addRequired<
TargetTransformInfoWrapperPass
>();
66
getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
CGProfile.cpp
114
AU.addRequired<
TargetTransformInfoWrapperPass
>();
122
return this->getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CostModel.cpp
94
auto *TTIWP = getAnalysisIfAvailable<
TargetTransformInfoWrapperPass
>();
TargetTransformInfo.cpp
1419
INITIALIZE_PASS(
TargetTransformInfoWrapperPass
, "tti",
1421
char
TargetTransformInfoWrapperPass
::ID = 0;
1423
void
TargetTransformInfoWrapperPass
::anchor() {}
1425
TargetTransformInfoWrapperPass
::
TargetTransformInfoWrapperPass
()
1431
TargetTransformInfoWrapperPass
::
TargetTransformInfoWrapperPass
(
1438
TargetTransformInfo &
TargetTransformInfoWrapperPass
::getTTI(const Function &F) {
1446
return new
TargetTransformInfoWrapperPass
(std::move(TIRA));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DwarfEHPrepare.cpp
293
TTI = &getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
300
AU.addRequired<
TargetTransformInfoWrapperPass
>();
303
AU.addRequired<
TargetTransformInfoWrapperPass
>();
321
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
ExpandReductions.cpp
184
const auto *TTI =&getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
189
AU.addRequired<
TargetTransformInfoWrapperPass
>();
198
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
ExpandVectorPredication.cpp
436
const auto *TTI = &getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
442
AU.addRequired<
TargetTransformInfoWrapperPass
>();
451
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
HardwareLoops.cpp
138
AU.addRequired<
TargetTransformInfoWrapperPass
>();
226
TTI = &getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Localizer.cpp
29
INITIALIZE_PASS_DEPENDENCY(
TargetTransformInfoWrapperPass
)
42
TTI = &getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(MF.getFunction());
46
AU.addRequired<
TargetTransformInfoWrapperPass
>();
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCLowerMASSVEntries.cpp
50
AU.addRequired<
TargetTransformInfoWrapperPass
>();
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETailPredication.cpp
98
AU.addRequired<
TargetTransformInfoWrapperPass
>();
136
TTI = &getAnalysis<
TargetTransformInfoWrapperPass
>().getTTI(F);
Completed in 51 milliseconds
1
2
3
Indexes created Mon Jun 15 00:25:07 UTC 2026