Home
last modified time | relevance | path

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

12345678910>>...49

/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/
DAttributesCompatFunc.inc64 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
65 return StringSwitch<Attribute::AttrKind>(AttrName)
66 .Case("align", Attribute::Alignment)
67 .Case("allocsize", Attribute::AllocSize)
68 .Case("alwaysinline", Attribute::AlwaysInline)
69 .Case("argmemonly", Attribute::ArgMemOnly)
70 .Case("builtin", Attribute::Builtin)
71 .Case("byval", Attribute::ByVal)
72 .Case("cold", Attribute::Cold)
73 .Case("convergent", Attribute::Convergent)
[all …]
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DAttributes.inc64 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
65 return StringSwitch<Attribute::AttrKind>(AttrName)
66 .Case("align", Attribute::Alignment)
67 .Case("allocsize", Attribute::AllocSize)
68 .Case("alwaysinline", Attribute::AlwaysInline)
69 .Case("argmemonly", Attribute::ArgMemOnly)
70 .Case("builtin", Attribute::Builtin)
71 .Case("byval", Attribute::ByVal)
72 .Case("cold", Attribute::Cold)
73 .Case("convergent", Attribute::Convergent)
[all …]
/external/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 …]
DAttributes.h48 class Attribute {
77 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function
80 Attribute() : pImpl(nullptr) {} in Attribute() function
87 static Attribute get(LLVMContext &Context, AttrKind Kind, uint64_t Val = 0);
88 static Attribute get(LLVMContext &Context, StringRef Kind,
93 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
94 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
95 static Attribute getWithDereferenceableBytes(LLVMContext &Context,
97 static Attribute getWithDereferenceableOrNullBytes(LLVMContext &Context,
99 static Attribute getWithAllocSizeArgs(LLVMContext &Context,
[all …]
/external/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 …]
/external/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 …]
/external/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 …]
/external/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 …]
/external/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 …]
/external/llvm/lib/IR/
DAttributes.cpp64 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
85 return Attribute(PA); in get()
88 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get()
105 return Attribute(PA); in get()
108 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { in getWithAlignment()
114 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, in getWithStackAlignment()
121 Attribute Attribute::getWithDereferenceableBytes(LLVMContext &Context, in getWithDereferenceableBytes()
127 Attribute Attribute::getWithDereferenceableOrNullBytes(LLVMContext &Context, in getWithDereferenceableOrNullBytes()
133 Attribute
134 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DAttributesTest.cpp20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline); in TEST()
21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline); in TEST()
24 AttributeList ASs[] = {AttributeList::get(C, 1, Attribute::ZExt), in TEST()
25 AttributeList::get(C, 2, Attribute::SExt)}; in TEST()
35 Attribute Align4 = Attribute::get(C, Attribute::Alignment, 4); in TEST()
36 Attribute Align5 = Attribute::get(C, Attribute::Alignment, 5); in TEST()
37 Attribute Deref4 = Attribute::get(C, Attribute::Dereferenceable, 4); in TEST()
38 Attribute Deref5 = Attribute::get(C, Attribute::Dereferenceable, 5); in TEST()
44 AttributeList ASs[] = {AttributeList::get(C, 2, Attribute::ZExt), in TEST()
45 AttributeList::get(C, 1, Attribute::SExt)}; in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp28 static Attribute::AttrKind parseAttrKind(StringRef Kind) { in parseAttrKind()
29 return StringSwitch<Attribute::AttrKind>(Kind) in parseAttrKind()
30 .Case("alwaysinline", Attribute::AlwaysInline) in parseAttrKind()
31 .Case("builtin", Attribute::Builtin) in parseAttrKind()
32 .Case("cold", Attribute::Cold) in parseAttrKind()
33 .Case("convergent", Attribute::Convergent) in parseAttrKind()
34 .Case("inlinehint", Attribute::InlineHint) in parseAttrKind()
35 .Case("jumptable", Attribute::JumpTable) in parseAttrKind()
36 .Case("minsize", Attribute::MinSize) in parseAttrKind()
37 .Case("naked", Attribute::Naked) in parseAttrKind()
[all …]
/external/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp28 static Attribute::AttrKind parseAttrKind(StringRef Kind) { in parseAttrKind()
29 return StringSwitch<Attribute::AttrKind>(Kind) in parseAttrKind()
30 .Case("alwaysinline", Attribute::AlwaysInline) in parseAttrKind()
31 .Case("builtin", Attribute::Builtin) in parseAttrKind()
32 .Case("cold", Attribute::Cold) in parseAttrKind()
33 .Case("convergent", Attribute::Convergent) in parseAttrKind()
34 .Case("inlinehint", Attribute::InlineHint) in parseAttrKind()
35 .Case("jumptable", Attribute::JumpTable) in parseAttrKind()
36 .Case("minsize", Attribute::MinSize) in parseAttrKind()
37 .Case("naked", Attribute::Naked) in parseAttrKind()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp81 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
102 return Attribute(PA); in get()
105 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get()
122 return Attribute(PA); in get()
125 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { in getWithAlignment()
131 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, in getWithStackAlignment()
138 Attribute Attribute::getWithDereferenceableBytes(LLVMContext &Context, in getWithDereferenceableBytes()
144 Attribute Attribute::getWithDereferenceableOrNullBytes(LLVMContext &Context, in getWithDereferenceableOrNullBytes()
150 Attribute
151 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs()
[all …]
/external/tcpdump/tests/
Dradius-v.out4 NAS-IP-Address Attribute (4), length: 6, Value: 10.0.0.1
5 NAS-Port Attribute (5), length: 6, Value: 50012
6 NAS-Port-Type Attribute (61), length: 6, Value: Ethernet
7 User-Name Attribute (1), length: 14, Value: John.McGuirk
8 Called-Station-Id Attribute (30), length: 19, Value: 00-19-06-EA-B8-8C
9 Calling-Station-Id Attribute (31), length: 19, Value: 00-14-22-E9-54-5E
10 Service-Type Attribute (6), length: 6, Value: Framed
11 Framed-MTU Attribute (12), length: 6, Value: 1500
12 EAP-Message Attribute (79), length: 19, Value: .
13 Message-Authenticator Attribute (80), length: 18, Value: (....$..p.Q1o.x.
[all …]
Dradius-rfc4675-v.out4 User-Name Attribute (1), length: 12, Value: bob-tagged
5 User-Password Attribute (2), length: 18, Value:
6 NAS-IP-Address Attribute (4), length: 6, Value: 127.0.0.1
7 NAS-Port Attribute (5), length: 6, Value: 1
8 Message-Authenticator Attribute (80), length: 18, Value: .....b..7-....b.
12 Egress-VLANID Attribute (56), length: 6, Value: Tagged (0x31) 123
13 Ingress-Filters Attribute (57), length: 6, Value: Enabled
14 Egress-VLAN-Name Attribute (58), length: 11, Value: Tagged (0x31) vlanname
15 User-Priority-Table Attribute (59), length: 10, Value:
19 User-Name Attribute (1), length: 14, Value: bob-untagged
[all …]
/external/llvm/unittests/IR/
DAttributesTest.cpp20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline); in TEST()
21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline); in TEST()
25 AttributeSet::get(C, 1, Attribute::ZExt), in TEST()
26 AttributeSet::get(C, 2, Attribute::SExt) in TEST()
37 Attribute Align4 = Attribute::get(C, Attribute::Alignment, 4); in TEST()
38 Attribute Align5 = Attribute::get(C, Attribute::Alignment, 5); in TEST()
39 Attribute Deref4 = Attribute::get(C, Attribute::Dereferenceable, 4); in TEST()
40 Attribute Deref5 = Attribute::get(C, Attribute::Dereferenceable, 5); in TEST()
47 AttributeSet::get(C, 2, Attribute::ZExt), in TEST()
48 AttributeSet::get(C, 1, Attribute::SExt) in TEST()
/external/llvm/include/llvm/IR/
DFunction.h169 void addFnAttr(Attribute::AttrKind N) {
175 void removeFnAttr(Attribute::AttrKind Kind) {
199 bool hasFnAttribute(Attribute::AttrKind Kind) const {
207 Attribute getFnAttribute(Attribute::AttrKind Kind) const {
210 Attribute getFnAttribute(StringRef Kind) const {
216 if (!hasFnAttribute(Attribute::StackAlignment))
231 void addAttribute(unsigned i, Attribute::AttrKind Kind);
234 void addAttribute(unsigned i, Attribute Attr);
240 void removeAttribute(unsigned i, Attribute::AttrKind Kind);
249 bool hasAttribute(unsigned i, Attribute::AttrKind Kind) const {
[all …]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttribute.java18 abstract class Attribute implements IContent class
22 public static final Attribute ID = new AttributeImpl ("ID");
23 public static final Attribute NAME = new AttributeImpl ("NAME");
24 public static final Attribute TITLE = new AttributeImpl ("TITLE");
25 public static final Attribute TYPE = new AttributeImpl ("TYPE");
26 public static final Attribute CLASS = new AttributeImpl ("CLASS");
27 public static final Attribute HTTP_EQUIV = new AttributeImpl ("HTTP-EQUIV");
28 public static final Attribute CONTENT = new AttributeImpl ("CONTENT");
29 public static final Attribute HREF = new AttributeImpl ("HREF");
30 public static final Attribute SRC = new AttributeImpl ("SRC");
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h216 void addFnAttr(Attribute::AttrKind Kind) { in addFnAttr()
223 Attribute::get(getContext(), Kind, Val));
227 void addFnAttr(Attribute Attr) { in addFnAttr()
232 void removeFnAttr(Attribute::AttrKind Kind) { in removeFnAttr()
307 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute()
317 Attribute getFnAttribute(Attribute::AttrKind Kind) const { in getFnAttribute()
322 Attribute getFnAttribute(StringRef Kind) const { in getFnAttribute()
328 if (!hasFnAttribute(Attribute::StackAlignment)) in getFnStackAlignment()
343 void addAttribute(unsigned i, Attribute::AttrKind Kind);
346 void addAttribute(unsigned i, Attribute Attr);
[all …]
DAttributes.h51 class Attribute {
81 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function
84 Attribute() = default;
91 static Attribute get(LLVMContext &Context, AttrKind Kind, uint64_t Val = 0);
92 static Attribute get(LLVMContext &Context, StringRef Kind,
97 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
98 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
99 static Attribute getWithDereferenceableBytes(LLVMContext &Context,
101 static Attribute getWithDereferenceableOrNullBytes(LLVMContext &Context,
103 static Attribute getWithAllocSizeArgs(LLVMContext &Context,
[all …]
/external/deqp/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 …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp29 std::string Attribute::getAsString(Attributes Attrs) { in getAsString()
31 if (Attrs & Attribute::ZExt) in getAsString()
33 if (Attrs & Attribute::SExt) in getAsString()
35 if (Attrs & Attribute::NoReturn) in getAsString()
37 if (Attrs & Attribute::NoUnwind) in getAsString()
39 if (Attrs & Attribute::UWTable) in getAsString()
41 if (Attrs & Attribute::ReturnsTwice) in getAsString()
43 if (Attrs & Attribute::InReg) in getAsString()
45 if (Attrs & Attribute::NoAlias) in getAsString()
47 if (Attrs & Attribute::NoCapture) in getAsString()
[all …]
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp70 return (iter == bindings.end() ? (deInt32)Attribute::LOC_UNDEF : iter->second); in getBoundLocation()
73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindin… in hasAttributeAliasing()
82 if (location != Attribute::LOC_UNDEF) in hasAttributeAliasing()
111 string generateAttributeDefinitions (const vector<Attribute>& attributes) in generateAttributeDefinitions()
115 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) in generateAttributeDefinitions()
117 if (iter->getLayoutLocation() != Attribute::LOC_UNDEF) in generateAttributeDefinitions()
123 …<< (iter->getArraySize() != Attribute::NOT_ARRAY ? "[" + de::toString(iter->getArraySize()) + "]"… in generateAttributeDefinitions()
129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes) in generateConditionUniformDefinitions()
134 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) in generateConditionUniformDefinitions()
146 string generateToVec4Expression (const Attribute& attrib, int id=-1) in generateToVec4Expression()
[all …]

12345678910>>...49