/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CycleAnalysis.h | 35 CycleInfo &getResult() { return CI; } in getResult() function 36 const CycleInfo &getResult() const { return CI; } in getResult() function
|
H A D | ScopedNoAliasAA.h | 71 ScopedNoAliasAAResult &getResult() { return *Result; } in getResult() function 72 const ScopedNoAliasAAResult &getResult() const { return *Result; } in getResult() function
|
H A D | TypeBasedAliasAnalysis.h | 78 TypeBasedAAResult &getResult() { return *Result; } in getResult() function 79 const TypeBasedAAResult &getResult() const { return *Result; } in getResult() function
|
H A D | ScalarEvolutionAliasAnalysis.h | 64 SCEVAAResult &getResult() { return *Result; } in getResult() function 65 const SCEVAAResult &getResult() const { return *Result; } in getResult() function
|
H A D | PhiValues.h | 146 PhiValues &getResult() { return *Result; } in getResult() function 147 const PhiValues &getResult() const { return *Result; } in getResult() function
|
H A D | StackSafetyAnalysis.h | 119 const StackSafetyInfo &getResult() const { return SSI; } in getResult() function 161 const StackSafetyGlobalInfo &getResult() const { return SSGI; } in getResult() function
|
H A D | GlobalsModRef.h | 150 GlobalsAAResult &getResult() { return *Result; } in getResult() function 151 const GlobalsAAResult &getResult() const { return *Result; } in getResult() function
|
H A D | BasicAliasAnalysis.h | 174 BasicAAResult &getResult() { return *Result; } in getResult() function 175 const BasicAAResult &getResult() const { return *Result; } in getResult() function
|
H A D | InlineOrder.h | 72 Result getResult() { return {Factory}; } in getResult() function
|
H A D | MemoryDependenceAnalysis.h | 222 const MemDepResult &getResult() const { return Result; } in getResult() function 247 const MemDepResult &getResult() const { return Entry.getResult(); } in getResult() function
|
H A D | InlineAdvisor.h | 309 Result getResult() { return {Factory}; } in getResult() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAliasAnalysis.h | 64 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 D | AMDGPUAliasAnalysis.h | 69 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 D | MachinePassManager.h | 72 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 D | PassManager.h | 803 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) { getResult() function
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 705 StringRef getResult() { return Result; } getResult() function in __anon3f873b650411::IAPrinter
|
H A D | CodeGenDAGPatterns.h |
|
H A D | DAGISelMatcher.h |
|
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 268 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 D | LowerMatrixIntrinsics.cpp | 2339 const std::string &getResult() { getResult() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 1744 bool getResult() const { return Result; } getResult() function in __anonb394c5630711::ConstraintRefersToContainingTemplateChecker
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 9134 llvm::Expected<Attr *> getResult() && { getResult() function in __anonec1224fd0711::AttrImporter
|
/freebsd-src/contrib/bsnmp/tests/ |
H A D | catch.hpp | 2174 auto getResult() const -> bool { return m_result; } in getResult() function
|