Lines Matching refs:Argument

87 Argument::Argument(Type *Ty, const Twine &Name, Function *Par, unsigned ArgNo)  in Argument()  function in Argument
92 void Argument::setParent(Function *parent) { in setParent()
96 bool Argument::hasNonNullAttr(bool AllowUndefOrPoison) const { in hasNonNullAttr()
109 bool Argument::hasByValAttr() const { in hasByValAttr()
114 bool Argument::hasByRefAttr() const { in hasByRefAttr()
120 bool Argument::hasSwiftSelfAttr() const { in hasSwiftSelfAttr()
124 bool Argument::hasSwiftErrorAttr() const { in hasSwiftErrorAttr()
128 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr()
133 bool Argument::hasPreallocatedAttr() const { in hasPreallocatedAttr()
139 bool Argument::hasPassPointeeByValueCopyAttr() const { in hasPassPointeeByValueCopyAttr()
147 bool Argument::hasPointeeInMemoryValueAttr() const { in hasPointeeInMemoryValueAttr()
177 uint64_t Argument::getPassPointeeByValueCopySize(const DataLayout &DL) const { in getPassPointeeByValueCopySize()
185 Type *Argument::getPointeeInMemoryValueType() const { in getPointeeInMemoryValueType()
191 MaybeAlign Argument::getParamAlign() const { in getParamAlign()
196 MaybeAlign Argument::getParamStackAlign() const { in getParamStackAlign()
200 Type *Argument::getParamByValType() const { in getParamByValType()
205 Type *Argument::getParamStructRetType() const { in getParamStructRetType()
210 Type *Argument::getParamByRefType() const { in getParamByRefType()
215 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType()
220 uint64_t Argument::getDereferenceableBytes() const { in getDereferenceableBytes()
226 uint64_t Argument::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes()
232 bool Argument::hasNestAttr() const { in hasNestAttr()
237 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr()
242 bool Argument::hasNoCaptureAttr() const { in hasNoCaptureAttr()
247 bool Argument::hasNoFreeAttr() const { in hasNoFreeAttr()
252 bool Argument::hasStructRetAttr() const { in hasStructRetAttr()
257 bool Argument::hasInRegAttr() const { in hasInRegAttr()
261 bool Argument::hasReturnedAttr() const { in hasReturnedAttr()
265 bool Argument::hasZExtAttr() const { in hasZExtAttr()
269 bool Argument::hasSExtAttr() const { in hasSExtAttr()
273 bool Argument::onlyReadsMemory() const { in onlyReadsMemory()
279 void Argument::addAttrs(AttrBuilder &B) { in addAttrs()
285 void Argument::addAttr(Attribute::AttrKind Kind) { in addAttr()
289 void Argument::addAttr(Attribute Attr) { in addAttr()
293 void Argument::removeAttr(Attribute::AttrKind Kind) { in removeAttr()
297 void Argument::removeAttrs(const AttributeMask &AM) { in removeAttrs()
303 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
307 Attribute Argument::getAttribute(Attribute::AttrKind Kind) const { in getAttribute()
439 Arguments = std::allocator<Argument>().allocate(NumArgs); in BuildLazyArguments()
443 new (Arguments + i) Argument(ArgTy, "", const_cast<Function *>(this), i); in BuildLazyArguments()
454 static MutableArrayRef<Argument> makeArgArray(Argument *Args, size_t Count) { in makeArgArray()
455 return MutableArrayRef<Argument>(Args, Count); in makeArgArray()
471 for (Argument &A : makeArgArray(Arguments, NumArgs)) { in clearArguments()
473 A.~Argument(); in clearArguments()
475 std::allocator<Argument>().deallocate(Arguments, NumArgs); in clearArguments()
485 [](const Argument &A) { return A.use_empty(); }) && in stealArgumentListFrom()
499 for (Argument &A : makeArgArray(Arguments, NumArgs)) { in stealArgumentListFrom()
1227 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Argument, ArgInfo)); in DecodeIITType()
1400 case IITDescriptor::Argument: in DecodeFixedType()
1589 assert((Infos.front().Kind != IITDescriptor::Argument || in matchIntrinsicType()
1609 case IITDescriptor::Argument: in matchIntrinsicType()