Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h344 Type *getByValType() const;
912 Type *getByValType() const { return getTypeAttr(Attribute::ByVal); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp493 if (ArgAttrs.getByValType()) in promoteCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp695 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet
1440 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
H A DVerifier.cpp1773 Assert(Attrs.getByValType()->isSized(&Visited), in verifyParameterAttrs()
1802 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) { in verifyParameterAttrs()
1803 Assert(Attrs.getByValType() == PTy->getElementType(), in verifyParameterAttrs()
H A DFunction.cpp164 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType()