Searched defs:getResult (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFLAndersAliasAnalysis.h114 CFLAndersAAResult &getResult() { return *Result; } function in class:llvm::CFLAndersAAWrapperPass
115 const CFLAndersAAResult &getResult() const { return *Result; } function in class:llvm::CFLAndersAAWrapperPass
H A DObjCARCAliasAnalysis.h88 ObjCARCAAResult &getResult() { return *Result; } function in class:llvm::objcarc::ObjCARCAAWrapperPass
89 const ObjCARCAAResult &getResult() const { return *Result; } function in class:llvm::objcarc::ObjCARCAAWrapperPass
H A DScalarEvolutionAliasAnalysis.h60 SCEVAAResult &getResult() { return *Result; } function in class:llvm::SCEVAAWrapperPass
61 const SCEVAAResult &getResult() const { return *Result; } function in class:llvm::SCEVAAWrapperPass
H A DScopedNoAliasAA.h73 ScopedNoAliasAAResult &getResult() { return *Result; } function in class:llvm::ScopedNoAliasAAWrapperPass
74 const ScopedNoAliasAAResult &getResult() const { return *Result; } function in class:llvm::ScopedNoAliasAAWrapperPass
H A DTypeBasedAliasAnalysis.h79 TypeBasedAAResult &getResult() { return *Result; } function in class:llvm::TypeBasedAAWrapperPass
80 const TypeBasedAAResult &getResult() const { return *Result; } function in class:llvm::TypeBasedAAWrapperPass
H A DCFLSteensAliasAnalysis.h131 CFLSteensAAResult &getResult() { return *Result; } function in class:llvm::CFLSteensAAWrapperPass
132 const CFLSteensAAResult &getResult() const { return *Result; } function in class:llvm::CFLSteensAAWrapperPass
H A DGlobalsModRef.h151 GlobalsAAResult &getResult() { return *Result; } function in class:llvm::GlobalsAAWrapperPass
152 const GlobalsAAResult &getResult() const { return *Result; } function in class:llvm::GlobalsAAWrapperPass
H A DPhiValues.h147 PhiValues &getResult() { return *Result; } function in class:llvm::PhiValuesWrapperPass
148 const PhiValues &getResult() const { return *Result; } function in class:llvm::PhiValuesWrapperPass
H A DStackSafetyAnalysis.h109 const StackSafetyInfo &getResult() const { return SSI; } function in class:llvm::StackSafetyInfoWrapperPass
150 const StackSafetyGlobalInfo &getResult() const { return SSGI; } function in class:llvm::StackSafetyGlobalInfoWrapperPass
H A DBasicAliasAnalysis.h246 BasicAAResult &getResult() { return *Result; } function in class:llvm::BasicAAWrapperPass
247 const BasicAAResult &getResult() const { return *Result; } function in class:llvm::BasicAAWrapperPass
H A DMemoryDependenceAnalysis.h226 const MemDepResult &getResult() const { return Result; } function in class:llvm::NonLocalDepEntry
251 const MemDepResult &getResult() const { return Entry.getResult(); } function in class:llvm::NonLocalDepResult
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h79 AMDGPUAAResult &getResult() { return *Result; } function in class:llvm::AMDGPUAAWrapperPass
80 const AMDGPUAAResult &getResult() const { return *Result; } function in class:llvm::AMDGPUAAWrapperPass
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h769 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) { function in class:llvm::AnalysisManager
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp665 StringRef getResult() { return Result; } function in class:__anon4894::IAPrinter
H A DCodeGenDAGPatterns.h1037 Record *getResult(unsigned RN) const { function in class:llvm::DAGInstruction
H A DDAGISelMatcher.h1100 unsigned getResult(unsigned R) const { return Results[R]; } function in class:llvm::CompleteMatchMatcher
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1680 const std::string &getResult() { function in struct:__anon4683::LowerMatrixIntrinsics::ExprLinearizer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp366 Expected<std::string> NumericSubstitution::getResult() const { function in class:NumericSubstitution
377 Expected<std::string> StringSubstitution::getResult() const { function in class:StringSubstitution

Completed in 154 milliseconds