OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getResult
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFLAndersAliasAnalysis.h
114
CFLAndersAAResult &
getResult
() { return *Result; }
115
const CFLAndersAAResult &
getResult
() const { return *Result; }
CFLSteensAliasAnalysis.h
131
CFLSteensAAResult &
getResult
() { return *Result; }
132
const CFLSteensAAResult &
getResult
() const { return *Result; }
ObjCARCAliasAnalysis.h
88
ObjCARCAAResult &
getResult
() { return *Result; }
89
const ObjCARCAAResult &
getResult
() const { return *Result; }
ScalarEvolutionAliasAnalysis.h
63
SCEVAAResult &
getResult
() { return *Result; }
64
const SCEVAAResult &
getResult
() const { return *Result; }
ScopedNoAliasAA.h
73
ScopedNoAliasAAResult &
getResult
() { return *Result; }
74
const ScopedNoAliasAAResult &
getResult
() const { return *Result; }
TypeBasedAliasAnalysis.h
79
TypeBasedAAResult &
getResult
() { return *Result; }
80
const TypeBasedAAResult &
getResult
() const { return *Result; }
GlobalsModRef.h
151
GlobalsAAResult &
getResult
() { return *Result; }
152
const GlobalsAAResult &
getResult
() const { return *Result; }
PhiValues.h
146
PhiValues &
getResult
() { return *Result; }
147
const PhiValues &
getResult
() const { return *Result; }
StackSafetyAnalysis.h
110
const StackSafetyInfo &
getResult
() const { return SSI; }
151
const StackSafetyGlobalInfo &
getResult
() const { return SSGI; }
BasicAliasAnalysis.h
255
BasicAAResult &
getResult
() { return *Result; }
256
const BasicAAResult &
getResult
() const { return *Result; }
MemoryDependenceAnalysis.h
227
const MemDepResult &
getResult
() const { return Result; }
252
const MemDepResult &
getResult
() const { return Entry.
getResult
(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePassManager.h
54
template <typename PassT> typename PassT::Result &
getResult
(Function &F) {
55
return FAM->
getResult
<PassT>(F);
71
template <typename PassT> typename PassT::Result &
getResult
(Module &M) {
72
return MAM->
getResult
<PassT>(M);
87
using Base::
getResult
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAliasAnalysis.h
74
AMDGPUAAResult &
getResult
() { return *Result; }
75
const AMDGPUAAResult &
getResult
() const { return *Result; }
99
AAR.addAAResult(WrapperPass->
getResult
());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PassManager.h
425
return AM.template
getResult
<PassT>(IR, std::get<Ns>(Args)...);
432
/// pass to
getResult
.
491
// Here we use std::tuple wrapper over
getResult
which helps to extract
769
typename PassT::Result &
getResult
(IRUnitT &IR, ExtraArgTs... ExtraArgs) {
1221
/// extra arguments to the analysis manager's \c
getResult
routine. We can't
1241
(void)AM.template
getResult
<AnalysisT>(Arg,
1294
// Here we use std::tuple wrapper over
getResult
which helps to extract
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmWriterEmitter.cpp
695
StringRef
getResult
() { return Result; }
1096
CondO << formatv(" // {0} - {1}\n", IAP->
getResult
(), CondStart);
CodeGenDAGPatterns.h
1031
Record *
getResult
(unsigned RN) const {
DAGISelMatcher.h
1108
unsigned
getResult
(unsigned R) const { return Results[R]; }
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp
418
Expected<std::string> NumericSubstitution::
getResult
() const {
429
Expected<std::string> StringSubstitution::
getResult
() const {
1256
Expected<std::string> Value = Substitution->
getResult
();
1363
Expected<std::string> MatchedValue = Substitution->
getResult
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp
1855
const std::string &
getResult
() {
2031
return Lin.
getResult
();
2039
auto &TTI = AM.
getResult
<TargetIRAnalysis>(F);
2046
ORE = &AM.
getResult
<OptimizationRemarkEmitterAnalysis>(F);
2047
AA = &AM.
getResult
<AAManager>(F);
2048
DT = &AM.
getResult
<DominatorTreeAnalysis>(F);
2049
LI = &AM.
getResult
<LoopAnalysis>(F);
Completed in 75 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026