Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLoongArch.h113 ParsedTargetAttr parseTargetAttr(StringRef Str) const override;
H A DRISCV.h125 ParsedTargetAttr parseTargetAttr(StringRef Str) const override;
H A DLoongArch.cpp419 LoongArchTargetInfo::parseTargetAttr(StringRef Features) const { in parseTargetAttr() function in LoongArchTargetInfo
H A DAArch64.h208 ParsedTargetAttr parseTargetAttr(StringRef Str) const override;
H A DRISCV.cpp497 ParsedTargetAttr RISCVTargetInfo::parseTargetAttr(StringRef Features) const { in parseTargetAttr() function in RISCVTargetInfo
H A DAArch64.cpp1243 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 DCodeGenFunction.cpp3041 getContext().getTargetInfo().parseTargetAttr(Feat).Features; in EmitRISCVMultiVersionResolver()
H A DCodeGenModule.cpp2855 Target.parseTargetAttr(TD->getFeaturesStr()); in GetCPUAndFeaturesAttributes()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp577 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.cpp149 CGM.getTarget().parseTargetAttr(TA->getFeaturesStr()); in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1386 virtual ParsedTargetAttr parseTargetAttr(StringRef Str) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11194 S.getASTContext().getTargetInfo().parseTargetAttr(TA->getFeaturesStr()); in CheckMultiVersionValue()
11223 S.getASTContext().getTargetInfo().parseTargetAttr(TVA->getName()); in CheckMultiVersionValue()
11584 S.getASTContext().getTargetInfo().parseTargetAttr( in CheckDeclarationCausesMultiVersioning()
11588 S.getASTContext().getTargetInfo().parseTargetAttr( in CheckDeclarationCausesMultiVersioning()
11680 NewParsed = S.getASTContext().getTargetInfo().parseTargetAttr( in CheckMultiVersionAdditionalDecl()
11721 S.getASTContext().getTargetInfo().parseTargetAttr( in CheckMultiVersionAdditionalDecl()
H A DSemaDeclAttr.cpp3278 Context.getTargetInfo().parseTargetAttr(AttrStr); in checkTargetAttr()
3362 Context.getTargetInfo().parseTargetAttr(AttrStr); in checkTargetVersionAttr()
3518 Context.getTargetInfo().parseTargetAttr(AttrStr); in checkTargetClonesAttrString()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14893 ParsedTargetAttr ParsedAttr = Target->parseTargetAttr(TD->getFeaturesStr()); in filterFunctionTargetAttrs()
14960 ParsedTargetAttr ParsedAttr = Target->parseTargetAttr(VersionStr); in getFunctionFeatureMap()
14980 ParsedTargetAttr ParsedAttr = Target->parseTargetAttr(TV->getName()); in getFunctionFeatureMap()