Home
last modified time | relevance | path

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

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