Home
last modified time | relevance | path

Searched refs:parseTargetAttr (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.h124 ParsedTargetAttr parseTargetAttr(StringRef Str) const override;
H A DAArch64.h165 ParsedTargetAttr parseTargetAttr(StringRef Str) const override;
H A DRISCV.cpp409 ParsedTargetAttr RISCVTargetInfo::parseTargetAttr(StringRef Features) const { in parseTargetAttr() function in RISCVTargetInfo
H A DAArch64.cpp1129 ParsedTargetAttr AArch64TargetInfo::parseTargetAttr(StringRef Features) const { in parseTargetAttr() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp214 ParsedTargetAttr Info = TI.parseTargetAttr(AttrStr); in appendAttributeMangling()
H A DCodeGenModule.cpp2649 Target.parseTargetAttr(TD->getFeaturesStr()); in GetCPUAndFeaturesAttributes()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp548 ParsedTargetAttr TargetInfo::parseTargetAttr(StringRef Features) const { in parseTargetAttr() function in TargetInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp145 CGM.getTarget().parseTargetAttr(TA->getFeaturesStr()); in setTargetAttributes()
H A DAArch64.cpp127 CGM.getTarget().parseTargetAttr(TA->getFeaturesStr()); in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1357 virtual ParsedTargetAttr parseTargetAttr(StringRef Str) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10972 S.getASTContext().getTargetInfo().parseTargetAttr(TA->getFeaturesStr()); in CheckMultiVersionValue()
11353 S.getASTContext().getTargetInfo().parseTargetAttr( in CheckDeclarationCausesMultiVersioning()
11357 S.getASTContext().getTargetInfo().parseTargetAttr( in CheckDeclarationCausesMultiVersioning()
11449 NewParsed = S.getASTContext().getTargetInfo().parseTargetAttr( in CheckMultiVersionAdditionalDecl()
11490 S.getASTContext().getTargetInfo().parseTargetAttr( in CheckMultiVersionAdditionalDecl()
H A DSemaDeclAttr.cpp2966 Context.getTargetInfo().parseTargetAttr(AttrStr); in checkTargetAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14055 ParsedTargetAttr ParsedAttr = Target->parseTargetAttr(TD->getFeaturesStr()); in filterFunctionTargetAttrs()