Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h292 Type *getByValType() const;
791 Type *getByValType() const { return ByValType; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp686 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet
687 return SetNode ? SetNode->getByValType() : nullptr; in getByValType()
779 Attr = Attribute::getWithByValType(C, B.getByValType()); in get()
852 Type *AttributeSetNode::getByValType() const { in getByValType() function in AttributeSetNode
1360 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
DAttributeImpl.h217 Type *getByValType() const;
DVerifier.cpp1652 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) { in verifyParameterAttrs()
1653 Assert(Attrs.getByValType() == cast<PointerType>(Ty)->getElementType(), in verifyParameterAttrs()
/external/llvm-project/llvm/lib/IR/
DAttributeImpl.h256 Type *getByValType() const;
DAttributes.cpp758 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet
759 return SetNode ? SetNode->getByValType() : nullptr; in getByValType()
860 Attr = Attribute::getWithByValType(C, B.getByValType()); in get()
948 Type *AttributeSetNode::getByValType() const { in getByValType() function in AttributeSetNode
1484 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
DFunction.cpp155 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType()
DVerifier.cpp1785 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) { in verifyParameterAttrs()
1786 Assert(Attrs.getByValType() == PTy->getElementType(), in verifyParameterAttrs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp418 if (ArgAttrs.getByValType()) { in promoteCall()
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h317 Type *getByValType() const;
849 Type *getByValType() const { return ByValType; }
/external/llvm-project/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp497 if (ArgAttrs.getByValType()) { in promoteCall()