| /freebsd/crypto/openssl/ |
| H A D | INSTALL.md | 579 ### no-afalgeng 585 ### enable-ktls 595 ### enable-asan 604 ### enable-acvp-tests 614 ### no-apps 619 ### no-asm 627 ### no-async 631 ### no-atexit 639 ### no-autoalginit 649 ### no-autoerrinit [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetID.cpp | 28 auto Features = T.isAMDGCN() ? llvm::AMDGPU::getArchAttrAMDGCN(ProcKind) in getAllPossibleAMDGPUTargetIDFeatures() local 79 auto Features = Split.second; in parseTargetIDWithFormatCheckingOnly() local 128 const llvm::StringMap<bool> &Features) { in getCanonicalTargetID() 145 llvm::StringMap<bool> Features; in getConflictTargetIDCombination() member 151 llvm::StringMap<bool> Features; in getConflictTargetIDCombination() local
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | RISCV.cpp | 27 std::vector<StringRef> &Features, in getArchFeatures() 56 std::vector<StringRef> &Features) { in getRISCFeaturesFromMcpu() 71 std::vector<StringRef> &Features) { in getRISCVTargetFeatures() 291 std::vector<std::string> Features; in getRISCVArch() local
|
| H A D | M68k.cpp | 65 std::vector<llvm::StringRef> &Features) { in addFloatABIFeatures() 91 std::vector<StringRef> &Features) { in getM68kTargetFeatures()
|
| H A D | AArch64.cpp | 139 llvm::AArch64::ExtensionSet &Extensions, std::vector<StringRef> &Features) { in getAArch64ArchFeaturesFromMcpu() 158 std::vector<StringRef> &Features) { in getAArch64MicroArchFeaturesFromMtune() 169 std::vector<StringRef> &Features) { in getAArch64MicroArchFeaturesFromMcpu() 176 std::vector<StringRef> &Features, in getAArch64TargetFeatures()
|
| H A D | CSKY.cpp | 76 StringRef FPU, std::vector<StringRef> &Features) { in getCSKYFPUFeatures() 116 std::vector<llvm::StringRef> &Features) { in getCSKYTargetFeatures()
|
| H A D | VE.cpp | 20 std::vector<StringRef> &Features) { in getVETargetFeatures()
|
| H A D | ARM.cpp | 101 std::vector<StringRef> &Features) { in getARMHWDivFeatures() 110 std::vector<StringRef> &Features) { in getARMFPUFeatures() 120 std::vector<StringRef> &Features, in DecodeARMFeatures() 133 std::vector<StringRef> &Features) { in DecodeARMFeaturesFromCPU() 147 std::vector<StringRef> &Features, in checkARMArchName() 165 std::vector<StringRef> &Features, in checkARMCPUName() 534 std::vector<StringRef> &Features, in getARMTargetFeatures()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | WebAssembly.cpp | 126 void WebAssemblyTargetInfo::setSIMDLevel(llvm::StringMap<bool> &Features, in setSIMDLevel() 153 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() 165 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap() 211 std::vector<std::string> &Features, DiagnosticsEngine &Diags) { in handleTargetFeatures()
|
| H A D | RISCV.cpp | 339 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap() 410 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() 468 static void populateNegativeRISCVFeatures(std::vector<std::string> &Features) { in populateNegativeRISCVFeatures() 481 std::vector<std::string> &Features) { in handleFullArchString() 506 std::vector<std::string> &Features) { in parseTargetAttr()
|
| H A D | PPC.cpp | 42 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() 524 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap() 615 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()
|
| H A D | Hexagon.cpp | 116 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap() 132 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | AArch64TargetParser.cpp | 58 uint64_t AArch64::getFMVPriority(ArrayRef<StringRef> Features) { in getFMVPriority() 80 uint64_t AArch64::getCpuSupportsMask(ArrayRef<StringRef> Features) { in getCpuSupportsMask() 99 std::vector<StringRef> &Features) { in getExtensionFeatures() 379 const std::vector<std::string> &Features, in reconstructFromParsedFeatures() 397 std::vector<StringRef> Features; in dump() local
|
| H A D | Host.cpp | 709 const unsigned *Features, in getIntelProcessorTypeAndSubtype() 1110 const unsigned *Features, in getAMDProcessorTypeAndSubtype() 1284 unsigned *Features) { in getAvailableFeatures() 1427 unsigned Features[(X86::CPU_FEATURE_MAX + 31) / 32] = {0}; in getHostCPUName() local 1861 StringMap<bool> Features; in getHostCPUFeatures() local 2072 StringMap<bool> Features; in getHostCPUFeatures() local 2152 StringMap<bool> Features; in getHostCPUFeatures() local 2177 StringMap<bool> Features; in getHostCPUFeatures() local 2209 StringMap<bool> Features; in getHostCPUFeatures() local
|
| H A D | CSKYTargetParser.cpp | 22 std::vector<StringRef> &Features) { in getFPUFeatures() 172 std::vector<StringRef> &Features) { in getExtensionFeatures()
|
| H A D | TargetParser.cpp | 74 unsigned Features; member 368 StringMap<bool> &Features) { in fillAMDGPUFeatureMap() 750 StringMap<bool> &Features) { in insertWaveSizeFeature()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 287 FeatureBitset Features = coalesceFeatures(M); in runOnModule() local 321 FeatureBitset Features; in coalesceFeatures() local 344 static std::string getFeatureString(const FeatureBitset &Features) { in getFeatureString() 355 void replaceFeatures(Function &F, const std::string &Features) { in replaceFeatures() 410 void recordFeatures(Module &M, const FeatureBitset &Features, bool Stripped) { in recordFeatures()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 101 SubtargetFeatures Features; in getMIPSFeatures() local 161 SubtargetFeatures Features; in getARMFeatures() local 320 SubtargetFeatures Features; in getHexagonFeatures() local 368 SubtargetFeatures Features; in getRISCVFeatures() local 402 SubtargetFeatures Features; in getLoongArchFeatures() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 627 SubtargetFeatures Features; in getFeaturesStr() local 644 SubtargetFeatures Features; in getFeatureList() local 672 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() 751 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
|
| /freebsd/contrib/lib9p/ |
| H A D | README.md | 7 # Features chapter
|
| /freebsd/contrib/llvm-project/lld/docs/MachO/ |
| H A D | index.rst | 9 Features chapter
|
| /freebsd/contrib/ntp/libjsmn/ |
| H A D | README.md | 31 Features section in JSMN
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | index.rst | 15 Features chapter
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCTargetDesc.cpp | 612 std::pair<std::string, std::string> Features = selectCPUAndFS(CPU, FS); in createHexagonMCSubtargetInfo() local 634 llvm::FeatureBitset Features = X->getFeatureBits(); in createHexagonMCSubtargetInfo() local 639 llvm::FeatureBitset Features = X->getFeatureBits(); in createHexagonMCSubtargetInfo() local 651 llvm::FeatureBitset Features = X->getFeatureBits(); in createHexagonMCSubtargetInfo() local 670 Hexagon_MC::getHVXVersion(const FeatureBitset &Features) { in getHVXVersion() 682 unsigned Hexagon_MC::getArchVersion(const FeatureBitset &Features) { in getArchVersion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InfoStream.h | 62 PdbRaw_Features Features = PdbFeatureNone; variable
|