Home
last modified time | relevance | path

Searched refs:TargetFeature (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp182 AArch64::targetFeatureToExtension(StringRef TargetFeature) { in targetFeatureToExtension() argument
184 if (TargetFeature == E.PosTargetFeature || in targetFeatureToExtension()
185 TargetFeature == E.NegTargetFeature) in targetFeatureToExtension()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp514 std::string TargetFeature = in parseTargetAttr() local
516 if (!TargetFeature.empty()) in parseTargetAttr()
517 Features.push_back(Ext.front() + TargetFeature); in parseTargetAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h261 targetFeatureToExtension(StringRef TargetFeature);
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1421 auto TargetFeature = TargetFeatureMap.find(CodeObjectFeature.getKey()); in isCodeObjectCompatible() local
1422 if (TargetFeature == TargetFeatureMap.end()) { in isCodeObjectCompatible()
1431 } else if (TargetFeature->getValue() != CodeObjectFeature.getValue()) { in isCodeObjectCompatible()