Home
last modified time | relevance | path

Searched refs:IsExperimental (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp240 bool IsExperimental = stripExperimentalPrefix(Ext); in isSupportedExtensionFeature() local
243 IsExperimental ? ArrayRef(SupportedExperimentalExtensions) in isSupportedExtensionFeature()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td27 // IsExperimental
32 string value = "true", bit IsExperimental = false>
37 let Name = !if(IsExperimental, "experimental-", "") # !tolower(extName);