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.h132 LLVM_ABI Type *getParamInAllocaType() const;
H A DFunction.h506 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function
507 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
H A DInstrTypes.h1814 Type *getParamInAllocaType(unsigned ArgNo) const {
1815 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))
1818 return F->getAttributes().getParamInAllocaType(ArgNo);
H A DAttributes.h941 LLVM_ABI Type *getParamInAllocaType(unsigned ArgNo) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp240 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument
242 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
H A DAttributes.cpp1939 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp539 ArgAttrs.addInAllocaAttr(Callee->getParamInAllocaType(ArgNo)); in promoteCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp242 ElementTy = FuncInfo.getParamInAllocaType(ParamIdx); in setArgFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp146 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()