/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CycleAnalysis.h | 35 const CycleInfo &getResult() const { return CI; } in getResult() function 36 const CycleInfo &getResult() const { return CI; } 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; } getResult() function 79 const TypeBasedAAResult &getResult() const { return *Result; } 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}; } getResult() function
|
H A D | MemoryDependenceAnalysis.h | 222 const MemDepResult &getResult() const { return Result; } getResult() function 247 const MemDepResult &getResult() const { return Entry.getResult(); } getResult() function
|
H A D | InlineAdvisor.h | 309 Result getResult() { return {Factory}; } getResult() function
|
/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
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAliasAnalysis.h | 69 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 D | AffineValueMap.h | 73 AffineExpr getResult(unsigned i) { return map.getResult(i); } in getResult() function
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Operator.h | 155 NamedTypeConstraint &getResult(int index) { return results[index]; } in getResult() function 154 NamedTypeConstraint &getResult(int index) { return results[index]; } getResult() function
|
H A D | Pattern.h | 393 static SymbolInfo getResult(const Operator *op) { in getResult() function
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | AliasAnalysisTest.cpp | 126 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 D | AffineMap.h | 410 AffineExpr getResult(unsigned idx) const { return results[idx]; } getResult() function
|
H A D | Operation.h | 402 OpResult getResult(unsigned idx) { return OpResult(getOpResultImpl(idx)); } getResult() function
|
/llvm-project/llvm/unittests/Transforms/Instrumentation/ |
H A D | PGOInstrumentationTest.cpp | 72 typename Analysis::Result getResult() { getResult() function in __anon4de9dbfa0111::MockAnalysisHandleBase
|
/llvm-project/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 300 TemplateDeductionResult getResult() const { getResult() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | PassManager.h | 405 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) { getResult() function
|
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
H A D | Predicate.h | 656 Position *getResult(OperationPosition *p, unsigned result) { in getResult() function
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | IntNarrowing.cpp |
|
/llvm-project/llvm/unittests/IR/ |
H A D | PassBuilderCallbacksTest.cpp | 81 typename Analysis::Result getResult() { in getResult() function in __anon51161aa70111::MockAnalysisHandleBase
|