Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/Analysis/
H A DCycleAnalysis.h35 const CycleInfo &getResult() const { return CI; } in getResult() function
36 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; } getResult() function
79 const TypeBasedAAResult &getResult() const { return *Result; } 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}; } getResult() function
H A DMemoryDependenceAnalysis.h222 const MemDepResult &getResult() const { return Result; } getResult() function
247 const MemDepResult &getResult() const { return Entry.getResult(); } getResult() function
H A DInlineAdvisor.h309 Result getResult() { return {Factory}; } getResult() function
/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
/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
/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineValueMap.h73 AffineExpr getResult(unsigned i) { return map.getResult(i); } in getResult() function
/llvm-project/mlir/include/mlir/TableGen/
H A DOperator.h155 NamedTypeConstraint &getResult(int index) { return results[index]; } in getResult() function
154 NamedTypeConstraint &getResult(int index) { return results[index]; } getResult() function
H A DPattern.h393 static SymbolInfo getResult(const Operator *op) { in getResult() function
/llvm-project/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp126 TestCustomAAResult &getResult() { return *Result; } in getResult() function in __anon6d43c8000311::TestCustomAAWrapperPass
127 const TestCustomAAResult &getResult() const { return *Result; } in getResult() function in __anon6d43c8000311::TestCustomAAWrapperPass
/llvm-project/mlir/include/mlir/IR/
H A DAffineMap.h410 AffineExpr getResult(unsigned idx) const { return results[idx]; } getResult() function
H A DOperation.h402 OpResult getResult(unsigned idx) { return OpResult(getOpResultImpl(idx)); } getResult() function
/llvm-project/llvm/unittests/Transforms/Instrumentation/
H A DPGOInstrumentationTest.cpp72 typename Analysis::Result getResult() { getResult() function in __anon4de9dbfa0111::MockAnalysisHandleBase
/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h300 TemplateDeductionResult getResult() const { getResult() function
/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h405 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) { getResult() function
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h656 Position *getResult(OperationPosition *p, unsigned result) { in getResult() function
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DIntNarrowing.cpp
/llvm-project/llvm/unittests/IR/
H A DPassBuilderCallbacksTest.cpp81 typename Analysis::Result getResult() { in getResult() function in __anon51161aa70111::MockAnalysisHandleBase

12