Searched refs:Returned (Results 1 - 15 of 15) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h40 static const uint64_t Returned = 1ULL<<6; ///< Always returned member in struct:llvm::ISD::ArgFlagsTy
84 bool isReturned() const { return Flags & Returned; }
/external/libunwind/doc/
H A Dunw_step.tex47 \item[\Const{UNW\_ESTOPUNWIND}] Returned if a call to
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp268 if (cast<CallInst>(I)->paramHasAttr(attrInd, Attribute::Returned) &&
279 if (cast<InvokeInst>(I)->paramHasAttr(attrInd, Attribute::Returned) &&
/external/llvm/include/llvm/IR/
H A DAttributes.h98 Returned, ///< Return value is always equal to this argument enumerator in enum:llvm::Attribute::AttrKind
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp724 if (B.contains(Attribute::Returned))
899 if (NRetTy != RetTy && B.contains(Attribute::Returned))
900 B.removeAttribute(Attribute::Returned);
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec192 Returned by the <params> parameter of GetTexLevelParameter:
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec192 Returned by the <params> parameter of GetTexLevelParameter:
/external/llvm/lib/IR/
H A DAttributes.cpp214 if (hasAttribute(Attribute::Returned))
394 case Attribute::Returned: return 1ULL << 39;
H A DVerifier.cpp812 !Attrs.hasAttribute(Idx, Attribute::Returned) &&
833 Attrs.hasAttribute(Idx, Attribute::Returned)), "Attributes "
899 if (Attrs.hasAttribute(Idx, Attribute::Returned)) {
1575 if (Attrs.hasAttribute(Idx, Attribute::Returned))
1589 if (Attrs.hasAttribute(Idx, Attribute::Returned)) {
1634 Attribute::InReg, Attribute::Returned};
H A DFunction.cpp154 hasAttribute(getArgNo()+1, Attribute::Returned);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp218 case Attribute::Returned:
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp837 // Add the Returned attribute for "this", except for iOS 5 and earlier
847 F->addAttribute(1, llvm::Attribute::Returned);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp606 return Attribute::Returned;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp79 isReturned = CS->paramHasAttr(AttrIdx, Attribute::Returned);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp1295 case lltok::kw_returned: B.addAttribute(Attribute::Returned); break;

Completed in 348 milliseconds