Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h41 const Attributes StructRet = 1<<4; ///< Hidden pointer to structure to return variable
88 const Attributes ParameterOnly = ByVal | Nest | StructRet | NoCapture;
98 const Attributes VarArgsIncompatible = StructRet;
102 ByVal | InReg | Nest | StructRet,
DFunction.h274 return paramHasAttr(1, Attribute::StructRet);
DInstructions.h1315 return paramHasAttr(1, Attribute::StructRet);
2787 return paramHasAttr(1, Attribute::StructRet);
/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp26 AttrBuilder().addAttribute(Attribute::StructRet))); in TEST()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp49 if (Attrs & Attribute::StructRet) in getAsString()
104 Incompatible |= ByVal | Nest | NoAlias | StructRet | NoCapture; in typeIncompatible()
DFunction.cpp116 return getParent()->paramHasAttr(1, Attribute::StructRet); in hasStructRetAttr()
DVerifier.cpp598 if (Attr.Attrs & Attribute::StructRet) in VerifyFunctionAttrs()
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen49 StructRet,
106 .Case("sret", Attribute::StructRet)
379 return llvm::Attribute::StructRet;
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen49 StructRet,
106 .Case("sret", Attribute::StructRet)
379 return llvm::Attribute::StructRet;
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen49 StructRet,
106 .Case("sret", Attribute::StructRet)
379 return llvm::Attribute::StructRet;
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen49 StructRet,
106 .Case("sret", Attribute::StructRet)
379 return llvm::Attribute::StructRet;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc49 StructRet,
106 .Case("sret", Attribute::StructRet)
379 return llvm::Attribute::StructRet;
DFunction.h418 return AttributeSets.hasAttribute(1, Attribute::StructRet) || in hasStructRetAttr()
419 AttributeSets.hasAttribute(2, Attribute::StructRet); in hasStructRetAttr()
/external/llvm/include/llvm/IR/
DFunction.h395 return AttributeSets.hasAttribute(1, Attribute::StructRet) ||
396 AttributeSets.hasAttribute(2, Attribute::StructRet);
DAttributes.td150 def StructRet : EnumAttr<"sret">;
DInstructions.h1798 return paramHasAttr(1, Attribute::StructRet);
3762 return paramHasAttr(1, Attribute::StructRet);
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp294 .removeAttribute(F->getContext(), ArgNo + 1, Attribute::StructRet) in PromoteArguments()
301 Attribute::StructRet) in PromoteArguments()
/external/llvm/lib/IR/
DAttributes.cpp311 if (hasAttribute(Attribute::StructRet)) in getAsString()
478 case Attribute::StructRet: return 1 << 4; in getAttrMask()
1565 .addAttribute(Attribute::StructRet) in typeIncompatible()
DVerifier.cpp1339 !Attrs.hasAttribute(Idx, Attribute::StructRet) && in verifyParameterAttrs()
1355 AttrCount += Attrs.hasAttribute(Idx, Attribute::StructRet) || in verifyParameterAttrs()
1368 Assert(!(Attrs.hasAttribute(Idx, Attribute::StructRet) && in verifyParameterAttrs()
1479 if (Attrs.hasAttribute(Idx, Attribute::StructRet)) { in verifyFunctionAttrs()
2587 Assert(!Attrs.hasAttribute(Idx, Attribute::StructRet), in verifyCallSite()
2666 Attribute::StructRet, Attribute::ByVal, Attribute::InAlloca, in getParameterABIAttributes()
DFunction.cpp161 return hasAttribute(Attribute::StructRet); in hasStructRetAttr()
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h228 add(Attribute::StructRet, FunctionParameterAttributeSret); in init()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2343 CS.paramHasAttr(AttrInd, Attribute::StructRet) || in SelectCall()
3012 F->getAttributes().hasAttribute(Idx, Attribute::StructRet) || in fastLowerArguments()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp905 case lltok::kw_sret: Attrs |= Attribute::StructRet; break; in ParseOptionalAttrs()
2695 if (PAL.paramHasAttr(1, Attribute::StructRet) && !RetType->isVoidTy()) in ParseFunctionHeader()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2917 F->getAttributes().hasAttribute(Idx, Attribute::StructRet) || in fastLowerArguments()
2999 if (CS->arg_empty() || !CS->paramHasAttr(1, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp456 HANDLE_ATTR(StructRet); in printAttributes()

12