Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DArgument.h116 Type *getParamInAllocaType() const;
H A DFunction.h460 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function
461 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
H A DInstrTypes.h1769 Type *getParamInAllocaType(unsigned ArgNo) const {
1770 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))
1773 return F->getAttributes().getParamInAllocaType(ArgNo);
H A DAttributes.h841 Type *getParamInAllocaType(unsigned ArgNo) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp510 ArgAttrs.addInAllocaAttr(Callee->getParamInAllocaType(ArgNo)); in promoteCall()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DAttributesTest.cpp293 ASSERT_TRUE(I->getParamInAllocaType(0)); in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp220 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument
222 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
H A DAttributes.cpp1456 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp197 ElementTy = FuncInfo.getParamInAllocaType(ParamIdx); in setArgFlags()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp135 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()