Home
last modified time | relevance | path

Searched refs:getParamInAllocaType (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDArgument.h128 Type *getParamInAllocaType() const;
HDFunction.h498 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function
499 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
HDInstrTypes.h1874 Type *getParamInAllocaType(unsigned ArgNo) const {
1875 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))
1878 return F->getAttributes().getParamInAllocaType(ArgNo);
HDAttributes.h900 Type *getParamInAllocaType(unsigned ArgNo) const;
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCallPromotionUtils.cpp536 ArgAttrs.addInAllocaAttr(Callee->getParamInAllocaType(ArgNo)); in promoteCall()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp247 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument
249 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
HDAttributes.cpp1696 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCallLowering.cpp243 ElementTy = FuncInfo.getParamInAllocaType(ParamIdx); in setArgFlags()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp138 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()