Home
last modified time | relevance | path

Searched defs:getResult (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCycleAnalysis.h40 CycleInfo &getResult() { return CI; } getResult() function
41 const CycleInfo &getResult() const { return CI; } getResult() function
H A DScopedNoAliasAA.h71 ScopedNoAliasAAResult &getResult() { return *Result; } in getResult() function
72 const ScopedNoAliasAAResult &getResult() const { return *Result; } in getResult() function
H A DTypeBasedAliasAnalysis.h78 TypeBasedAAResult &getResult() { return *Result; } in getResult() function
79 const TypeBasedAAResult &getResult() const { return *Result; } in getResult() function
H A DScalarEvolutionAliasAnalysis.h64 SCEVAAResult &getResult() { return *Result; } in getResult() function
65 const SCEVAAResult &getResult() const { return *Result; } in getResult() function
H A DPhiValues.h146 PhiValues &getResult() { return *Result; } in getResult() function
145 PhiValues &getResult() { return *Result; } getResult() function
H A DStackSafetyAnalysis.h118 const StackSafetyInfo &getResult() const { return SSI; } getResult() function
159 const StackSafetyGlobalInfo &getResult() const { return SSGI; } getResult() function
H A DGlobalsModRef.h150 GlobalsAAResult &getResult() { return *Result; } in getResult() function
151 const GlobalsAAResult &getResult() const { return *Result; } in getResult() function
H A DBasicAliasAnalysis.h169 BasicAAResult &getResult() { return *Result; } getResult() function
170 const BasicAAResult &getResult() const { return *Result; } getResult() function
H A DInlineOrder.h72 Result getResult() { return {Factory}; } in getResult() function
H A DMemoryDependenceAnalysis.h222 const MemDepResult &getResult() const { return Result; } in getResult() function
247 const MemDepResult &getResult() const { return Entry.getResult(); } in getResult() function
H A DInlineAdvisor.h310 Result getResult() { return {Factory}; } getResult() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAliasAnalysis.h64 NVPTXAAResult &getResult() { return *Result; } in getResult() function
65 const NVPTXAAResult &getResult() const { return *Result; } in getResult() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h69 AMDGPUAAResult &getResult() { return *Result; } in getResult() function
70 const AMDGPUAAResult &getResult() const { return *Result; } in getResult() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h300 TemplateDeductionResult getResult() const { in getResult() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h405 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) { in getResult() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp729 StringRef getResult() { return Result; } in getResult() function in __anon992240d30411::IAPrinter
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp268 Expected<std::string> NumericSubstitution::getResult() const { in getResult() function in NumericSubstitution
278 Expected<std::string> StringSubstitution::getResult() const { in getResult() function in StringSubstitution
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h1034 Record *getResult(unsigned RN) const { in getResult() function
H A DDAGISelMatcher.h1117 unsigned getResult(unsigned R) const { return Results[R]; } in getResult() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2437 const std::string &getResult() { in getResult() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1685 bool getResult() const { return Result; } in getResult() function in __anon75c807110711::ConstraintRefersToContainingTemplateChecker
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9238 llvm::Expected<Attr *> getResult() && { in getResult() function in __anone38d232b0811::AttrImporter
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2174 auto getResult() const -> bool { return m_result; } in getResult() function