Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/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 …]
H A DX86IndirectBranchTracking.cpp95 AttributeList Attrs = CalleeFn->getAttributes(); in IsCallReturnTwice() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp36 MDNode *LoopInfo::createPipeliningMetadata(const LoopAttributes &Attrs, in createPipeliningMetadata()
81 LoopInfo::createPartialUnrollMetadata(const LoopAttributes &Attrs, in createPartialUnrollMetadata()
143 LoopInfo::createUnrollAndJamMetadata(const LoopAttributes &Attrs, in createUnrollAndJamMetadata()
211 LoopInfo::createLoopVectorizeMetadata(const LoopAttributes &Attrs, in createLoopVectorizeMetadata()
329 LoopInfo::createLoopDistributeMetadata(const LoopAttributes &Attrs, in createLoopDistributeMetadata()
379 MDNode *LoopInfo::createFullUnrollMetadata(const LoopAttributes &Attrs, in createFullUnrollMetadata()
417 const LoopAttributes &Attrs, in createMetadata()
484 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs, in LoopInfo()
607 ArrayRef<const clang::Attr *> Attrs, in push()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp17 static inline MethodKind getMethodKind(uint16_t Attrs) { in getMethodKind() argument
23 static inline bool isIntroVirtual(uint16_t Attrs) { in isIntroVirtual() argument
29 static inline PointerMode getPointerMode(uint32_t Attrs) { in getPointerMode() argument
34 static inline bool isMemberPointer(uint32_t Attrs) { in isMemberPointer() argument
85 uint16_t Attrs = support::endian::read16le(Content.data()); handleMethodOverloadList() local
148 uint16_t Attrs = support::endian::read16le(Data.drop_front(2).data()); handleOneMethod() local
269 uint32_t Attrs = support::endian::read32le(Content.drop_front(4).data()); handlePointer() local
[all...]
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
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp52 ParsedAttributes *Attrs) { in ParseTypeName()
133 void Parser::ParseAttributes(unsigned WhichAttrKinds, ParsedAttributes &Attrs, in ParseAttributes()
190 void Parser::ParseGNUAttributes(ParsedAttributes &Attrs, in ParseGNUAttributes()
413 ParsedAttributes &Attrs, in ParseAttributeWithTypeArg()
521 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon()
671 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseGNUAttributeArgs()
736 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseClangAttributeArgs()
777 ParsedAttributes &Attrs) { in ParseMicrosoftDeclSpecArgs()
925 void Parser::ParseMicrosoftDeclSpecs(ParsedAttributes &Attrs) { in ParseMicrosoftDeclSpecs()
1110 void Parser::ParseOpenCLQualifiers(ParsedAttributes &Attrs) { in ParseOpenCLQualifiers()
[all …]
H A DParseHLSL.cpp65 ParsedAttributes Attrs(AttrFactory); in ParseHLSLBuffer() local
121 void Parser::ParseHLSLAnnotations(ParsedAttributes &Attrs, in ParseHLSLAnnotations()
H A DParser.cpp811 Parser::ParseExternalDeclaration(ParsedAttributes &Attrs, in ParseExternalDeclaration()
1139 ParsedAttributes &Attrs, ParsedAttributes &DeclSpecAttrs, in ParseDeclOrFunctionDefInternal()
1253 ParsedAttributes &Attrs, ParsedAttributes &DeclSpecAttrs, in ParseDeclarationOrFunctionDefinition()
2439 ParsedAttributes Attrs(AttrFactory); in ParseMicrosoftIfExistsExternalDeclaration() local
2530 ParsedAttributes Attrs(AttrFactory); in ParseModuleDecl() local
2599 ParsedAttributes Attrs(AttrFactory); in ParseModuleImport() local
H A DParseDeclCXX.cpp495 SourceLocation &DeclEnd, ParsedAttributes &Attrs) { in ParseUsingDirectiveOrDeclaration()
816 ParsedAttributes Attrs(AttrFactory); in ParseUsingDeclaration() local
926 ParsedAttributes &Attrs, Decl **OwnedType) { in ParseAliasDeclarationAfterDeclarator()
3479 ParsedAttributes Attrs(AttrFactory); in SkipCXXMemberSpecification() local
3520 ParsedAttributes Attrs(AttrFactory); in SkipCXXMemberSpecification() local
3644 ParsedAttributes &Attrs, in ParseCXXMemberSpecification()
4608 bool Parser::ParseCXXAssumeAttributeArg(ParsedAttributes &Attrs, in ParseCXXAssumeAttributeArg()
4679 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseCXX11AttributeArgs()
4799 void Parser::ParseCXX11AttributeSpecifierInternal(ParsedAttributes &Attrs, in ParseCXX11AttributeSpecifierInternal()
4957 void Parser::ParseCXX11Attributes(ParsedAttributes &Attrs) { in ParseCXX11Attributes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp111 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes()
336 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes()
348 DIEAttrs Attrs = {}; in addAttributes() local
/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp61 SMEAttrs::SMEAttrs(const AttributeList &Attrs) { in SMEAttrs()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp176 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in getParsedAttrList() local
1898 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrLateParsedListImpl() local
2393 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrTypeArgList() local
2416 ParsedAttrMap Attrs = getParsedAttrList(Records); in emitClangAttrArgContextList() local
2478 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrVariadicIdentifierArgList() local
2530 ParsedAttrMap Attrs = getParsedAttrList(Records, &Dupes, /*SemaOnly=*/false); in emitClangAttrUnevaluatedStringLiteralList() local
2565 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrIdentifierArgList() local
2585 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrStrictIdentifierArgAtIndexList() local
2618 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrThisIsaIdentifierArgList() local
2638 ParsedAttrMap Attrs = getParsedAttrList(Records); in emitClangAttrAcceptsExprPack() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributeMask.h30 std::bitset<Attribute::EndAttrKinds> Attrs; variable
H A DGlobalVariable.h42 AttributeSet Attrs; variable
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp154 SMEAttrs Attrs(DAG.getMachineFunction().getFunction()); in EmitTargetCodeForMemcpy() local
172 SMEAttrs Attrs(DAG.getMachineFunction().getFunction()); in EmitTargetCodeForMemset() local
190 SMEAttrs Attrs(DAG.getMachineFunction().getFunction()); in EmitTargetCodeForMemmove() local
H A DSMEABIPass.cpp64 auto Attrs = AttributeList().addFnAttribute(M->getContext(), in emitTPIDR2Save() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp846 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get()
1028 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode()
1042 ArrayRef<Attribute> Attrs) { in get()
1292 ArrayRef<std::pair<unsigned, Attribute>> Attrs) { in get()
1325 ArrayRef<std::pair<unsigned, AttributeSet>> Attrs) { in get()
1393 AttributeSet Attrs) { in get()
1409 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
1419 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
1428 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
1435 ArrayRef<AttributeList> Attrs) { in get()
[all …]
H A DFunction.cpp173 AttributeList Attrs = getParent()->getAttributes(); in hasPassPointeeByValueCopyAttr() local
182 AttributeList Attrs = getParent()->getAttributes(); in hasPointeeInMemoryValueAttr() local
317 AttributeList Attrs = getParent()->getAttributes(); in onlyReadsMemory() local
641 void Function::addFnAttrs(const AttrBuilder &Attrs) { in addFnAttrs()
653 void Function::addRetAttrs(const AttrBuilder &Attrs) { in addRetAttrs()
665 void Function::addParamAttrs(unsigned ArgNo, const AttrBuilder &Attrs) { in addParamAttrs()
697 void Function::removeRetAttrs(const AttributeMask &Attrs) { in removeRetAttrs()
709 void Function::removeParamAttrs(unsigned ArgNo, const AttributeMask &Attrs) { in removeParamAttrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp116 const std::string &Attrs = Graph->getGraphAttrs(N); in getNodeAttributes() local
191 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp385 static void CheckForDuplicateLoopAttrs(Sema &S, ArrayRef<const Attr *> Attrs) { in CheckForDuplicateLoopAttrs()
439 const SmallVectorImpl<const Attr *> &Attrs) { in CheckForIncompatibleAttributes()
696 bool Sema::CheckRebuiltStmtAttributes(ArrayRef<const Attr *> Attrs) { in CheckRebuiltStmtAttributes()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp146 for (auto &Attrs : ArgumentAttributes) in CodeGenIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1708 const AttributeList &Attrs, in emitUnaryFloatFnCallHelper()
1731 const AttributeList &Attrs) { in emitUnaryFloatFnCall()
1744 const AttributeList &Attrs) { in emitUnaryFloatFnCall()
1757 const AttributeList &Attrs, in emitBinaryFloatFnCallHelper()
1782 const AttributeList &Attrs) { in emitBinaryFloatFnCall()
1798 const AttributeList &Attrs) { in emitBinaryFloatFnCall()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp198 StringRef Attrs = GetEmptyOrTrim(3); in ParseSectionSpecifier() local

123456