Home
last modified time | relevance | path

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

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