OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TargetIRAnalysis
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h
193
/// When used as a result of \c
TargetIRAnalysis
this method will be called
2311
/// The core idea of the
TargetIRAnalysis
is to expose an interface through
2320
class
TargetIRAnalysis
: public AnalysisInfoMixin<
TargetIRAnalysis
> {
2328
TargetIRAnalysis
();
2334
TargetIRAnalysis
(std::function<Result(const Function &)> TTICallback);
2337
TargetIRAnalysis
(const
TargetIRAnalysis
&Arg)
2339
TargetIRAnalysis
(
TargetIRAnalysis
&&Arg
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
1401
TargetIRAnalysis
::
TargetIRAnalysis
() : TTICallback(&getDefaultTTI) {}
1403
TargetIRAnalysis
::
TargetIRAnalysis
(
1407
TargetIRAnalysis
::Result
TargetIRAnalysis
::run(const Function &F,
1412
AnalysisKey
TargetIRAnalysis
::Key;
1414
TargetIRAnalysis
::Result
TargetIRAnalysis
::getDefaultTTI(const Function &F) {
1432
TargetIRAnalysis
TIRA
[
all
...]
Completed in 18 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026