Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h412 Type *getInAllocaType() const;
1146 Type *getInAllocaType() const { return getTypeAttr(Attribute::InAlloca); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp535 if (ArgAttrs.getInAllocaType()) in promoteCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp957 Type *AttributeSet::getInAllocaType() const { in getInAllocaType() function in AttributeSet
1697 return getAttributes(Index + FirstArgIndex).getInAllocaType(); in getParamInAllocaType()
H A DFunction.cpp201 if (Type *InAllocaTy = ParamAttrs.getInAllocaType()) in getMemoryParamAllocType()
H A DVerifier.cpp2040 Check(Attrs.getInAllocaType()->isSized(&Visited), in verifyParameterAttrs()
2042 Check(DL.getTypeAllocSize(Attrs.getInAllocaType()).getKnownMinValue() < in verifyParameterAttrs()