Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DArgument.h117 Type *getParamInAllocaType() const;
H A DFunction.h511 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function
512 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
H A DAttributes.h703 Type *getParamInAllocaType(unsigned ArgNo) const;
H A DInstrTypes.h1736 Type *getParamInAllocaType(unsigned ArgNo) const {
1737 return Attrs.getParamInAllocaType(ArgNo);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp222 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument
224 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
H A DAttributes.cpp1635 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp136 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()