Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCycleAnalysis.h35 CycleInfo &getResult() { return CI; } in getResult() function
36 const CycleInfo &getResult() const { return CI; } in 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
147 const PhiValues &getResult() const { return *Result; } in getResult() function
H A DStackSafetyAnalysis.h119 const StackSafetyInfo &getResult() const { return SSI; } in getResult() function
161 const StackSafetyGlobalInfo &getResult() const { return SSGI; } in 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.h174 BasicAAResult &getResult() { return *Result; } in getResult() function
175 const BasicAAResult &getResult() const { return *Result; } in 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.h309 Result getResult() { return {Factory}; } in getResult() function
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h69 AMDGPUAAResult &getResult() { return *Result; } in getResult() function
68 AMDGPUAAResult &getResult() { return *Result; } getResult() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h72 template <typename PassT> typename PassT::Result &getResult(Function &F) { getResult() function
89 template <typename PassT> typename PassT::Result &getResult(Module &M) { getResult() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h803 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) { getResult() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp705 StringRef getResult() { return Result; } getResult() function in __anon3f873b650411::IAPrinter
H A DCodeGenDAGPatterns.h
H A DDAGISelMatcher.h
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2339 const std::string &getResult() { getResult() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1744 bool getResult() const { return Result; } getResult() function in __anonb394c5630711::ConstraintRefersToContainingTemplateChecker
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9134 llvm::Expected<Attr *> getResult() && { getResult() function in __anonec1224fd0711::AttrImporter
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp2174 auto getResult() const -> bool { return m_result; } in getResult() function