Home
last modified time | relevance | path

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

12345

/netbsd/external/apache2/llvm/dist/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 …]
H A DX86IndirectBranchTracking.cpp94 AttributeList Attrs = CalleeFn->getAttributes(); in IsCallReturnTwice() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A 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()
328 LoopInfo::createLoopDistributeMetadata(const LoopAttributes &Attrs, in createLoopDistributeMetadata()
378 MDNode *LoopInfo::createFullUnrollMetadata(const LoopAttributes &Attrs, in createFullUnrollMetadata()
416 const LoopAttributes &Attrs, in createMetadata()
474 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs, in LoopInfo()
597 ArrayRef<const clang::Attr *> Attrs, in push()
H A DCGStmt.cpp52 void CodeGenFunction::EmitStmt(const Stmt *S, ArrayRef<const Attr *> Attrs) { in EmitStmt()
393 ArrayRef<const Attr *> Attrs) { in EmitSimpleStmt()
1309 ArrayRef<const Attr *> Attrs) { in EmitCaseStmtRange()
1394 ArrayRef<const Attr *> Attrs) { in EmitCaseStmt()
1488 ArrayRef<const Attr *> Attrs) { in EmitDefaultStmt()
H A DCGLoopInfo.h116 LoopAttributes Attrs; variable
/netbsd/external/apache2/llvm/dist/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.cpp125 std::string Attrs = getMemberAttributes( in operator ()() local
618 std::string Attrs = getMemberAttributes( in visitKnownMember() local
629 std::string Attrs = getMemberAttributes( in visitKnownMember() local
642 std::string Attrs = getMemberAttributes( in visitKnownMember() local
681 std::string Attrs = getMemberAttributes( in visitKnownMember() local
693 std::string Attrs = getMemberAttributes( in visitKnownMember() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dattributes.c32 LLVMAttributeRef *Attrs = 0; in llvm_test_function_attributes() local
67 LLVMAttributeRef *Attrs = 0; in llvm_test_callsite_attributes() local
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp47 ParsedAttributes *Attrs) { in ParseTypeName()
107 ParsedAttributesWithRange &Attrs, in ParseAttributes()
328 ParsedAttributes &Attrs, in ParseAttributeWithTypeArg()
456 ParsedAttributes &Attrs, in ParseGNUAttributeArgs()
698 void Parser::ParseMicrosoftDeclSpecs(ParsedAttributes &Attrs, in ParseMicrosoftDeclSpecs()
847 void Parser::ParseOpenCLQualifiers(ParsedAttributes &Attrs) { in ParseOpenCLQualifiers()
3276 ParsedAttributesWithRange Attrs(AttrFactory); in ParseDeclarationSpecifiers() local
3423 ParsedAttributesWithRange Attrs(AttrFactory); in ParseDeclarationSpecifiers() local
4180 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStructDeclaration() local
4300 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStructUnionBody() local
[all …]
H A DParseDeclCXX.cpp429 ParsedAttributesWithRange Attrs(AttrFactory); in ParseExportDeclaration() local
449 ParsedAttributesWithRange Attrs(AttrFactory); in ParseExportDeclaration() local
686 ParsedAttributesWithRange Attrs(AttrFactory); in ParseUsingDeclaration() local
784 ParsedAttributes &Attrs, Decl **OwnedType) { in ParseAliasDeclarationAfterDeclarator()
3072 ParsedAttributesWithRange Attrs(AttrFactory); in SkipCXXMemberSpecification() local
3112 ParsedAttributes Attrs(AttrFactory); in SkipCXXMemberSpecification() local
3228 ParsedAttributesWithRange &Attrs, in ParseCXXMemberSpecification()
4092 ParsedAttributes &Attrs, in ParseCXX11AttributeArgs()
4357 void Parser::ParseMicrosoftUuidAttributeArgs(ParsedAttributes &Attrs) { in ParseMicrosoftUuidAttributeArgs()
H A DParseCXXInlineMethods.cpp707 ParsedAttributes Attrs(AttrFactory); in ParseLexedAttribute() local
783 ParsedAttributesWithRange Attrs(AttrFactory); in ParseLexedPragma() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp116 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes()
329 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes()
341 DIEAttrs Attrs = {}; in addAttributes() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h41 uint16_t Attrs = 0; member
283 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord()
348 uint32_t Attrs = 0; variable
745 MemberAttributes Attrs; variable
801 MemberAttributes Attrs; variable
823 MemberAttributes Attrs; variable
833 EnumeratorRecord(MemberAttributes Attrs, APSInt Value, StringRef Name) in EnumeratorRecord()
844 MemberAttributes Attrs; variable
878 MemberAttributes Attrs; variable
888 VirtualBaseClassRecord(TypeRecordKind Kind, MemberAttributes Attrs, in VirtualBaseClassRecord()
[all …]
/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp168 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in getParsedAttrList() local
1680 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrLateParsedList() local
2166 ParsedAttrMap Attrs = getParsedAttrList(Records); in emitClangAttrArgContextList() local
2222 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrIdentifierArgList() local
2268 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitAttributes() local
2720 std::vector<Record*> Attrs; member
2923 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrPCHRead() local
3073 const std::vector<Record *> &Attrs, raw_ostream &OS, in GenerateHasAttrSpellingStringSwitch()
3207 ParsedAttrMap Attrs = getParsedAttrList(Records); in EmitClangAttrSpellingListIndex() local
3918 ParsedAttrMap Attrs = getParsedAttrList(Records, &Dupes); in EmitClangAttrParsedAttrImpl() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp120 const std::string &Attrs = Graph->getGraphAttrs(N); in getNodeAttributes() local
195 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp892 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode()
906 ArrayRef<Attribute> Attrs) { in get()
944 SmallVector<Attribute, 8> Attrs; in get() local
1210 ArrayRef<std::pair<unsigned, Attribute>> Attrs) { in get()
1247 ArrayRef<std::pair<unsigned, AttributeSet>> Attrs) { in get()
1330 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
1340 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
1349 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
1356 ArrayRef<AttributeList> Attrs) { in get()
1384 AttributeSet Attrs = getAttributes(Index); in addAttribute() local
[all …]
H A DFunction.cpp137 AttributeList Attrs = getParent()->getAttributes(); in hasPassPointeeByValueCopyAttr() local
146 AttributeList Attrs = getParent()->getAttributes(); in hasPointeeInMemoryValueAttr() local
281 AttributeList Attrs = getParent()->getAttributes(); in onlyReadsMemory() local
545 void Function::addAttributes(unsigned i, const AttrBuilder &Attrs) { in addAttributes()
563 void Function::addParamAttrs(unsigned ArgNo, const AttrBuilder &Attrs) { in addParamAttrs()
581 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { in removeAttributes()
599 void Function::removeParamAttrs(unsigned ArgNo, const AttrBuilder &Attrs) { in removeParamAttrs()
H A DModuleSummaryIndex.cpp373 std::vector<std::string> Attrs; member
478 std::string Attrs = getSummaryAttributes(GVS); in getNodeLabel() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1445 const AttributeList &Attrs) { in emitUnaryFloatFnCallHelper()
1467 const AttributeList &Attrs) { in emitUnaryFloatFnCall()
1477 const AttributeList &Attrs) { in emitUnaryFloatFnCall()
1487 const AttributeList &Attrs, in emitBinaryFloatFnCallHelper()
1513 const AttributeList &Attrs) { in emitBinaryFloatFnCall()
1526 const AttributeList &Attrs) { in emitBinaryFloatFnCall()
1658 Value *llvm::emitCalloc(Value *Num, Value *Size, const AttributeList &Attrs, in emitCalloc()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalVariable.h43 AttributeSet Attrs; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionMachO.cpp194 StringRef Attrs = GetEmptyOrTrim(3); in ParseSectionSpecifier() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h495 AttributeSet Attrs; member
548 AttributeSet Attrs; member
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp932 Attributes Attrs; in inferFrameworkModule() local
938 Attributes Attrs, Module *Parent) { in inferFrameworkModule()
1934 Attributes Attrs; in parseModuleDecl() local
2631 Attributes Attrs; in parseConfigMacros() local
2781 Attributes Attrs; in parseInferredModuleDecl() local
2886 bool ModuleMapParser::parseOptionalAttributes(Attributes &Attrs) { in parseOptionalAttributes()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGraphWriter.h283 const std::string &Attrs) { in emitEdge()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h54 AliasAttrs Attrs; member
520 auto Attrs = Current->getAttrs(); in tryMergeUpwards() local

12345