Home
last modified time | relevance | path

Searched refs:getInAllocaType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h372 Type *getInAllocaType() const;
1140 Type *getInAllocaType() const { return getTypeAttr(Attribute::InAlloca); }
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp509 if (ArgAttrs.getInAllocaType()) in promoteCall()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp738 Type *AttributeSet::getInAllocaType() const { in getInAllocaType() function in AttributeSet
1457 return getAttributes(Index + FirstArgIndex).getInAllocaType(); in getParamInAllocaType()
H A DFunction.cpp169 if (Type *InAllocaTy = ParamAttrs.getInAllocaType()) in getMemoryParamAllocType()
H A DVerifier.cpp1857 Check(Attrs.getInAllocaType()->isSized(&Visited), in verifyParameterAttrs()
1888 Check(Attrs.getInAllocaType() == PTy->getNonOpaquePointerElementType(), in verifyParameterAttrs()