Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.h122 ParsedTargetAttr parseTargetAttr(StringRef Str) const override;
H A DAArch64.h165 ParsedTargetAttr parseTargetAttr(StringRef Str) const override;
H A DRISCV.cpp407 ParsedTargetAttr RISCVTargetInfo::parseTargetAttr(StringRef Features) const { in parseTargetAttr() function in RISCVTargetInfo
H A DAArch64.cpp1070 ParsedTargetAttr AArch64TargetInfo::parseTargetAttr(StringRef Features) const { in parseTargetAttr() function in AArch64TargetInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp537 ParsedTargetAttr TargetInfo::parseTargetAttr(StringRef Features) const { in parseTargetAttr() function in TargetInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp142 CGM.getTarget().parseTargetAttr(TA->getFeaturesStr()); in setTargetAttributes()
H A DAArch64.cpp116 CGM.getTarget().parseTargetAttr(TA->getFeaturesStr()); in setTargetAttributes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1318 virtual ParsedTargetAttr parseTargetAttr(StringRef Str) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11097 S.getASTContext().getTargetInfo().parseTargetAttr(TA->getFeaturesStr()); in CheckMultiVersionValue()
11434 S.getASTContext().getTargetInfo().parseTargetAttr( in CheckTargetCausesMultiVersioning()
11438 S.getASTContext().getTargetInfo().parseTargetAttr( in CheckTargetCausesMultiVersioning()
11522 NewParsed = S.getASTContext().getTargetInfo().parseTargetAttr( in CheckMultiVersionAdditionalDecl()
11576 S.getASTContext().getTargetInfo().parseTargetAttr( in CheckMultiVersionAdditionalDecl()
H A DSemaDeclAttr.cpp3458 Context.getTargetInfo().parseTargetAttr(AttrStr); in checkTargetAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1758 ParsedTargetAttr Info = Target.parseTargetAttr(Attr->getFeaturesStr()); in AppendTargetMangling()
2615 Target.parseTargetAttr(TD->getFeaturesStr()); in GetCPUAndFeaturesAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13480 ParsedTargetAttr ParsedAttr = Target->parseTargetAttr(TD->getFeaturesStr()); in filterFunctionTargetAttrs()