Home
last modified time | relevance | path

Searched refs:Attribute (Results 1 – 25 of 1700) sorted by relevance

12345678910>>...68

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc70 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
71 return StringSwitch<Attribute::AttrKind>(AttrName)
72 .Case("align", Attribute::Alignment)
73 .Case("allocsize", Attribute::AllocSize)
74 .Case("alwaysinline", Attribute::AlwaysInline)
75 .Case("argmemonly", Attribute::ArgMemOnly)
76 .Case("builtin", Attribute::Builtin)
77 .Case("byval", Attribute::ByVal)
78 .Case("cold", Attribute::Cold)
79 .Case("convergent", Attribute::Convergent)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc70 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
71 return StringSwitch<Attribute::AttrKind>(AttrName)
72 .Case("align", Attribute::Alignment)
73 .Case("allocsize", Attribute::AllocSize)
74 .Case("alwaysinline", Attribute::AlwaysInline)
75 .Case("argmemonly", Attribute::ArgMemOnly)
76 .Case("builtin", Attribute::Builtin)
77 .Case("byval", Attribute::ByVal)
78 .Case("cold", Attribute::Cold)
79 .Case("convergent", Attribute::Convergent)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
60 .Case("align", Attribute::Alignment)
61 .Case("allocsize", Attribute::AllocSize)
62 .Case("alwaysinline", Attribute::AlwaysInline)
63 .Case("argmemonly", Attribute::ArgMemOnly)
64 .Case("builtin", Attribute::Builtin)
65 .Case("byval", Attribute::ByVal)
66 .Case("cold", Attribute::Cold)
67 .Case("convergent", Attribute::Convergent)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
60 .Case("align", Attribute::Alignment)
61 .Case("allocsize", Attribute::AllocSize)
62 .Case("alwaysinline", Attribute::AlwaysInline)
63 .Case("argmemonly", Attribute::ArgMemOnly)
64 .Case("builtin", Attribute::Builtin)
65 .Case("byval", Attribute::ByVal)
66 .Case("cold", Attribute::Cold)
67 .Case("convergent", Attribute::Convergent)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
60 .Case("align", Attribute::Alignment)
61 .Case("allocsize", Attribute::AllocSize)
62 .Case("alwaysinline", Attribute::AlwaysInline)
63 .Case("argmemonly", Attribute::ArgMemOnly)
64 .Case("builtin", Attribute::Builtin)
65 .Case("byval", Attribute::ByVal)
66 .Case("cold", Attribute::Cold)
67 .Case("convergent", Attribute::Convergent)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
60 .Case("align", Attribute::Alignment)
61 .Case("allocsize", Attribute::AllocSize)
62 .Case("alwaysinline", Attribute::AlwaysInline)
63 .Case("argmemonly", Attribute::ArgMemOnly)
64 .Case("builtin", Attribute::Builtin)
65 .Case("byval", Attribute::ByVal)
66 .Case("cold", Attribute::Cold)
67 .Case("convergent", Attribute::Convergent)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
60 .Case("align", Attribute::Alignment)
61 .Case("allocsize", Attribute::AllocSize)
62 .Case("alwaysinline", Attribute::AlwaysInline)
63 .Case("argmemonly", Attribute::ArgMemOnly)
64 .Case("builtin", Attribute::Builtin)
65 .Case("byval", Attribute::ByVal)
66 .Case("cold", Attribute::Cold)
67 .Case("convergent", Attribute::Convergent)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
60 .Case("align", Attribute::Alignment)
61 .Case("allocsize", Attribute::AllocSize)
62 .Case("alwaysinline", Attribute::AlwaysInline)
63 .Case("argmemonly", Attribute::ArgMemOnly)
64 .Case("builtin", Attribute::Builtin)
65 .Case("byval", Attribute::ByVal)
66 .Case("cold", Attribute::Cold)
67 .Case("convergent", Attribute::Convergent)
[all …]
DFunction.h178 void addFnAttr(Attribute::AttrKind Kind) { in addFnAttr()
185 Attribute::get(getContext(), Kind, Val));
188 void addFnAttr(Attribute Attr) { in addFnAttr()
193 void removeFnAttr(Attribute::AttrKind Kind) { in removeFnAttr()
222 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute()
230 Attribute getFnAttribute(Attribute::AttrKind Kind) const { in getFnAttribute()
233 Attribute getFnAttribute(StringRef Kind) const { in getFnAttribute()
239 if (!hasFnAttribute(Attribute::StackAlignment)) in getFnStackAlignment()
254 void addAttribute(unsigned i, Attribute::AttrKind Kind);
257 void addAttribute(unsigned i, Attribute Attr);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp29 static Attribute::AttrKind parseAttrKind(StringRef Kind) { in parseAttrKind()
30 return StringSwitch<Attribute::AttrKind>(Kind) in parseAttrKind()
31 .Case("alwaysinline", Attribute::AlwaysInline) in parseAttrKind()
32 .Case("builtin", Attribute::Builtin) in parseAttrKind()
33 .Case("cold", Attribute::Cold) in parseAttrKind()
34 .Case("convergent", Attribute::Convergent) in parseAttrKind()
35 .Case("inlinehint", Attribute::InlineHint) in parseAttrKind()
36 .Case("jumptable", Attribute::JumpTable) in parseAttrKind()
37 .Case("minsize", Attribute::MinSize) in parseAttrKind()
38 .Case("naked", Attribute::Naked) in parseAttrKind()
[all …]
/third_party/boost/boost/spirit/home/qi/detail/
Dassign_to.hpp45 template <typename Attribute, typename Iterator, typename Enable>
50 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::false_) in call()
53 attr = Attribute(first, last); in call()
63 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::true_) in call()
65 typename Attribute::value_type rng(first, last); in call()
70 call(Iterator const& first, Iterator const& last, Attribute& attr) in call()
72 call(first, last, attr, detail::is_container_of_ranges<Attribute>()); in call()
76 template <typename Attribute, typename Iterator>
78 reference_wrapper<Attribute>, Iterator>
82 , reference_wrapper<Attribute> attr) in call()
[all …]
Dpass_container.hpp30 template <typename Sequence, typename Attribute, typename ValueType>
34 , typename traits::is_weak_substitute<Attribute, ValueType>::type
36 traits::is_weak_substitute<Attribute, ValueType>
48 template <typename Container, typename ValueType, typename Attribute
51 : negate_weak_substitute_if_not<Sequence, Attribute, ValueType>
60 template <typename Container, typename ValueType, typename Attribute
64 negate_weak_substitute_if_not<Sequence, Attribute, Container>
65 , negate_weak_substitute_if_not<Sequence, Attribute, ValueType> >
71 template <typename Container, typename ValueType, typename Attribute
77 Attribute, not_compatible_element<Container, ValueType, mpl::_1>
[all …]
Dattributes.hpp35 template <typename Attribute>
36 struct default_transform_attribute<Attribute, Attribute>
38 typedef Attribute& type;
39 static Attribute& pre(Attribute& val) { return val; } in pre()
40 static void post(Attribute&, Attribute const&) {} in post()
41 static void fail(Attribute&) {} in fail()
57 template <typename Attribute>
58 struct proxy_transform_attribute<Attribute, Attribute>
60 typedef Attribute& type;
61 static Attribute& pre(Attribute& val) { return val; } in pre()
[all …]
/third_party/boost/boost/spirit/home/karma/detail/
Dextract_from.hpp46 template <typename Attribute, typename Exposed
47 , bool IsOneElemSeq = traits::one_element_sequence<Attribute>::value>
50 typedef Attribute const& type;
53 static type call(Attribute const& attr, Context&) in call()
62 template <typename Attribute, typename Exposed>
63 struct extract_from_attribute_base<Attribute, Exposed, true>
67 typename fusion::result_of::at_c<Attribute, 0>::type
74 static type call(Attribute const& attr, Context& ctx) in call()
80 template <typename Attribute, typename Exposed, typename Enable/*= void*/>
82 : extract_from_attribute_base<Attribute, Exposed>
[all …]
Dpass_container.hpp35 template <typename Sequence, typename Attribute, typename ValueType>
39 , typename traits::is_weak_substitute<Attribute, ValueType>::type
41 traits::is_weak_substitute<Attribute, ValueType>
53 template <typename Container, typename ValueType, typename Attribute
56 : negate_weak_substitute_if_not<Sequence, ValueType, Attribute>
65 template <typename Container, typename ValueType, typename Attribute
69 negate_weak_substitute_if_not<Sequence, Container, Attribute>
70 , negate_weak_substitute_if_not<Sequence, ValueType, Attribute> >
76 template <typename Container, typename ValueType, typename Attribute
82 Attribute, not_compatible_element<Container, ValueType, mpl::_1>
[all …]
/third_party/boost/boost/spirit/home/x3/support/traits/
Dis_substitute.hpp33 template <typename T, typename Attribute, typename Enable = void>
36 template <typename Variant, typename Attribute>
41 template <typename T, typename Attribute>
45 , typename container_value<Attribute>::type>
48 template <typename T, typename Attribute, typename Enable = void>
51 template <typename T, typename Attribute>
52 struct is_substitute_impl<T, Attribute,
56 fusion::traits::is_sequence<Attribute>,
57 mpl::equal<T, Attribute, is_substitute<mpl::_1, mpl::_2>>
62 template <typename T, typename Attribute>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp80 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
101 return Attribute(PA); in get()
104 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get()
121 return Attribute(PA); in get()
124 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
142 return Attribute(PA); in get()
145 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment()
150 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment()
155 Attribute Attribute::getWithDereferenceableBytes(LLVMContext &Context, in getWithDereferenceableBytes()
161 Attribute Attribute::getWithDereferenceableOrNullBytes(LLVMContext &Context, in getWithDereferenceableOrNullBytes()
[all …]
/third_party/boost/boost/spirit/home/support/
Dattributes_fwd.hpp27 template <typename Exposed, typename Attribute>
30 template <typename T, typename Attribute>
73 template <typename Attribute, typename Enable = void>
85 template <typename Attribute, typename Enable = void>
88 template <typename Attribute>
89 typename attribute_size<Attribute>::type
90 size(Attribute const& attr);
99 template <typename Component, typename Attribute, typename Enable = void>
118 template <typename Attribute, typename Iterator, typename Enable = void>
121 template <typename Iterator, typename Attribute>
[all …]
/third_party/boost/boost/spirit/home/x3/operator/detail/
Dsequence.hpp76 template <typename Attribute>
80 typename fusion::result_of::begin<Attribute>::type
83 static type call(Attribute& attr) in call()
89 template <typename Attribute>
92 typedef Attribute& type;
102 template <typename Parser, typename Attribute, typename Enable = void>
105 traits::is_size_one_view<Attribute>
106 , pass_sequence_attribute_size_one_view<Attribute>
107 , pass_through_sequence_attribute<Attribute>>::type {};
109 template <typename L, typename R, typename Attribute>
[all …]
Dalternative.hpp46 template <typename Attribute>
49 typedef Attribute& type;
51 static Attribute&
52 call(Attribute& v) in call()
61 template <typename Parser, typename Attribute, typename Context
69 traits::variant_find_substitute<Attribute, attribute_type>::type
74 is_same<Attribute, substitute_type>
75 , Attribute&
103 template <typename Parser, typename Attribute, typename Context
107 typedef Attribute& type;
[all …]
/third_party/boost/boost/spirit/home/x3/core/detail/
Dparse_into_container.hpp28 template <typename Attribute, typename Value>
35 template <typename Value, typename Attribute>
36 static void call(const Key, Value& value, Attribute& attr) in call()
49 template <typename Value, typename Attribute>
50 static void call(const variant_t key, Value& value, Attribute& attr) in call()
52 apply_visitor(saver_visitor<Attribute, Value>(attr, value), key); in call()
56 template <typename Attribute, typename Value>
59 saver_visitor(Attribute& attr, Value& value) in saver_visitor()
62 Attribute& attr;
87 , typename RContext, typename Attribute>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h229 void addFnAttr(Attribute::AttrKind Kind) { in addFnAttr()
236 Attribute::get(getContext(), Kind, Val));
240 void addFnAttr(Attribute Attr) { in addFnAttr()
245 void removeFnAttr(Attribute::AttrKind Kind) { in removeFnAttr()
323 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute()
333 Attribute getFnAttribute(Attribute::AttrKind Kind) const { in getFnAttribute()
338 Attribute getFnAttribute(StringRef Kind) const { in getFnAttribute()
344 if (!hasFnAttribute(Attribute::StackAlignment)) in getFnStackAlignment()
362 void addAttribute(unsigned i, Attribute::AttrKind Kind);
365 void addAttribute(unsigned i, Attribute Attr);
[all …]
/third_party/css-what/src/__fixtures__/
Dtests.ts148 type: SelectorType.Attribute,
172 type: SelectorType.Attribute,
188 type: SelectorType.Attribute,
230 type: SelectorType.Attribute,
248 type: SelectorType.Attribute,
264 type: SelectorType.Attribute,
280 type: SelectorType.Attribute,
296 type: SelectorType.Attribute,
312 type: SelectorType.Attribute,
328 type: SelectorType.Attribute,
[all …]
/third_party/vk-gl-cts/executor/
DxeTestLogWriter.cpp254 << Writer::Attribute("Name", number.name) in writeResultItem()
255 << Writer::Attribute("Description", number.description) in writeResultItem()
256 << Writer::Attribute("Unit", number.unit) in writeResultItem()
257 << Writer::Attribute("Tag", number.tag) in writeResultItem()
267 << Writer::Attribute("Name", image.name) in writeResultItem()
268 << Writer::Attribute("Description", image.description) in writeResultItem()
269 << Writer::Attribute("Width", de::toString(image.width)) in writeResultItem()
270 << Writer::Attribute("Height", de::toString(image.height)) in writeResultItem()
271 << Writer::Attribute("Format", getImageFormatName(image.format)) in writeResultItem()
272 << Writer::Attribute("CompressionMode", getImageCompressionName(image.compression)) in writeResultItem()
[all …]
/third_party/boost/boost/spirit/home/x3/nonterminal/detail/
Dtransform_attribute.hpp35 template <typename Attribute>
36 struct default_transform_attribute<Attribute, Attribute>
38 typedef Attribute& type;
39 static Attribute& pre(Attribute& val) { return val; } in pre()
40 static void post(Attribute&, Attribute const&) {} in post()
61 template <typename Attribute>
62 struct transform_attribute<unused_type, Attribute>
65 template <typename Attribute>
66 struct transform_attribute<unused_type const, Attribute>
69 template <typename Attribute>
[all …]

12345678910>>...68