Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h117 Type *getParamInAllocaType() const;
H A DFunction.h512 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function
513 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
H A DInstrTypes.h1736 Type *getParamInAllocaType(unsigned ArgNo) const {
1737 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))
1740 return F->getAttributes().getParamInAllocaType(ArgNo);
H A DAttributes.h710 Type *getParamInAllocaType(unsigned ArgNo) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp221 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument
223 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
H A DAttributes.cpp1455 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp133 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()