Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DArgument.h117 Type *getParamInAllocaType() const;
H A DFunction.h459 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function
460 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
H A DInstrTypes.h1779 Type *getParamInAllocaType(unsigned ArgNo) const {
1780 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))
1783 return F->getAttributes().getParamInAllocaType(ArgNo);
H A DAttributes.h854 Type *getParamInAllocaType(unsigned ArgNo) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp522 ArgAttrs.addInAllocaAttr(Callee->getParamInAllocaType(ArgNo)); in promoteCall()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp215 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument
217 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
H A DAttributes.cpp1530 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp212 ElementTy = FuncInfo.getParamInAllocaType(ParamIdx); in setArgFlags()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp136 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()