Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h379 Type *getInAllocaType() const;
1103 Type *getInAllocaType() const { return getTypeAttr(Attribute::InAlloca); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp522 if (ArgAttrs.getInAllocaType()) in promoteCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp827 Type *AttributeSet::getInAllocaType() const { in getInAllocaType() function in AttributeSet
1560 return getAttributes(Index + FirstArgIndex).getInAllocaType(); in getParamInAllocaType()
H A DFunction.cpp191 if (Type *InAllocaTy = ParamAttrs.getInAllocaType()) in getMemoryParamAllocType()
H A DVerifier.cpp1971 Check(Attrs.getInAllocaType()->isSized(&Visited), in verifyParameterAttrs()