Searched refs:getParamInAllocaType (Results 1 – 9 of 9) sorted by relevance
132 LLVM_ABI Type *getParamInAllocaType() const;
506 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function507 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
1814 Type *getParamInAllocaType(unsigned ArgNo) const {1815 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))1818 return F->getAttributes().getParamInAllocaType(ArgNo);
941 LLVM_ABI Type *getParamInAllocaType(unsigned ArgNo) const;
240 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument242 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
1939 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
539 ArgAttrs.addInAllocaAttr(Callee->getParamInAllocaType(ArgNo)); in promoteCall()
242 ElementTy = FuncInfo.getParamInAllocaType(ParamIdx); in setArgFlags()
146 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()