/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 41 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,
|
D | Function.h | 274 return paramHasAttr(1, Attribute::StructRet);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | IndirectionUtilsTest.cpp | 28 AttrBuilder().addAttribute(Attribute::StructRet)), in TEST()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | IndirectionUtilsTest.cpp | 26 AttrBuilder().addAttribute(Attribute::StructRet))); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 49 if (Attrs & Attribute::StructRet) in getAsString() 104 Incompatible |= ByVal | Nest | NoAlias | StructRet | NoCapture; in typeIncompatible()
|
D | Function.cpp | 116 return getParent()->paramHasAttr(1, Attribute::StructRet); in hasStructRetAttr()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 49 StructRet, 106 .Case("sret", Attribute::StructRet) 379 return llvm::Attribute::StructRet;
|
D | Function.h | 418 return AttributeSets.hasAttribute(1, Attribute::StructRet) || in hasStructRetAttr() 419 AttributeSets.hasAttribute(2, Attribute::StructRet); in hasStructRetAttr()
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 49 StructRet, 106 .Case("sret", Attribute::StructRet) 379 return llvm::Attribute::StructRet;
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Attributes.gen | 49 StructRet, 106 .Case("sret", Attribute::StructRet) 379 return llvm::Attribute::StructRet;
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 49 StructRet, 106 .Case("sret", Attribute::StructRet) 379 return llvm::Attribute::StructRet;
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 49 StructRet, 106 .Case("sret", Attribute::StructRet) 379 return llvm::Attribute::StructRet;
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 49 StructRet, 106 .Case("sret", Attribute::StructRet) 379 return llvm::Attribute::StructRet;
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 395 return AttributeSets.hasAttribute(1, Attribute::StructRet) || 396 AttributeSets.hasAttribute(2, Attribute::StructRet);
|
D | Attributes.td | 150 def StructRet : EnumAttr<"sret">;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 55 StructRet, 118 .Case("sret", Attribute::StructRet) 421 return llvm::Attribute::StructRet;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 55 StructRet, 118 .Case("sret", Attribute::StructRet) 421 return llvm::Attribute::StructRet;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Function.h | 566 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) || in hasStructRetAttr() 567 AttributeSets.hasParamAttribute(1, Attribute::StructRet); in hasStructRetAttr()
|
D | Attributes.td | 165 def StructRet : EnumAttr<"sret">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 72 if (Attrs.hasAttribute(OpIdx, Attribute::StructRet)) in setArgFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 885 F->removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments() 889 CS.removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments()
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 294 .removeAttribute(F->getContext(), ArgNo + 1, Attribute::StructRet) in PromoteArguments() 301 Attribute::StructRet) in PromoteArguments()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 311 if (hasAttribute(Attribute::StructRet)) in getAsString() 478 case Attribute::StructRet: return 1 << 4; in getAttrMask() 1565 .addAttribute(Attribute::StructRet) in typeIncompatible()
|
D | Verifier.cpp | 1339 !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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 337 Arg.hasAttribute(Attribute::StructRet) || in lowerFormalArguments()
|