/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 170 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 293 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 639 getAllocSizeArgs(unsigned Index) const; 795 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 270 std::pair<unsigned, Optional<unsigned>> Attribute::getAllocSizeArgs() const { in getAllocSizeArgs() function in Attribute 448 std::tie(ElemSize, NumElems) = getAllocSizeArgs(); in getAsString() 690 std::pair<unsigned, Optional<unsigned>> AttributeSet::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttributeSet 691 return SetNode ? SetNode->getAllocSizeArgs() in getAllocSizeArgs() 798 auto A = B.getAllocSizeArgs(); in get() 874 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttributeSetNode 877 return I.getAllocSizeArgs(); in getAllocSizeArgs() 1376 AttributeList::getAllocSizeArgs(unsigned Index) const { in getAllocSizeArgs() function in AttributeList 1377 return getAttributes(Index).getAllocSizeArgs(); in getAllocSizeArgs() 1516 std::pair<unsigned, Optional<unsigned>> AttrBuilder::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttrBuilder
|
D | AttributeImpl.h | 215 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
|
D | Verifier.cpp | 1823 Attrs.getAllocSizeArgs(AttributeList::FunctionIndex); in verifyFunctionAttrs()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 197 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 321 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 687 getAllocSizeArgs(unsigned Index) const; 862 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-project/llvm/lib/IR/ |
D | Attributes.cpp | 325 std::pair<unsigned, Optional<unsigned>> Attribute::getAllocSizeArgs() const { in getAllocSizeArgs() function in Attribute 521 std::tie(ElemSize, NumElems) = getAllocSizeArgs(); in getAsString() 770 std::pair<unsigned, Optional<unsigned>> AttributeSet::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttributeSet 771 return SetNode ? SetNode->getAllocSizeArgs() in getAllocSizeArgs() 888 auto A = B.getAllocSizeArgs(); in get() 985 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttributeSetNode 987 return A->getAllocSizeArgs(); in getAllocSizeArgs() 1512 AttributeList::getAllocSizeArgs(unsigned Index) const { in getAllocSizeArgs() function in AttributeList 1513 return getAttributes(Index).getAllocSizeArgs(); in getAllocSizeArgs() 1658 std::pair<unsigned, Optional<unsigned>> AttrBuilder::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttrBuilder
|
D | AttributeImpl.h | 254 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
|
D | Verifier.cpp | 1947 Attrs.getAllocSizeArgs(AttributeList::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-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 422 std::tie(SizeArg, NEltArg) = FnAttrs.getAllocSizeArgs(); in wrapInvoke()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 215 std::pair<unsigned, Optional<unsigned>> Args = Attr.getAllocSizeArgs(); in getAllocationSize()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 444 std::tie(SizeArg, NEltArg) = FnAttrs.getAllocSizeArgs(); in wrapInvoke()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 217 std::pair<unsigned, Optional<unsigned>> Args = Attr.getAllocSizeArgs(); in getAllocationSize()
|