Home
last modified time | relevance | path

Searched refs:StructRet (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/IR/
DVerifier.cpp664 !Attrs.hasAttribute(Idx, Attribute::StructRet) && in VerifyParameterAttrs()
673 Attrs.hasAttribute(Idx, Attribute::StructRet)) || in VerifyParameterAttrs()
675 Attrs.hasAttribute(Idx, Attribute::StructRet))), "Attributes " in VerifyParameterAttrs()
741 if (Attrs.hasAttribute(Index, Attribute::StructRet)) in VerifyFunctionAttrs()
764 Attribute::StructRet)) || in VerifyFunctionAttrs()
768 Attribute::StructRet))), in VerifyFunctionAttrs()
1367 Assert1(!Attrs.hasAttribute(Idx, Attribute::StructRet), in VerifyCallSite()
DAttributes.cpp208 if (hasAttribute(Attribute::StructRet)) in getAsString()
367 case Attribute::StructRet: return 1 << 4; in getAttrMask()
1177 .addAttribute(Attribute::StructRet); in typeIncompatible()
DFunction.cpp124 hasAttribute(1, Attribute::StructRet); in hasStructRetAttr()
/external/llvm/include/llvm/IR/
DFunction.h285 return AttributeSets.hasAttribute(1, Attribute::StructRet);
DAttributes.h99 StructRet, ///< Hidden pointer to structure to return enumerator
DInstructions.h1343 return paramHasAttr(1, Attribute::StructRet);
3075 return paramHasAttr(1, Attribute::StructRet);
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1552 F->getAttributes().hasAttribute(Idx, Attribute::StructRet) || in FastLowerArguments()
1628 if (!CS.paramHasAttr(1, Attribute::StructRet)) in computeBytesPoppedByCallee()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1114 if (PAttrs.hasAttribute(Index, Attribute::StructRet)) in transformConstExprCastCall()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2356 CS.paramHasAttr(AttrInd, Attribute::StructRet) || in SelectCall()
2916 F->getAttributes().hasAttribute(Idx, Attribute::StructRet) || in FastLowerArguments()
/external/llvm/lib/AsmParser/
DLLParser.cpp1159 case lltok::kw_sret: B.addAttribute(Attribute::StructRet); break; in ParseOptionalParamAttrs()
3006 if (PAL.hasAttribute(1, Attribute::StructRet) && !RetType->isVoidTy()) in ParseFunctionHeader()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp491 HANDLE_ATTR(StructRet); in printAttributes()
/external/clang/lib/CodeGen/
DCGCall.cpp1069 SRETAttrs.addAttribute(llvm::Attribute::StructRet); in ConstructAttributeList()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5256 Entry.isSRet = CS.paramHasAttr(attrInd, Attribute::StructRet); in LowerCallTo()
6634 if (F.getAttributes().hasAttribute(Idx, Attribute::StructRet)) in LowerArguments()