Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h377 Type *getInAllocaType() const;
1153 Type *getInAllocaType() const { return getTypeAttr(Attribute::InAlloca); }
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp521 if (ArgAttrs.getInAllocaType()) in promoteCall()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp808 Type *AttributeSet::getInAllocaType() const { in getInAllocaType() function in AttributeSet
1531 return getAttributes(Index + FirstArgIndex).getInAllocaType(); in getParamInAllocaType()
H A DFunction.cpp169 if (Type *InAllocaTy = ParamAttrs.getInAllocaType()) in getMemoryParamAllocType()
H A DVerifier.cpp1891 Check(Attrs.getInAllocaType()->isSized(&Visited), in verifyParameterAttrs()
1922 Check(Attrs.getInAllocaType() == PTy->getNonOpaquePointerElementType(), in verifyParameterAttrs()