HomeSort by relevance Sort by last modified time
    Searched refs:Result (Results 201 - 225 of 2352) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 50 /// By definition, this result is stateless and so remains valid.
63 /// Analysis pass providing a never-invalidated alias analysis result.
69 typedef ObjCARCAAResult Result;
76 std::unique_ptr<ObjCARCAAResult> Result;
83 ObjCARCAAResult &getResult() { return *Result; }
84 const ObjCARCAAResult &getResult() const { return *Result; }
ScopedNoAliasAA.h 25 /// A simple AA result which uses scoped-noalias metadata to answer queries.
36 /// By definition, this result is stateless and so remains valid.
49 /// Analysis pass providing a never-invalidated alias analysis result.
55 typedef ScopedNoAliasAAResult Result;
62 std::unique_ptr<ScopedNoAliasAAResult> Result;
69 ScopedNoAliasAAResult &getResult() { return *Result; }
70 const ScopedNoAliasAAResult &getResult() const { return *Result; }
TypeBasedAliasAnalysis.h 25 /// A simple AA result that uses TBAA metadata to answer queries.
35 /// By definition, this result is stateless and so remains valid.
50 /// Analysis pass providing a never-invalidated alias analysis result.
56 typedef TypeBasedAAResult Result;
63 std::unique_ptr<TypeBasedAAResult> Result;
70 TypeBasedAAResult &getResult() { return *Result; }
71 const TypeBasedAAResult &getResult() const { return *Result; }
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 119 const SCEV *Result = SE.getAddRecExpr(Operands, L, SCEV::FlagAnyWrap);
137 Result = SE.getMinusSCEV(Result, TransformedStep);
145 assert(S == TransformSubExpr(Result, User, OperandValToReplace) &&
168 Result = SE.getMinusSCEV(Result, TransformedStep);
172 assert(S == TransformSubExpr(Result, User, OperandValToReplace) &&
183 Result = SE.getAddExpr(Result, TransformedStep);
187 return Result;
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 68 LineNumberInfo Result;
70 Result.Offset = Address - StartAddress;
71 Result.LineNumber = Line.Line;
73 return Result;
81 iJIT_Method_Load Result;
82 memset(&Result, 0, sizeof(iJIT_Method_Load));
84 Result.method_id = Wrapper.iJIT_GetNewMethodID();
85 Result.method_name = const_cast<char*>(FnName);
86 Result.method_load_address = reinterpret_cast<void*>(FnStart);
87 Result.method_size = FnSize
    [all...]
  /external/llvm/lib/IR/
Statepoint.cpp 57 StatepointDirectives Result;
64 Result.StatepointID = StatepointID;
71 Result.NumPatchBytes = NumPatchBytes;
73 return Result;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp 30 unsigned Result = BaseT::getNumberOfRegisters(Vector);
34 Result = std::max(Result, 16u);
36 return Result;
  /external/skia/src/codec/
SkAndroidCodecAdapter.h 30 SkCodec::Result onGetAndroidPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
  /external/skqp/src/codec/
SkAndroidCodecAdapter.h 30 SkCodec::Result onGetAndroidPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 119 const SCEV *Result = SE.getAddRecExpr(Operands, L, SCEV::FlagAnyWrap);
127 Result = SE.getMinusSCEV(Result, TransformedStep);
135 assert(S == TransformSubExpr(Result, User, OperandValToReplace) &&
144 Result = SE.getMinusSCEV(Result, TransformedStep);
148 assert(S == TransformSubExpr(Result, User, OperandValToReplace) &&
154 Result = cast<SCEVAddRecExpr>(Result)->getPostIncExpr(SE);
157 return Result;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 50 /// By definition, this result is stateless and so remains valid.
89 /// Analysis pass providing a never-invalidated alias analysis result.
99 using Result = CFLAndersAAResult;
106 std::unique_ptr<CFLAndersAAResult> Result;
113 CFLAndersAAResult &getResult() { return *Result; }
114 const CFLAndersAAResult &getResult() const { return *Result; }
ObjCARCAliasAnalysis.h 50 /// By definition, this result is stateless and so remains valid.
66 /// Analysis pass providing a never-invalidated alias analysis result.
72 typedef ObjCARCAAResult Result;
79 std::unique_ptr<ObjCARCAAResult> Result;
86 ObjCARCAAResult &getResult() { return *Result; }
87 const ObjCARCAAResult &getResult() const { return *Result; }
PhiValues.h 108 using Result = PhiValues;
127 std::unique_ptr<PhiValues> Result;
133 PhiValues &getResult() { return *Result; }
134 const PhiValues &getResult() const { return *Result; }
ScopedNoAliasAA.h 30 /// A simple AA result which uses scoped-noalias metadata to answer queries.
37 /// By definition, this result is stateless and so remains valid.
51 /// Analysis pass providing a never-invalidated alias analysis result.
58 using Result = ScopedNoAliasAAResult;
65 std::unique_ptr<ScopedNoAliasAAResult> Result;
72 ScopedNoAliasAAResult &getResult() { return *Result; }
73 const ScopedNoAliasAAResult &getResult() const { return *Result; }
TypeBasedAliasAnalysis.h 31 /// A simple AA result that uses TBAA metadata to answer queries.
38 /// By definition, this result is stateless and so remains valid.
56 /// Analysis pass providing a never-invalidated alias analysis result.
63 using Result = TypeBasedAAResult;
70 std::unique_ptr<TypeBasedAAResult> Result;
77 TypeBasedAAResult &getResult() { return *Result; }
78 const TypeBasedAAResult &getResult() const { return *Result; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MIRPrinter.h 37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Result,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 69 LineNumberInfo Result;
71 Result.Offset = Address - StartAddress;
72 Result.LineNumber = Line.Line;
74 return Result;
82 iJIT_Method_Load Result;
83 memset(&Result, 0, sizeof(iJIT_Method_Load));
85 Result.method_id = Wrapper.iJIT_GetNewMethodID();
86 Result.method_name = const_cast<char*>(FnName);
87 Result.method_load_address = reinterpret_cast<void*>(FnStart);
88 Result.method_size = FnSize
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Statepoint.cpp 70 StatepointDirectives Result;
77 Result.StatepointID = StatepointID;
84 Result.NumPatchBytes = NumPatchBytes;
86 return Result;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp 30 unsigned Result = BaseT::getNumberOfRegisters(Vector);
34 Result = std::max(Result, 16u);
36 return Result;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-modextract/
llvm-modextract.cpp 62 SmallVector<char, 0> Result;
63 BitcodeWriter Writer(Result);
64 Result.append(Ms[ModuleIndex].getBuffer().begin(),
67 Out->os() << Result;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
LegacyAPIInteropTest.cpp 36 EXPECT_EQ(SymbolFlags.count(Foo), 1U) << "Missing lookupFlags result for foo";
37 EXPECT_EQ(SymbolFlags.count(Bar), 1U) << "Missing lookupFlags result for bar";
39 << "Incorrect lookupFlags result for Foo";
41 << "Incorrect lookupFlags result for Bar";
45 auto OnResolved = [&](Expected<SymbolMap> Result) {
47 EXPECT_TRUE(!!Result) << "Unexpected error";
48 EXPECT_EQ(Result->size(), 2U) << "Unexpected number of resolved symbols";
49 EXPECT_EQ(Result->count(Foo), 1U) << "Missing lookup result for foo";
50 EXPECT_EQ(Result->count(Bar), 1U) << "Missing lookup result for bar"
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringExtras.h 117 /// delimiters, appending the result fragments to the output list.
129 static inline unsigned HashString(StringRef Str, unsigned Result = 0) {
131 Result = Result * 33 + (unsigned char)Str[i];
132 return Result;
195 inline void join_items_impl(std::string &Result, Sep Separator) {}
198 inline void join_items_impl(std::string &Result, Sep Separator,
200 Result += Item;
204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
206 Result += A1
    [all...]
  /external/vogar/src/vogar/
Expectation.java 25 * The expected result of an action execution. This is typically encoded in the
29 * result UNSUPPORTED
34 * result COMPILE_FAILED
45 static final Expectation SUCCESS = new Expectation(Result.SUCCESS, MATCH_ALL_PATTERN,
51 /** The action's expected result, such as {@code EXEC_FAILED}. */
52 private final Result result; field in class:Expectation
69 public Expectation(Result result,
75 if (result == null || description == null || pattern == null)
    [all...]
  /external/vogar/src/vogar/target/
CaliperTargetRunner.java 22 import vogar.Result;
59 Result result = Result.EXEC_FAILED; local
64 result = Result.SUCCESS;
68 monitor.outcomeFinished(result);
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 323 std::string &Result);
328 virtual void RewriteMetaDataIntoBuffer(std::string &Result) = 0;
332 std::string &Result) = 0;
334 std::string &Result) = 0;
338 std::string &Result) = 0;
340 std::string &Result) = 0;
345 std::string &Result) = 0;
480 QualType getSimpleFunctionType(QualType result,
483 if (result == Context->getObjCInstanceType())
484 result = Context->getObjCIdType()
    [all...]

Completed in 535 milliseconds

1 2 3 4 5 6 7 891011>>