Searched refs:Attributes (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.h34 uint16_t Attributes; member in struct:llvm::X86InstrFMA3Group
43 /// This bit must be set in the 'Attributes' field of FMA group if such
47 /// This bit must be set in the 'Attributes' field of FMA group if such
53 /// This bit must be set in the 'Attributes' field of FMA group if such
74 bool isIntrinsic() const { return (Attributes & Intrinsic) != 0; }
78 return (Attributes & KMergeMasked) != 0;
82 bool isKZeroMasked() const { return (Attributes &KZeroMasked) != 0; }
86 return (Attributes & (KMergeMasked | KZeroMasked)) != 0;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h54 const char *Name, *Type, *Attributes, *HeaderName; member in struct:clang::Builtin::Info
99 return strchr(getRecord(ID).Attributes, 'U') != nullptr;
105 return strchr(getRecord(ID).Attributes, 'c') != nullptr;
110 return strchr(getRecord(ID).Attributes, 'n') != nullptr;
115 return strchr(getRecord(ID).Attributes, 'r') != nullptr;
120 return strchr(getRecord(ID).Attributes, 'j') != nullptr;
126 return strchr(getRecord(ID).Attributes, 'u') != nullptr;
132 return strchr(getRecord(ID).Attributes, 'F') != nullptr;
139 return strchr(getRecord(ID).Attributes, 'f') != nullptr;
146 return strchr(getRecord(ID).Attributes, '
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp1 //===- Attributes.cpp - Generate attributes -------------------------------===//
20 class Attributes { class in namespace:__anon3351
22 Attributes(RecordKeeper &R) : Records(R) {} function in class:__anon3351::Attributes
40 void Attributes::emitTargetIndependentEnums(raw_ostream &OS) {
53 void Attributes::emitConversionFn(raw_ostream &OS) {
74 void Attributes::emitFnAttrCompatCheck(raw_ostream &OS, bool IsStringAttr) {
138 void Attributes::printEnumAttrClasses(raw_ostream &OS,
151 void Attributes::printStrBoolAttrClasses(raw_ostream &OS,
164 void Attributes::emit(raw_ostream &OS) {
173 Attributes(R
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp159 ARMAttributeParser Attributes; local
160 if (Error E = getBuildAttributes(Attributes))
165 if (Attributes.hasAttribute(ARMBuildAttrs::CPU_arch))
166 isV7 = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch)
169 if (Attributes.hasAttribute(ARMBuildAttrs::CPU_arch_profile)) {
170 switch(Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile)) {
187 if (Attributes.hasAttribute(ARMBuildAttrs::THUMB_ISA_use)) {
188 switch(Attributes.getAttributeValue(ARMBuildAttrs::THUMB_ISA_use)) {
201 if (Attributes.hasAttribute(ARMBuildAttrs::FP_arch)) {
202 switch(Attributes
[all...]
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiGpt.h131 UINT64 Attributes; member in struct:__anon6092
H A DUefiSpec.h124 /// Attributes of the memory region that describe the bit mask of capabilities
626 @param[out] Attributes If not NULL, a pointer to the memory location to return the
649 OUT UINT32 *Attributes, OPTIONAL
690 @param[in] Attributes Attributes bitmask to set for the variable.
703 defined by the Attributes.
723 IN UINT32 Attributes,
1290 @param[in] Attributes The open mode of the protocol interface specified by Handle
1310 IN UINT32 Attributes
1350 UINT32 Attributes; member in struct:__anon6132
2042 UINT32 Attributes; member in struct:_EFI_LOAD_OPTION
[all...]
/freebsd-11-stable/stand/efi/include/Protocol/
H A DEdidOverride.h38 @param Attributes The attributes associated with ChildHandle video output device.
53 OUT UINT32 *Attributes,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp185 unsigned Attributes = ODS.getPropertyAttributes(); local
186 FD.D.setObjCWeakProperty((Attributes & ObjCDeclSpec::DQ_PR_weak) != 0);
189 if (!getOwnershipRule(Attributes)) {
190 Attributes |= deducePropertyOwnershipFromType(*this, T);
192 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) ||
194 !(Attributes & ObjCDeclSpec::DQ_PR_readonly));
205 isReadWrite, Attributes,
216 ODS.getSetterNameLoc(), isReadWrite, Attributes,
224 CheckObjCPropertyAttributes(Res, AtLoc, Attributes,
281 makePropertyAttributesAsWritten(unsigned Attributes) { argument
414 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, unsigned &Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind) argument
566 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
2195 unsigned Attributes = Property->getPropertyAttributes(); local
2617 CheckObjCPropertyAttributes(Decl *PDecl, SourceLocation Loc, unsigned &Attributes, bool propertyInPrimaryClass) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp53 return strchr(BuiltinInfo[i].Attributes, 'f') != nullptr;
62 strchr(BuiltinInfo.Attributes, 'f');
113 const char *WidthPos = ::strchr(getRecord(ID).Attributes, 'V');
136 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt);
163 const char *CalleePos = ::strchr(getRecord(ID).Attributes, 'C');
/freebsd-11-stable/stand/efi/include/
H A Defipciio.h113 /// Set the PCI controller's current attributes to Attributes.
117 /// Enable the attributes specified by the bits that are set in Attributes for this PCI controller.
121 /// Disable the attributes specified by the bits that are set in Attributes for this PCI controller.
345 @param Attributes The requested bit mask of attributes for the allocated range.
348 @retval EFI_UNSUPPORTED Attributes is unsupported. The only legal attribute bits are
362 IN UINT64 Attributes
432 @param Attributes The mask of attributes that are used for Set, Enable, and Disable
440 Attributes are not supported by this PCI controller or one of
449 IN UINT64 Attributes,
469 @retval EFI_INVALID_PARAMETER Both Supports and Attributes ar
538 EFI_PCI_IO_PROTOCOL_ATTRIBUTES Attributes; member in struct:_EFI_PCI_IO_PROTOCOL
[all...]
H A Defigpt.h43 UINT64 Attributes; member in struct:__anon3972
48 // EFI Partition Attributes
H A Defipoint.h80 UINT32 Attributes; member in struct:__anon4002
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFVisitor.cpp57 auto AbbrForm = Abbrev.Attributes.begin();
59 FormVal != Entry.Values.end() && AbbrForm != Abbrev.Attributes.end();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h230 struct Attributes { struct in class:clang::ModuleMap
244 Attributes() function in struct:clang::ModuleMap::Attributes
255 Attributes Attrs;
379 Attributes Attrs, Module *Parent);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMAttributeParser.h23 std::map<unsigned, unsigned> Attributes; member in class:llvm::ARMAttributeParser
130 return Attributes.count(Tag);
134 return Attributes.find(Tag)->second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp259 struct Attributes {
277 void Attributes::add(const Twine &Name, const Twine &Value,
287 void Attributes::addComment(const Twine &Comment) {
297 std::string Attributes::getAsString() const {
473 Attributes A;
H A DLLVMContextImpl.h1039 unsigned Attributes; member in struct:llvm::MDNodeKeyImpl
1043 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1046 SetterName(SetterName), Attributes(Attributes), Type(Type) {}
1050 Attributes(N->getAttributes()), Type(N->getRawType()) {}
1056 Attributes == RHS->getAttributes() && Type == RHS->getRawType();
1060 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
1042 MDNodeKeyImpl(MDString *Name, Metadata *File, unsigned Line, MDString *GetterName, MDString *SetterName, unsigned Attributes, Metadata *Type) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h270 std::vector<AttributeEncoding> Attributes; ///< List of index attributes. member in struct:llvm::DWARFDebugNames::Abbrev
273 std::vector<AttributeEncoding> Attributes)
274 : Code(Code), Tag(Tag), Attributes(std::move(Attributes)) {}
272 Abbrev(uint32_t Code, dwarf::Tag Tag, std::vector<AttributeEncoding> Attributes) argument
/freebsd-11-stable/usr.bin/clang/llvm-tblgen/
H A DMakefile9 SRCS+= Attributes.cpp
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp411 for (const auto &Attr : Attributes)
526 Values.reserve(Abbr.Attributes.size());
527 for (const auto &Attr : Abbr.Attributes)
533 assert(Abbr->Attributes.size() == Values.size());
534 for (auto Tuple : zip_first(Abbr->Attributes, Values)) {
567 assert(Abbr->Attributes.size() == Values.size());
568 for (auto Tuple : zip_first(Abbr->Attributes, Values)) {
H A DDWARFVerifier.cpp1151 SmallSet<unsigned, 5> Attributes; local
1152 for (const auto &AttrEnc : Abbrev.Attributes) {
1153 if (!Attributes.insert(AttrEnc.Index).second) {
1163 if (NI.getCUCount() > 1 && !Attributes.count(dwarf::DW_IDX_compile_unit)) {
1170 if (!Attributes.count(dwarf::DW_IDX_die_offset)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h211 // dumpbin reports this field as "Characteristics" instead of "Attributes".
212 support::ulittle32_t Attributes; member in struct:llvm::object::delay_import_directory_table_entry
1247 support::ulittle16_t Attributes; member in struct:llvm::object::frame_type::FpoData
1250 int getPrologSize() const { return Attributes & 0xF; }
1253 int getNumSavedRegs() const { return (Attributes >> 8) & 0x7; }
1256 bool hasSEH() const { return (Attributes >> 9) & 1; }
1259 bool useBP() const { return (Attributes >> 10) & 1; }
1262 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc80 TP.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h453 ArrayRef<Attribute> Attributes; member in class:clang::comments::HTMLStartTagComment
475 return Attributes.size();
479 return Attributes[Idx];
483 Attributes = Attrs;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp911 Attributes Attrs;
917 Attributes Attrs, Module *Parent) {
1457 using Attributes = ModuleMap::Attributes;
1459 bool parseOptionalAttributes(Attributes &Attrs);
1901 Attributes Attrs;
2598 Attributes Attrs;
2748 Attributes Attrs;
2853 bool ModuleMapParser::parseOptionalAttributes(Attributes &Attrs) {

Completed in 309 milliseconds

123