HomeSort by relevance Sort by last modified time
    Searched refs:Returned (Results 1 - 20 of 20) sorted by null

  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectTransformLayerTest.cpp 76 void verifyAddObjectSet(ObjSetHandleT Returned) {
78 EXPECT_EQ(MockObjSetHandle, Returned) << "Return should pass through";
103 void verifyFindSymbol(llvm::orc::JITSymbol Returned) {
105 EXPECT_EQ(MockSymbol.getAddress(), Returned.getAddress())
125 void verifyFindSymbolIn(llvm::orc::JITSymbol Returned) {
127 EXPECT_EQ(MockSymbol.getAddress(), Returned.getAddress())
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeReturned.cpp 1 //===-- WebAssemblyOptimizeReturned.cpp - Optimize "returned" attributes --===//
11 /// \brief Optimize calls with "returned" attributes for WebAssembly.
22 #define DEBUG_TYPE "wasm-optimize-returned"
28 return "WebAssembly Optimize Returned";
57 if (CS.paramHasAttr(1 + i, Attribute::Returned)) {
  /external/v8/test/webkit/
dfg-getter-throw.js 34 return "Returned result: " + foo(o);
48 shouldBe("bar(o)", i < 100 ? "\"Returned result: " + i + "\"" : "\"Threw exception: Oh hi, I'm an exception!\"");
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 41 static const uint64_t Returned = 1ULL<<6; ///< Always returned
85 bool isReturned() const { return Flags & Returned; }
  /external/libunwind/doc/
unw_step.tex 27 negative value of one of the error-codes below is returned.
47 \item[\Const{UNW\_ESTOPUNWIND}] Returned if a call to
48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
50 In addition, \Func{unw\_step}() may return any error returned by the
  /external/llvm/lib/CodeGen/
Analysis.cpp 231 /// similar information for the Value returned.
281 if (cast<CallInst>(I)->paramHasAttr(attrInd, Attribute::Returned) &&
292 if (cast<InvokeInst>(I)->paramHasAttr(attrInd, Attribute::Returned) &&
342 // call. In the simple case with no "returned" attribute, the hope is actually
347 // If this slot in the value returned is undef, it doesn't matter what the
353 // actually returned by the "tail call" comes from. In the simple case without
354 // a "returned" attribute, the search will be blocked immediately and the loop
582 // Nothing's actually returned, it doesn't matter what the callee put there
  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 63 @ Values Returned : NONE
261 @ Values Returned : NONE
450 @ Values Returned : NONE
598 @ Values Returned : NONE
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 104 /// This means that F calls G, and F returns the value returned by G.
435 // The value is returned from a function. It's only live when the
745 // Keep track of if we have a live 'returned' argument
769 if (B.contains(Attribute::Returned))
790 // If there is a function with a live 'returned' argument but a dead return
792 // 1) Eliminate the return value and take off the 'returned' attribute on the
794 // 2) Retain the 'returned' attribute and treat the return value (but not the
799 // is free to use the 'returned' attribute to do things like eliding
804 // Fortunately, the only places where 'returned' is currently generated by
805 // the FE are places where 'returned' is basically free and almost always
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winevt.h 455 PDWORD Returned
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 179 SIGNED_NORMALIZED, which will be returned accordingly. This is the
192 Returned by the <params> parameter of GetTexLevelParameter:
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
Attributes.cpp 251 if (hasAttribute(Attribute::Returned))
252 return "returned";
442 case Attribute::Returned: return 1ULL << 39;
    [all...]
Function.cpp 161 /// hasReturnedAttr - Return true if this argument has the returned attribute on
165 hasAttribute(getArgNo()+1, Attribute::Returned);
515 /// IIT_Info - These are enumerators that describe the entries returned by the
    [all...]
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 960 @* Values Returned : NONE
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 90 IsReturned = CS->paramHasAttr(AttrIdx, Attribute::Returned);
    [all...]
TargetLowering.cpp 79 isReturned = CS->paramHasAttr(AttrIdx, Attribute::Returned);
237 /// current function. The returned value is a member of the
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 233 case Attribute::Returned:
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 995 milliseconds