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.h449 LLVM_ABI Type *getInAllocaType() const;
1203 Type *getInAllocaType() const { return getTypeAttr(Attribute::InAlloca); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp538 if (ArgAttrs.getInAllocaType()) in promoteCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp194 if (Type *InAllocaTy = ParamAttrs.getInAllocaType()) in getMemoryParamAllocType()
H A DAttributes.cpp1166 Type *AttributeSet::getInAllocaType() const { in getInAllocaType() function in AttributeSet
1940 return getAttributes(Index + FirstArgIndex).getInAllocaType(); in getParamInAllocaType()
H A DVerifier.cpp2119 Check(Attrs.getInAllocaType()->isSized(&Visited), in verifyParameterAttrs()
2121 Check(DL.getTypeAllocSize(Attrs.getInAllocaType()).getKnownMinValue() < in verifyParameterAttrs()