Home
last modified time | relevance | path

Searched defs:Attrs (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFMA3Info.cpp23 #define FMA3GROUP(Name, Suf, Attrs) \ argument
26 #define FMA3GROUP_MASKED(Name, Suf, Attrs) \ argument
31 #define FMA3GROUP_PACKED_WIDTHS(Name, Suf, Attrs) \ argument
43 #define FMA3GROUP_PACKED(Name, Attrs) \ argument
47 #define FMA3GROUP_SCALAR_WIDTHS(Name, Suf, Attrs) \ argument
57 #define FMA3GROUP_SCALAR(Name, Attrs) \ argument
61 #define FMA3GROUP_FULL(Name, Attrs) \ argument
74 #define FMA3GROUP_PACKED_AVX512_WIDTHS(Name, Type, Suf, Attrs) \ argument
79 #define FMA3GROUP_PACKED_AVX512(Name, Suf, Attrs) \ argument
83 #define FMA3GROUP_PACKED_AVX512_ROUND(Name, Suf, Attrs) \ argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFMA3Info.cpp23 #define FMA3GROUP(Name, Suf, Attrs) \ argument
26 #define FMA3GROUP_MASKED(Name, Suf, Attrs) \ argument
31 #define FMA3GROUP_PACKED_WIDTHS(Name, Suf, Attrs) \ argument
43 #define FMA3GROUP_PACKED(Name, Attrs) \ argument
47 #define FMA3GROUP_SCALAR_WIDTHS(Name, Suf, Attrs) \ argument
57 #define FMA3GROUP_SCALAR(Name, Attrs) \ argument
61 #define FMA3GROUP_FULL(Name, Attrs) \ argument
74 #define FMA3GROUP_PACKED_AVX512_WIDTHS(Name, Type, Suf, Attrs) \ argument
79 #define FMA3GROUP_PACKED_AVX512(Name, Suf, Attrs) \ argument
83 #define FMA3GROUP_PACKED_AVX512_ROUND(Name, Suf, Attrs) \ argument
[all …]
/external/rust/crates/structopt-derive/src/
Dattrs.rs81 pub struct Attrs { struct
82 name: Name,
83 casing: Sp<CasingStyle>,
84 env_casing: Sp<CasingStyle>,
85 ty: Option<Type>,
86 doc_comment: Vec<Method>,
87 methods: Vec<Method>,
88 parser: Sp<Parser>,
89 author: Option<Method>,
90 about: Option<Method>,
[all …]
/external/rust/crates/thiserror-impl/src/
Dattr.rs10 pub struct Attrs<'a> { struct
32 pub fn get(input: &[Attribute]) -> Result<Attrs> { in get()
/external/skia/src/gpu/
DGrUserStencilSettings.h214 struct GrUserStencilSettings::Attrs { struct
222 constexpr static bool TestAlwaysPasses(bool hasStencilClip) { in TestAlwaysPasses()
226 constexpr static bool DoesNotModifyStencil(bool hasStencilClip) { in DoesNotModifyStencil()
230 constexpr static bool IsDisabled(bool hasStencilClip) { in IsDisabled()
233 constexpr static bool UsesWrapOps() { in UsesWrapOps()
237 constexpr static bool TestIgnoresRef() { in TestIgnoresRef()
241 constexpr static uint16_t Flags(bool hasStencilClip) { in Flags()
247 constexpr static uint16_t EffectiveTestMask(uint16_t testMask) { in EffectiveTestMask()
250 constexpr static uint16_t EffectiveWriteMask(uint16_t writeMask) { in EffectiveWriteMask()
/external/skqp/src/gpu/
DGrUserStencilSettings.h209 struct GrUserStencilSettings::Attrs { struct
217 constexpr static bool TestAlwaysPasses(bool hasStencilClip) { in TestAlwaysPasses()
221 constexpr static bool DoesNotModifyStencil(bool hasStencilClip) { in DoesNotModifyStencil()
225 constexpr static bool IsDisabled(bool hasStencilClip) { in IsDisabled()
228 constexpr static bool UsesWrapOps() { in UsesWrapOps()
232 constexpr static bool TestIgnoresRef() { in TestIgnoresRef()
236 constexpr static uint16_t Flags(bool hasStencilClip) { in Flags()
241 constexpr static uint16_t EffectiveTestMask(uint16_t testMask) { in EffectiveTestMask()
244 constexpr static uint16_t EffectiveWriteMask(uint16_t writeMask) { in EffectiveWriteMask()
/external/llvm-project/clang/lib/CodeGen/
DCGLoopInfo.cpp35 MDNode *LoopInfo::createPipeliningMetadata(const LoopAttributes &Attrs, in createPipeliningMetadata()
80 LoopInfo::createPartialUnrollMetadata(const LoopAttributes &Attrs, in createPartialUnrollMetadata()
142 LoopInfo::createUnrollAndJamMetadata(const LoopAttributes &Attrs, in createUnrollAndJamMetadata()
210 LoopInfo::createLoopVectorizeMetadata(const LoopAttributes &Attrs, in createLoopVectorizeMetadata()
312 LoopInfo::createLoopDistributeMetadata(const LoopAttributes &Attrs, in createLoopDistributeMetadata()
362 MDNode *LoopInfo::createFullUnrollMetadata(const LoopAttributes &Attrs, in createFullUnrollMetadata()
400 const LoopAttributes &Attrs, in createMetadata()
456 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs, in LoopInfo()
576 ArrayRef<const clang::Attr *> Attrs, in push()
/external/tensorflow/tensorflow/core/framework/
Dfunction_testlib.h36 Attrs(const std::initializer_list< // NOLINT(runtime/explicit) in Attrs() function
43 Attrs( in Attrs() function
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp17 static inline MethodKind getMethodKind(uint16_t Attrs) { in getMethodKind()
23 static inline bool isIntroVirtual(uint16_t Attrs) { in isIntroVirtual()
29 static inline PointerMode getPointerMode(uint32_t Attrs) { in getPointerMode()
34 static inline bool isMemberPointer(uint32_t Attrs) { in isMemberPointer()
85 uint16_t Attrs = support::endian::read16le(Content.data()); in handleMethodOverloadList() local
148 uint16_t Attrs = support::endian::read16le(Data.drop_front(2).data()); in handleOneMethod() local
269 uint32_t Attrs = support::endian::read32le(Content.drop_front(4).data()); in handlePointer() local
DTypeRecordMapping.cpp123 std::string Attrs = getMemberAttributes( in operator ()() local
593 std::string Attrs = getMemberAttributes( in visitKnownMember() local
604 std::string Attrs = getMemberAttributes( in visitKnownMember() local
617 std::string Attrs = getMemberAttributes( in visitKnownMember() local
656 std::string Attrs = getMemberAttributes( in visitKnownMember() local
668 std::string Attrs = getMemberAttributes( in visitKnownMember() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp16 static inline MethodKind getMethodKind(uint16_t Attrs) { in getMethodKind()
22 static inline bool isIntroVirtual(uint16_t Attrs) { in isIntroVirtual()
28 static inline PointerMode getPointerMode(uint32_t Attrs) { in getPointerMode()
33 static inline bool isMemberPointer(uint32_t Attrs) { in isMemberPointer()
84 uint16_t Attrs = support::endian::read16le(Content.data()); in handleMethodOverloadList() local
147 uint16_t Attrs = support::endian::read16le(Data.drop_front(2).data()); in handleOneMethod() local
268 uint32_t Attrs = support::endian::read32le(Content.drop_front(4).data()); in handlePointer() local
DTypeRecordMapping.cpp123 std::string Attrs = getMemberAttributes( in operator ()() local
592 std::string Attrs = getMemberAttributes( in visitKnownMember() local
603 std::string Attrs = getMemberAttributes( in visitKnownMember() local
616 std::string Attrs = getMemberAttributes( in visitKnownMember() local
655 std::string Attrs = getMemberAttributes( in visitKnownMember() local
667 std::string Attrs = getMemberAttributes( in visitKnownMember() local
/external/llvm-project/llvm/tools/llvm-c-test/
Dattributes.c32 LLVMAttributeRef *Attrs = 0; in llvm_test_function_attributes() local
67 LLVMAttributeRef *Attrs = 0; in llvm_test_callsite_attributes() local
/external/clang/lib/CodeGen/
DCGLoopInfo.cpp22 static MDNode *createMetadata(LLVMContext &Ctx, const LoopAttributes &Attrs, in createMetadata()
117 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs, in LoopInfo()
130 ArrayRef<const clang::Attr *> Attrs, in push()
/external/llvm/utils/TableGen/
DAttributes.cpp47 std::vector<Record*> Attrs = in emitTargetIndependentEnums() local
60 std::vector<Record*> Attrs = in emitConversionFn() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp118 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes()
362 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes()
424 DIEAttrs Attrs = {}; in addAttributes() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp117 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes()
320 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes()
332 DIEAttrs Attrs = {}; in addAttributes() local
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp116 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes()
328 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes()
340 DIEAttrs Attrs = {}; in addAttributes() local
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp47 ParsedAttributes *Attrs) { in ParseTypeName()
304 ParsedAttributes &Attrs, in ParseAttributeWithTypeArg()
333 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon()
432 ParsedAttributes &Attrs, in ParseGNUAttributeArgs()
491 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseClangAttributeArgs()
528 ParsedAttributes &Attrs) { in ParseMicrosoftDeclSpecArgs()
674 void Parser::ParseMicrosoftDeclSpecs(ParsedAttributes &Attrs, in ParseMicrosoftDeclSpecs()
823 void Parser::ParseOpenCLQualifiers(ParsedAttributes &Attrs) { in ParseOpenCLQualifiers()
1238 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseExternalSourceSymbolAttribute()
1425 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseSwiftNewTypeAttribute()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h47 uint16_t Attrs = 0; member
289 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord()
354 uint32_t Attrs = 0; variable
729 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord()
751 MemberAttributes Attrs; variable
793 DataMemberRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset, in DataMemberRecord()
807 MemberAttributes Attrs; variable
818 StaticDataMemberRecord(MemberAttributes Attrs, TypeIndex Type, StringRef Name) in StaticDataMemberRecord()
829 MemberAttributes Attrs; variable
839 EnumeratorRecord(MemberAttributes Attrs, APSInt Value, StringRef Name) in EnumeratorRecord()
[all …]
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h41 uint16_t Attrs = 0; member
283 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord()
348 uint32_t Attrs = 0; variable
723 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord()
745 MemberAttributes Attrs; variable
787 DataMemberRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset, in DataMemberRecord()
801 MemberAttributes Attrs; variable
812 StaticDataMemberRecord(MemberAttributes Attrs, TypeIndex Type, StringRef Name) in StaticDataMemberRecord()
823 MemberAttributes Attrs; variable
833 EnumeratorRecord(MemberAttributes Attrs, APSInt Value, StringRef Name) in EnumeratorRecord()
[all …]
/external/clang/lib/Parse/
DParseDecl.cpp48 ParsedAttributes *Attrs) { in ParseTypeName()
244 ParsedAttributes &Attrs, in ParseAttributeWithTypeArg()
273 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon()
337 ParsedAttributes &Attrs, in ParseGNUAttributeArgs()
388 ParsedAttributes &Attrs) { in ParseMicrosoftDeclSpecArgs()
535 void Parser::ParseMicrosoftDeclSpecs(ParsedAttributes &Attrs, in ParseMicrosoftDeclSpecs()
683 void Parser::ParseOpenCLQualifiers(ParsedAttributes &Attrs) { in ParseOpenCLQualifiers()
1225 ParsedAttributes Attrs(AttrFactory); in ParseLexedAttribute() local
1292 ParsedAttributes &Attrs, in ParseTypeTagForDatatypeAttribute()
1390 void Parser::DiagnoseMisplacedCXX11Attribute(ParsedAttributesWithRange &Attrs, in DiagnoseMisplacedCXX11Attribute()
[all …]
/external/llvm-project/llvm/test/MC/AMDGPU/
Dhsa-metadata-kernel-attrs.s28 Attrs: label
/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp23 SmallVector<AttributeSet, 4> Attrs; in TEST() local
/external/clang/lib/Sema/
DSemaStmtAttr.cpp144 const SmallVectorImpl<const Attr *> &Attrs) { in CheckForIncompatibleAttributes()
297 SmallVector<const Attr*, 8> Attrs; in ProcessStmtAttributes() local

1234567891011