Home
last modified time | relevance | path

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

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