Searched refs:getParamInAllocaType (Results 1 – 9 of 9) sorted by relevance
117 Type *getParamInAllocaType() const;
459 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function460 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
1779 Type *getParamInAllocaType(unsigned ArgNo) const {1780 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))1783 return F->getAttributes().getParamInAllocaType(ArgNo);
854 Type *getParamInAllocaType(unsigned ArgNo) const;
522 ArgAttrs.addInAllocaAttr(Callee->getParamInAllocaType(ArgNo)); in promoteCall()
215 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument217 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
1530 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
212 ElementTy = FuncInfo.getParamInAllocaType(ParamIdx); in setArgFlags()
136 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()