Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h292 Type *getByValType() const;
791 Type *getByValType() const { return ByValType; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp418 if (ArgAttrs.getByValType()) { in promoteCall()