Home
last modified time | relevance | path

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

12345678910>>...76

/external/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 …]
/external/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 …]
/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/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/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/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/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 …]
/external/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 …]
/external/llvm-project/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp36 static Attribute::AttrKind parseAttrKind(StringRef Kind) { in parseAttrKind()
37 return StringSwitch<Attribute::AttrKind>(Kind) in parseAttrKind()
38 .Case("alwaysinline", Attribute::AlwaysInline) in parseAttrKind()
39 .Case("builtin", Attribute::Builtin) in parseAttrKind()
40 .Case("cold", Attribute::Cold) in parseAttrKind()
41 .Case("convergent", Attribute::Convergent) in parseAttrKind()
42 .Case("inlinehint", Attribute::InlineHint) in parseAttrKind()
43 .Case("jumptable", Attribute::JumpTable) in parseAttrKind()
44 .Case("minsize", Attribute::MinSize) in parseAttrKind()
45 .Case("naked", Attribute::Naked) in parseAttrKind()
[all …]
/external/llvm-project/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 Attribute ByVal = Attribute::get(C, Attribute::ByVal, Type::getInt32Ty(C)); in TEST()
45 EXPECT_FALSE(ByVal < Attribute::get(C, Attribute::ZExt)); in TEST()
[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/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-project/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()
125 return Attribute(PA); in get()
128 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
146 return Attribute(PA); in get()
149 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment()
154 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment()
159 Attribute Attribute::getWithDereferenceableBytes(LLVMContext &Context, in getWithDereferenceableBytes()
165 Attribute Attribute::getWithDereferenceableOrNullBytes(LLVMContext &Context, in getWithDereferenceableOrNullBytes()
[all …]
/external/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 …]
/external/llvm-project/mlir/include/mlir/IR/
DAttributes.h24 class Attribute {
35 constexpr Attribute() : impl(nullptr) {} in Attribute() function
36 /* implicit */ Attribute(const ImplType *impl) in Attribute() function
39 Attribute(const Attribute &other) = default;
40 Attribute &operator=(const Attribute &other) = default;
42 bool operator==(Attribute other) const { return impl == other.impl; }
43 bool operator!=(Attribute other) const { return !(*this == other); }
56 static bool classof(Attribute) { return true; } in classof() argument
78 static Attribute getFromOpaquePointer(const void *ptr) { in getFromOpaquePointer()
79 return Attribute(reinterpret_cast<const ImplType *>(ptr)); in getFromOpaquePointer()
[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/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/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/llvm-project/llvm/include/llvm/IR/
DFunction.h245 void addFnAttr(Attribute::AttrKind Kind) { in addFnAttr()
252 Attribute::get(getContext(), Kind, Val));
256 void addFnAttr(Attribute Attr) { in addFnAttr()
261 void removeFnAttr(Attribute::AttrKind Kind) { in removeFnAttr()
345 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute()
355 Attribute getFnAttribute(Attribute::AttrKind Kind) const { in getFnAttribute()
360 Attribute getFnAttribute(StringRef Kind) const { in getFnAttribute()
366 if (!hasFnAttribute(Attribute::StackAlignment)) in getFnStackAlignment()
376 if (!hasFnAttribute(Attribute::StackAlignment)) in getFnStackAlign()
394 void addAttribute(unsigned i, Attribute::AttrKind Kind);
[all …]
/external/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 …]
/external/llvm-project/mlir/lib/TableGen/
DAttribute.cpp44 Attribute::Attribute(const Record *record) : AttrConstraint(record) { in Attribute() function in Attribute
49 Attribute::Attribute(const DefInit *init) : Attribute(init->getDef()) {} in Attribute() function in Attribute
51 bool Attribute::isDerivedAttr() const { return isSubClassOf("DerivedAttr"); } in isDerivedAttr()
53 bool Attribute::isTypeAttr() const { return isSubClassOf("TypeAttrBase"); } in isTypeAttr()
55 bool Attribute::isSymbolRefAttr() const { in isSymbolRefAttr()
62 bool Attribute::isEnumAttr() const { return isSubClassOf("EnumAttrInfo"); } in isEnumAttr()
64 StringRef Attribute::getStorageType() const { in getStorageType()
72 StringRef Attribute::getReturnType() const { in getReturnType()
79 llvm::Optional<Type> Attribute::getValueType() const { in getValueType()
85 StringRef Attribute::getConvertFromStorageCall() const { in getConvertFromStorageCall()
[all …]

12345678910>>...76