Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h375 Type *getByValType() const;
1089 Type *getByValType() const { return getTypeAttr(Attribute::ByVal); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp520 if (ArgAttrs.getByValType()) in promoteCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp815 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet
1544 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
H A DFunction.cpp185 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType()
H A DVerifier.cpp1961 Check(Attrs.getByValType()->isSized(&Visited), in verifyParameterAttrs()