Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp126 if (ArchExt == A.UserVisibleName || ArchExt == A.Alias) in parseArchExtension()
171 if (!Ext.UserVisibleName.empty() && !Ext.PosTargetFeature.empty()) { in PrintSupportedExtensions()
174 Ext.UserVisibleName.str().c_str(), in PrintSupportedExtensions()
218 LLVM_DEBUG(llvm::dbgs() << "Enable " << lookupExtensionByID(E).UserVisibleName << "\n"); in enable()
259 LLVM_DEBUG(llvm::dbgs() << "Disable " << lookupExtensionByID(E).UserVisibleName << "\n"); in disable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td30 string UserVisibleName = "";
50 let UserVisibleName = TargetFeatureName;
66 let ArchExtKindSpelling = "AEK_FP", UserVisibleName = "fp" in
70 let ArchExtKindSpelling = "AEK_SIMD", UserVisibleName = "simd" in
97 let UserVisibleName = "pmuv3" in
141 let ArchExtKindSpelling = "AEK_FP16", UserVisibleName = "fp16" in
145 let ArchExtKindSpelling = "AEK_PROFILE", UserVisibleName = "profile" in
183 let ArchExtKindSpelling = "AEK_JSCVT", UserVisibleName = "jscvt" in
194 let ArchExtKindSpelling = "AEK_FCMA", UserVisibleName = "fcma" in
267 let ArchExtKindSpelling = "AEK_RAND", UserVisibleName = "rng" in
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h53 StringRef UserVisibleName; // Human readable name used in -march, -cpu member
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp198 if (!Ext.UserVisibleName.empty()) in getAArch64MultilibFlags()
200 MArch.push_back(Ext.UserVisibleName.str()); in getAArch64MultilibFlags()
202 if (!Ext.UserVisibleName.empty()) in getAArch64MultilibFlags()
204 MArch.push_back(("no" + Ext.UserVisibleName).str()); in getAArch64MultilibFlags()