Searched refs:CustomCallAttrEncoding (Results 1 – 2 of 2) sorted by relevance
117 struct CustomCallAttrEncoding { struct127 virtual ~CustomCallAttrEncoding() = default; argument141 using Encoded = CustomCallAttrEncoding::Encoded;165 std::vector<std::unique_ptr<CustomCallAttrEncoding>> encodings_;292 struct StringAttrEncoding : public CustomCallAttrEncoding {298 struct ScalarAttrEncoding : public CustomCallAttrEncoding {304 struct DenseElementsAttrEncoding : public CustomCallAttrEncoding {310 struct ArrayAttrEncoding : public CustomCallAttrEncoding {316 struct DenseArrayAttrEncoding : public CustomCallAttrEncoding {322 struct EmptyArrayAttrEncoding : public CustomCallAttrEncoding {[all …]
748 using EncodedAttr = std::pair<StringRef, CustomCallAttrEncoding::Encoded>; in EncodeAttributes()781 CustomCallAttrEncoding::Encoded encoded = pair.value().second; in EncodeAttributes()