Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.cpp23 #define FMA3GROUP(Name, Suf, Attrs) \ argument
26 #define FMA3GROUP_MASKED(Name, Suf, Attrs) \ argument
31 #define FMA3GROUP_PACKED_WIDTHS_Z(Name, Suf, Attrs) \ argument
39 #define FMA3GROUP_PACKED_WIDTHS_ALL(Name, Suf, Attrs) \ argument
46 #define FMA3GROUP_PACKED(Name, Attrs) \ argument
51 #define FMA3GROUP_SCALAR_WIDTHS_Z(Name, Suf, Attrs) \ argument
57 #define FMA3GROUP_SCALAR_WIDTHS_ALL(Name, Suf, Attrs) \ argument
64 #define FMA3GROUP_SCALAR(Name, Attrs) \ argument
69 #define FMA3GROUP_FULL(Name, Attrs) \ argument
82 #define FMA3GROUP_PACKED_AVX512_WIDTHS(Name, Type, Suf, Attrs) \ argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dquantization_ops.cc125 struct Attrs { struct
126 float min_range;
127 float max_range;
128 bool narrow_range;
129 std::string round_mode;
130 UniformQuantizationScales scales;
241 using Attrs = QDQOpSpec<ops::QuantizeAndDequantizeV2>::Attrs; typedef
268 struct Attrs { struct
269 int num_bits;
270 bool narrow_range;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Deval.rs10 attrs: Attrs, in evaluate_to_value()
34 pub(crate) struct Attrs { struct
41 impl Default for Attrs { argument
52 fn parse_attrs(mut input: &str) -> (Attrs, &str) { in parse_attrs()
80 ) -> FResult<(Vec<Span>, bool, Attrs)> { in evaluate_to_spans() argument
H A Dunits.rs35 attrs: Attrs, in expr_unit()
153 attrs: Attrs, in query_unit()
170 attrs: Attrs, in query_unit_static()
187 attrs: Attrs, in query_unit_case_sensitive()
H A Dvalue.rs273 attrs: Attrs, in apply()
320 attrs: Attrs, in apply_built_in_function()
367 attrs: Attrs, in format_to_plain_string()
384 attrs: Attrs, in format()
H A Dast.rs310 attrs: Attrs, in format()
395 attrs: Attrs, in evaluate()
567 attrs: Attrs, in evaluate_as()
677 attrs: Attrs, in resolve_identifier()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrUserStencilSettings.h216 struct GrUserStencilSettings::Attrs { struct
224 constexpr static bool TestAlwaysPasses(bool hasStencilClip) { in TestAlwaysPasses()
228 constexpr static bool DoesNotModifyStencil(bool hasStencilClip) { in DoesNotModifyStencil()
232 constexpr static bool IsDisabled(bool hasStencilClip) { in IsDisabled()
235 constexpr static bool UsesWrapOps() { in UsesWrapOps()
239 constexpr static bool TestIgnoresRef() { in TestIgnoresRef()
243 constexpr static uint16_t Flags(bool hasStencilClip) { in Flags()
249 constexpr static uint16_t EffectiveTestMask(uint16_t testMask) { in EffectiveTestMask()
252 constexpr static uint16_t EffectiveWriteMask(uint16_t writeMask) { in EffectiveWriteMask()
/aosp_15_r20/external/rust/android-crates-io/crates/thiserror-impl/src/
Dattr.rs10 pub struct Attrs<'a> { struct
11 pub display: Option<Display<'a>>,
12 pub source: Option<&'a Attribute>,
13 pub backtrace: Option<&'a Attribute>,
14 pub from: Option<&'a Attribute>,
15 pub transparent: Option<Transparent<'a>>,
46 pub fn get(input: &[Attribute]) -> Result<Attrs> { in get()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A 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
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
H A 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
H A DTypeRecordMapping.cpp145 std::string Attrs = getMemberAttributes( in operator ()() local
637 std::string Attrs = getMemberAttributes( in visitKnownMember() local
648 std::string Attrs = getMemberAttributes( in visitKnownMember() local
661 std::string Attrs = getMemberAttributes( in visitKnownMember() local
700 std::string Attrs = getMemberAttributes( in visitKnownMember() local
712 std::string Attrs = getMemberAttributes( in visitKnownMember() local
/aosp_15_r20/external/clang/lib/Parse/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dautomock.rs26 pub(crate) struct Attrs { struct
30 impl Attrs { impl
253 impl Parse for Attrs { implementation
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DTypeRecord.h41 uint16_t Attrs = 0; member
284 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord()
349 uint32_t Attrs = 0; variable
724 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord()
746 MemberAttributes Attrs; variable
788 DataMemberRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset, in DataMemberRecord()
802 MemberAttributes Attrs; variable
813 StaticDataMemberRecord(MemberAttributes Attrs, TypeIndex Type, StringRef Name) in StaticDataMemberRecord()
824 MemberAttributes Attrs; variable
834 EnumeratorRecord(MemberAttributes Attrs, APSInt Value, StringRef Name) in EnumeratorRecord()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DTypeRecord.h41 uint16_t Attrs = 0; member
284 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord()
349 uint32_t Attrs = 0; variable
724 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord()
746 MemberAttributes Attrs; variable
788 DataMemberRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset, in DataMemberRecord()
802 MemberAttributes Attrs; variable
813 StaticDataMemberRecord(MemberAttributes Attrs, TypeIndex Type, StringRef Name) in StaticDataMemberRecord()
824 MemberAttributes Attrs; variable
834 EnumeratorRecord(MemberAttributes Attrs, APSInt Value, StringRef Name) in EnumeratorRecord()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DTypeRecord.h41 uint16_t Attrs = 0; member
284 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord()
349 uint32_t Attrs = 0; variable
724 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord()
746 MemberAttributes Attrs; variable
788 DataMemberRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset, in DataMemberRecord()
802 MemberAttributes Attrs; variable
813 StaticDataMemberRecord(MemberAttributes Attrs, TypeIndex Type, StringRef Name) in StaticDataMemberRecord()
824 MemberAttributes Attrs; variable
834 EnumeratorRecord(MemberAttributes Attrs, APSInt Value, StringRef Name) in EnumeratorRecord()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DTypeRecord.h41 uint16_t Attrs = 0; member
284 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord()
349 uint32_t Attrs = 0; variable
724 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord()
746 MemberAttributes Attrs; variable
788 DataMemberRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset, in DataMemberRecord()
802 MemberAttributes Attrs; variable
813 StaticDataMemberRecord(MemberAttributes Attrs, TypeIndex Type, StringRef Name) in StaticDataMemberRecord()
824 MemberAttributes Attrs; variable
834 EnumeratorRecord(MemberAttributes Attrs, APSInt Value, StringRef Name) in EnumeratorRecord()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h41 uint16_t Attrs = 0; member
284 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord()
349 uint32_t Attrs = 0; variable
724 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord()
746 MemberAttributes Attrs; variable
788 DataMemberRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset, in DataMemberRecord()
802 MemberAttributes Attrs; variable
813 StaticDataMemberRecord(MemberAttributes Attrs, TypeIndex Type, StringRef Name) in StaticDataMemberRecord()
824 MemberAttributes Attrs; variable
834 EnumeratorRecord(MemberAttributes Attrs, APSInt Value, StringRef Name) in EnumeratorRecord()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A 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 …]
/aosp_15_r20/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp154 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in getParsedAttrList() local
1505 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrLateParsedList() local
1527 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrTypeArgList() local
1553 ParsedAttrMap Attrs = getParsedAttrList(Records); in emitClangAttrArgContextList() local
1583 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrIdentifierArgList() local
1611 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrClass() local
1811 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrImpl() local
1924 std::vector<Record*> Attrs; member
2081 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrList() local
2116 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrPCHRead() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAttributes.cpp697 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get()
875 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode()
889 ArrayRef<Attribute> Attrs) { in get()
1133 ArrayRef<std::pair<unsigned, Attribute>> Attrs) { in get()
1166 ArrayRef<std::pair<unsigned, AttributeSet>> Attrs) { in get()
1234 AttributeSet Attrs) { in get()
1250 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
1260 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
1269 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
1276 ArrayRef<AttributeList> Attrs) { in get()
[all …]
/aosp_15_r20/external/clang/lib/CodeGen/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributes.cpp593 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get()
719 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode()
737 ArrayRef<Attribute> Attrs) { in get()
770 SmallVector<Attribute, 8> Attrs; in get() local
973 ArrayRef<std::pair<unsigned, Attribute>> Attrs) { in get()
1009 ArrayRef<std::pair<unsigned, AttributeSet>> Attrs) { in get()
1092 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
1100 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
1107 ArrayRef<AttributeList> Attrs) { in get()

12345678910>>...14