Home
last modified time | relevance | path

Searched defs:Features (Results 1 – 25 of 142) sorted by relevance

123456

/freebsd/crypto/openssl/
H A DINSTALL.md502 ### no-afalgeng
508 ### enable-ktls
518 ### enable-asan
527 ### enable-acvp-tests
537 ### no-asm
545 ### no-async
549 ### no-atexit
556 ### no-autoalginit
566 ### no-autoerrinit
574 ### no-autoload-config
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetID.cpp28 auto Features = T.isAMDGCN() ? llvm::AMDGPU::getArchAttrAMDGCN(ProcKind) in getAllPossibleAMDGPUTargetIDFeatures() local
79 auto Features = Split.second; in parseTargetIDWithFormatCheckingOnly() local
131 const llvm::StringMap<bool> &Features) { in getCanonicalTargetID()
148 llvm::StringMap<bool> Features; in getConflictTargetIDCombination() member
152 llvm::StringMap<bool> Features; in getConflictTargetIDCombination() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp30 std::vector<StringRef> &Features, in getArchFeatures()
59 std::vector<StringRef> &Features) { in getRISCFeaturesFromMcpu()
74 std::vector<StringRef> &Features) { in getRISCVTargetFeatures()
321 std::vector<std::string> Features; in getRISCVArch() local
H A DM68k.cpp69 std::vector<llvm::StringRef> &Features) { in addFloatABIFeatures()
95 std::vector<StringRef> &Features) { in getM68kTargetFeatures()
H A DCSKY.cpp80 StringRef FPU, std::vector<StringRef> &Features) { in getCSKYFPUFeatures()
120 std::vector<llvm::StringRef> &Features) { in getCSKYTargetFeatures()
H A DARM.cpp82 std::vector<StringRef> &Features) { in getARMHWDivFeatures()
91 std::vector<StringRef> &Features) { in getARMFPUFeatures()
101 std::vector<StringRef> &Features, in DecodeARMFeatures()
114 std::vector<StringRef> &Features) { in DecodeARMFeaturesFromCPU()
128 std::vector<StringRef> &Features, in checkARMArchName()
146 std::vector<StringRef> &Features, in checkARMCPUName()
497 std::vector<StringRef> &Features, in getARMTargetFeatures()
H A DAArch64.cpp153 std::vector<StringRef> &Features) { in getAArch64MicroArchFeaturesFromMtune()
178 std::vector<StringRef> &Features) { in getAArch64MicroArchFeaturesFromMcpu()
192 std::vector<StringRef> &Features, in getAArch64TargetFeatures()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.cpp112 void WebAssemblyTargetInfo::setSIMDLevel(llvm::StringMap<bool> &Features, in setSIMDLevel()
139 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()
151 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap()
181 std::vector<std::string> &Features, DiagnosticsEngine &Diags) { in handleTargetFeatures()
H A DSystemZ.h149 initFeatureMap(llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, in initFeatureMap()
166 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
H A DLoongArch.cpp269 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap()
299 std::vector<std::string> &Features, DiagnosticsEngine &Diags) { in handleTargetFeatures()
H A DPPC.cpp33 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
517 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap()
750 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp203 FeatureBitset Features = coalesceFeatures(M); in runOnModule() local
233 FeatureBitset Features = in coalesceFeatures() local
243 static std::string getFeatureString(const FeatureBitset &Features) { in getFeatureString()
254 void replaceFeatures(Function &F, const std::string &Features) { in replaceFeatures()
309 void recordFeatures(Module &M, const FeatureBitset &Features, bool Stripped) { in recordFeatures()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp711 const unsigned *Features, in getIntelProcessorTypeAndSubtype()
1072 const unsigned *Features, in getAMDProcessorTypeAndSubtype()
1245 unsigned *Features) { in getAvailableFeatures()
1388 unsigned Features[(X86::CPU_FEATURE_MAX + 31) / 32] = {0}; in getHostCPUName() local
1743 StringMap<bool> Features; in getHostCPUFeatures() local
1938 StringMap<bool> Features; in getHostCPUFeatures() local
2008 StringMap<bool> Features; in getHostCPUFeatures() local
2027 StringMap<bool> Features; in getHostCPUFeatures() local
2053 StringMap<bool> Features; in getHostCPUFeatures() local
H A DTargetParser.cpp27 unsigned Features; member
316 StringMap<bool> &Features) { in fillAMDGPUFeatureMap()
621 StringMap<bool> &Features) { in insertWaveSizeFeature()
H A DCSKYTargetParser.cpp21 std::vector<StringRef> &Features) { in getFPUFeatures() argument
171 getExtensionFeatures(uint64_t Extensions,std::vector<StringRef> & Features) getExtensionFeatures() argument
[all...]
H A DAArch64TargetParser.cpp62 std::vector<StringRef> &Features) { in getExtensionFeatures()
315 const std::vector<std::string> &Features, in reconstructFromParsedFeatures()
333 std::vector<StringRef> Features; in dump() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp102 SubtargetFeatures Features; in getMIPSFeatures() local
162 SubtargetFeatures Features; in getARMFeatures() local
319 SubtargetFeatures Features; in getHexagonFeatures() local
367 SubtargetFeatures Features; in getRISCVFeatures() local
401 SubtargetFeatures Features; in getLoongArchFeatures() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp621 SubtargetFeatures Features; in getFeaturesStr() local
638 SubtargetFeatures Features; in getFeatureList() local
666 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
745 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
/freebsd/contrib/lib9p/
H A DREADME.md7 # Features chapter
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp80 static CharSourceRange MakeCharSourceRange(const LangOptions &Features, in MakeCharSourceRange()
100 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
135 const LangOptions &Features, in ProcessCharEscape()
460 const LangOptions &Features, in ProcessNumericUCNEscape()
542 DiagnosticsEngine *Diags, const LangOptions &Features, FullSourceLoc Loc, in DiagnoseInvalidUnicodeCharacterName()
601 const LangOptions &Features) { in ProcessNamedUCNEscape()
649 const LangOptions &Features, in ProcessUCNEscape()
722 const LangOptions &Features, bool &HadError) { in MeasureUCNEscape()
760 const LangOptions &Features) { in EncodeUCNEscape()
/freebsd/contrib/llvm-project/lld/docs/MachO/
H A Dindex.rst9 Features chapter
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp570 std::pair<std::string, std::string> Features = selectCPUAndFS(CPU, FS); in createHexagonMCSubtargetInfo() local
592 llvm::FeatureBitset Features = X->getFeatureBits(); in createHexagonMCSubtargetInfo() local
597 llvm::FeatureBitset Features = X->getFeatureBits(); in createHexagonMCSubtargetInfo() local
609 llvm::FeatureBitset Features = X->getFeatureBits(); in createHexagonMCSubtargetInfo() local
629 Hexagon_MC::getHVXVersion(const FeatureBitset &Features) { in getHVXVersion()
640 unsigned Hexagon_MC::getArchVersion(const FeatureBitset &Features) { in getArchVersion()
/freebsd/contrib/ntp/libjsmn/
H A DREADME.md31 Features section in JSMN
/freebsd/contrib/llvm-project/lld/docs/
H A Dindex.rst15 Features chapter
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h61 PdbRaw_Features Features = PdbFeatureNone; variable

123456