Searched refs:getAllocSizeArgs (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 237 std::pair<unsigned, Optional<unsigned>> Attribute::getAllocSizeArgs() const { in getAllocSizeArgs() function in Attribute 392 std::tie(ElemSize, NumElems) = getAllocSizeArgs(); in getAsString() 608 std::pair<unsigned, Optional<unsigned>> AttributeSet::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttributeSet 609 return SetNode ? SetNode->getAllocSizeArgs() in getAllocSizeArgs() 706 auto A = B.getAllocSizeArgs(); in get() 775 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttributeSetNode 778 return I.getAllocSizeArgs(); in getAllocSizeArgs() 1271 AttributeList::getAllocSizeArgs(unsigned Index) const { in getAllocSizeArgs() function in AttributeList 1272 return getAttributes(Index).getAllocSizeArgs(); in getAllocSizeArgs() 1404 std::pair<unsigned, Optional<unsigned>> AttrBuilder::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttrBuilder
|
D | AttributeImpl.h | 191 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
|
D | Verifier.cpp | 1740 Attrs.getAllocSizeArgs(AttributeList::FunctionIndex); in verifyFunctionAttrs()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 157 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 372 getAllocSizeArgs(unsigned Index) const; 531 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 161 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 279 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 615 getAllocSizeArgs(unsigned Index) const; 767 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 157 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 367 getAllocSizeArgs(unsigned Index) const; 534 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 220 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
|
D | AttributeImpl.h | 196 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
|
D | Verifier.cpp | 1563 Attrs.getAllocSizeArgs(AttributeSet::FunctionIndex); in verifyFunctionAttrs()
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 121 std::pair<unsigned, Optional<unsigned>> Args = Attr.getAllocSizeArgs(); in getAllocationData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 203 std::pair<unsigned, Optional<unsigned>> Args = Attr.getAllocSizeArgs(); in getAllocationSize()
|