Home
last modified time | relevance | path

Searched refs:getAllocSizeArgs (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h157 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
372 getAllocSizeArgs(unsigned Index) const;
531 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
/external/llvm/include/llvm/IR/
DAttributes.h157 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
367 getAllocSizeArgs(unsigned Index) const;
534 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
/external/llvm/lib/IR/
DAttributes.cpp220 std::pair<unsigned, Optional<unsigned>> Attribute::getAllocSizeArgs() const { in getAllocSizeArgs() function in Attribute
363 std::tie(ElemSize, NumElems) = getAllocSizeArgs(); in getAsString()
627 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttributeSetNode
630 return I.getAllocSizeArgs(); in getAllocSizeArgs()
787 auto A = B.getAllocSizeArgs(); in get()
1159 AttributeSet::getAllocSizeArgs(unsigned Index) const { in getAllocSizeArgs() function in AttributeSet
1161 return ASN ? ASN->getAllocSizeArgs() : std::make_pair(0, 0); in getAllocSizeArgs()
1345 std::pair<unsigned, Optional<unsigned>> AttrBuilder::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttrBuilder
DAttributeImpl.h196 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
DVerifier.cpp1563 Attrs.getAllocSizeArgs(AttributeSet::FunctionIndex); in verifyFunctionAttrs()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp121 std::pair<unsigned, Optional<unsigned>> Args = Attr.getAllocSizeArgs(); in getAllocationData()