Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/llvm/llvm/docs/
H A DVectorizers.rst139 Features section in The Loop Vectorizer
145 Loops with unknown trip count
162 Runtime Checks of Pointers
184 Reductions
205 Inductions
218 If Conversion
236 Pointer Induction Variables
250 Reverse Iterators
262 Scatter / Gather
278 Vectorization of Mixed Types
[all …]
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp72 std::vector<StringRef> &Features, in DecodeAArch64Features()
124 std::vector<StringRef> &Features) { in DecodeAArch64Mcpu()
155 std::vector<StringRef> &Features) { in getAArch64ArchFeaturesFromMarch()
187 std::vector<StringRef> &Features) { in getAArch64ArchFeaturesFromMcpu()
199 std::vector<StringRef> &Features) { in getAArch64MicroArchFeaturesFromMtune()
221 std::vector<StringRef> &Features) { in getAArch64MicroArchFeaturesFromMcpu()
234 std::vector<StringRef> &Features, in getAArch64TargetFeatures()
H A DRISCV.cpp30 std::vector<StringRef> &Features, in getArchFeatures()
53 std::vector<StringRef> &Features) { in getRISCFeaturesFromMcpu()
62 std::vector<StringRef> &Features) { in getRISCVTargetFeatures()
H A DARM.cpp69 std::vector<StringRef> &Features) { in getARMHWDivFeatures()
78 std::vector<StringRef> &Features) { in getARMFPUFeatures()
88 std::vector<StringRef> &Features, in DecodeARMFeatures()
101 std::vector<StringRef> &Features) { in DecodeARMFeaturesFromCPU()
115 std::vector<StringRef> &Features, in checkARMArchName()
131 std::vector<StringRef> &Features, in checkARMCPUName()
441 std::vector<StringRef> &Features, bool ForAS) { in getARMTargetFeatures()
H A DCSKY.cpp80 StringRef FPU, std::vector<StringRef> &Features) { in getCSKYFPUFeatures()
120 std::vector<llvm::StringRef> &Features) { in getCSKYTargetFeatures()
H A DVE.cpp21 std::vector<StringRef> &Features) {} in getVETargetFeatures()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DWebAssembly.cpp106 void WebAssemblyTargetInfo::setSIMDLevel(llvm::StringMap<bool> &Features, in setSIMDLevel()
133 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()
145 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap()
164 std::vector<std::string> &Features, DiagnosticsEngine &Diags) { in handleTargetFeatures()
H A DPPC.cpp31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
476 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap()
686 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()
H A DLoongArch.cpp178 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap()
206 std::vector<std::string> &Features, DiagnosticsEngine &Diags) { in handleTargetFeatures()
H A DSystemZ.h141 initFeatureMap(llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, in initFeatureMap()
158 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
H A DHexagon.cpp113 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap()
129 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp200 FeatureBitset Features = coalesceFeatures(M); in runOnModule() local
230 FeatureBitset Features = in coalesceFeatures() local
240 std::string getFeatureString(const FeatureBitset &Features) { in getFeatureString()
249 void replaceFeatures(Function &F, const std::string &Features) { in replaceFeatures()
293 void recordFeatures(Module &M, const FeatureBitset &Features, bool Stripped) { in recordFeatures()
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DHost.cpp670 const unsigned *Features, in getIntelProcessorTypeAndSubtype()
994 const unsigned *Features, in getAMDProcessorTypeAndSubtype()
1127 unsigned *Features) { in getAvailableFeatures()
1269 unsigned Features[(X86::CPU_FEATURE_MAX + 31) / 32] = {0}; in getHostCPUName() local
1591 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures()
1766 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures()
1835 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures()
1846 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { return false; } in getHostCPUFeatures()
H A DARMTargetParser.cpp150 bool ARM::getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features) { in getFPUFeatures()
289 std::vector<StringRef> &Features) { in getHWDivFeatures()
308 std::vector<StringRef> &Features) { in getExtensionFeatures()
396 std::vector<StringRef> &Features, in appendArchExtFeatures()
H A DCSKYTargetParser.cpp21 std::vector<StringRef> &Features) { in getFPUFeatures()
171 std::vector<StringRef> &Features) { in getExtensionFeatures()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DELFObjectFile.cpp101 SubtargetFeatures Features; in getMIPSFeatures() local
161 SubtargetFeatures Features; in getARMFeatures() local
291 SubtargetFeatures Features; in getRISCVFeatures() local
325 SubtargetFeatures Features; in getLoongArchFeatures() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp586 SubtargetFeatures Features; in getFeaturesStr() local
606 SubtargetFeatures Features; in getFeatureList() local
637 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
714 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp60 static CharSourceRange MakeCharSourceRange(const LangOptions &Features, in MakeCharSourceRange()
80 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
97 const LangOptions &Features) { in ProcessCharEscape()
398 const LangOptions &Features, in ProcessNumericUCNEscape()
480 DiagnosticsEngine *Diags, const LangOptions &Features, FullSourceLoc Loc, in DiagnoseInvalidUnicodeCharacterName()
539 const LangOptions &Features) { in ProcessNamedUCNEscape()
587 const LangOptions &Features, in ProcessUCNEscape()
654 const LangOptions &Features, bool &HadError) { in MeasureUCNEscape()
692 const LangOptions &Features) { in EncodeUCNEscape()
/openbsd-src/gnu/llvm/lldb/docs/status/
H A Dfeatures.rst1 Features title
/openbsd-src/gnu/llvm/lld/docs/MachO/
H A Dindex.rst9 Features chapter
/openbsd-src/gnu/llvm/llvm/utils/lit/
H A DREADME.rst14 Features chapter
/openbsd-src/gnu/llvm/llvm/utils/vscode/llvm/
H A DREADME.md3 ## Features section in VS Code Extension For LLVM Dev
/openbsd-src/gnu/llvm/lld/docs/
H A Dindex.rst15 Features chapter
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h61 PdbRaw_Features Features = PdbFeatureNone; variable

123456