Searched refs:getParamByValType (Results 1 – 17 of 17) sorted by relevance
108 Type *getParamByValType() const;
501 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function502 return AttributeSets.getParamByValType(ArgNo); in getParamByValType()
691 Type *getParamByValType(unsigned ArgNo) const;
1731 Type *getParamByValType(unsigned ArgNo) const {1732 return Attrs.getParamByValType(ArgNo);
494 Type *NewTy = Callee->getParamByValType(ArgNo); in promoteCall()
207 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument209 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
1619 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType() function in AttributeList
1690 ? DL.getTypeAllocSize(FArg.getParamByValType()) in getShadow()1705 MaybeAlign(FArg.getParamAlignment()), FArg.getParamByValType()); in getShadow()3684 Size = DL.getTypeAllocSize(CB.getParamByValType(i)); in visitCallBase()4205 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()4821 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()
688 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
1476 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()3074 Type *Ty = Arg.getParamByValType(); in copyArgsPassedByValToAllocas()
996 PtrArg->hasByValAttr() ? PtrArg->getParamByValType() : nullptr; in promoteArguments()
1049 EnumerateType(I.getParamByValType()); in incorporateFunction()
407 UI, Ptr, DL.getTypeStoreSize(CB.getParamByValType(ArgNo)))); in analyzeAllUses()
2447 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); in getCallsiteCost()
2033 ? Call.getParamByValType(ix) in isSafeToEliminateVarargsCast()2570 Type *CurElTy = Call.getParamByValType(i); in transformConstExprCastCall()
130 IndirectType = Call->getParamByValType(ArgIdx); in setAttributes()
10032 FinalType = Arg.getParamByValType(); in LowerArguments()