OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetLibraryInfoWrapperPass
(Results
1 - 25
of
86
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyBranchProbabilityInfo.cpp
29
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
51
AU.addRequiredTransitive<
TargetLibraryInfoWrapperPass
>();
60
getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
68
AU.addRequiredTransitive<
TargetLibraryInfoWrapperPass
>();
74
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
InferFunctionAttrs.cpp
68
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
76
return this->getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
86
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
SCCP.cpp
66
return this->getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
86
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
99
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
InlineSimple.cpp
93
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
AlwaysInliner.cpp
165
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
AnnotationRemarks.cpp
131
getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
138
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
148
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
InstSimplifyPass.cpp
94
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
106
&getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
123
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
PartiallyInlineLibCalls.cpp
177
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
188
&getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
204
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
DCE.cpp
163
&getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
169
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
LoopInstSimplify.cpp
196
getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(
212
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
251
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
PlaceSafepoints.cpp
135
TLI = &getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
146
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
171
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
483
getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
CallSiteSplitting.cpp
548
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
559
auto &TLI = getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
570
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
LowerConstantIntrinsics.cpp
175
auto *TLIP = getAnalysisIfAvailable<
TargetLibraryInfoWrapperPass
>();
NaryReassociate.cpp
138
AU.addPreserved<
TargetLibraryInfoWrapperPass
>();
142
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
160
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
176
auto *TLI = &getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
MetaRenamer.cpp
152
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
158
return this->getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
171
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
InjectTLIMappings.cpp
148
getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
154
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
155
AU.addPreserved<
TargetLibraryInfoWrapperPass
>();
171
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
LibCallsShrinkWrap.cpp
69
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
520
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
537
auto &TLI = getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ReplaceWithVeclib.cpp
223
getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
229
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
230
AU.addPreserved<
TargetLibraryInfoWrapperPass
>();
247
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetLibraryInfo.h
210
friend class
TargetLibraryInfoWrapperPass
;
447
class
TargetLibraryInfoWrapperPass
: public ImmutablePass {
455
TargetLibraryInfoWrapperPass
();
456
explicit
TargetLibraryInfoWrapperPass
(const Triple &T);
457
explicit
TargetLibraryInfoWrapperPass
(const TargetLibraryInfoImpl &TLI);
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMemIntrinsicResults.cpp
64
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
188
getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(MF.getFunction());
WebAssemblyPeephole.cpp
39
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
147
getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(MF.getFunction());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp
233
auto &TLI = getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
239
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
248
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
AggressiveInstCombine.cpp
410
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
418
auto &TLI = getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(F);
442
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
/src/external/apache2/llvm/dist/llvm/lib/Target/
Target.cpp
65
unwrap(PM)->add(new
TargetLibraryInfoWrapperPass
(*unwrap(TLI)));
/src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
llvm-isel-fuzzer.cpp
102
PM.add(new
TargetLibraryInfoWrapperPass
(TLII));
Completed in 54 milliseconds
1
2
3
4
Indexes created Wed Jun 17 00:25:26 UTC 2026