| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Vectorizers.rst | 139 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 …]
|
| /llvm-project-15.0.7/mlir/docs/Tools/ |
| H A D | MLIRLSP.md | 46 ### Features subsection 54 #### Diagnostics 110 #### Hover 118 #### Navigation 167 ### Features subsection 212 #### Hover 224 #### Navigation 292 ### Features subsection 383 ##### Features l4subsection 409 ##### Features l4subsection [all …]
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | TargetID.cpp | 27 auto Features = T.isAMDGCN() ? llvm::AMDGPU::getArchAttrAMDGCN(ProcKind) in getAllPossibleAMDGPUTargetIDFeatures() local 78 auto Features = Split.second; in parseTargetIDWithFormatCheckingOnly() local 130 const llvm::StringMap<bool> &Features) { in getCanonicalTargetID() 147 llvm::StringMap<bool> Features; in getConflictTargetIDCombination() member 151 llvm::StringMap<bool> Features; in getConflictTargetIDCombination() local
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/ |
| H A D | AArch64.cpp | 69 std::vector<StringRef> &Features, in DecodeAArch64Features() 119 std::vector<StringRef> &Features) { in DecodeAArch64Mcpu() 149 std::vector<StringRef> &Features) { in getAArch64ArchFeaturesFromMarch() 180 std::vector<StringRef> &Features) { in getAArch64ArchFeaturesFromMcpu() 192 std::vector<StringRef> &Features) { in getAArch64MicroArchFeaturesFromMtune() 214 std::vector<StringRef> &Features) { in getAArch64MicroArchFeaturesFromMcpu() 227 std::vector<StringRef> &Features, in getAArch64TargetFeatures()
|
| H A D | RISCV.cpp | 30 std::vector<StringRef> &Features, in getArchFeatures() 54 std::vector<StringRef> &Features) { in getRISCFeaturesFromMcpu() 65 std::vector<StringRef> &Features) { in getRISCVTargetFeatures()
|
| H A D | VE.cpp | 22 std::vector<StringRef> &Features) {} in getVETargetFeatures()
|
| H A D | CSKY.cpp | 81 StringRef FPU, std::vector<StringRef> &Features) { in getCSKYFPUFeatures() 121 std::vector<llvm::StringRef> &Features) { in getCSKYTargetFeatures()
|
| H A D | ARM.cpp | 69 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()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/quality/ |
| H A D | README.md | 20 ### Features subsection 24 #### Number 31 #### Enum
|
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | WebAssembly.cpp | 101 void WebAssemblyTargetInfo::setSIMDLevel(llvm::StringMap<bool> &Features, in setSIMDLevel() 128 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() 140 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap() 156 std::vector<std::string> &Features, DiagnosticsEngine &Diags) { in handleTargetFeatures()
|
| H A D | PPC.cpp | 31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() 477 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap() 687 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()
|
| H A D | SystemZ.h | 141 initFeatureMap(llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, in initFeatureMap() 158 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
|
| /llvm-project-15.0.7/lldb/docs/status/ |
| H A D | features.rst | 1 Features title
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 196 FeatureBitset Features = coalesceFeatures(M); in runOnModule() local 226 FeatureBitset Features = in coalesceFeatures() local 236 std::string getFeatureString(const FeatureBitset &Features) { in getFeatureString() 245 void replaceFeatures(Function &F, const std::string &Features) { in replaceFeatures() 289 void recordFeatures(Module &M, const FeatureBitset &Features, bool Stripped) { in recordFeatures()
|
| /llvm-project-15.0.7/llvm/utils/vscode/llvm/ |
| H A D | README.md | 3 ## Features section in VS Code Extension For LLVM Dev
|
| /llvm-project-15.0.7/lld/docs/ |
| H A D | index.rst | 15 Features chapter
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | TFUtilsTest.cpp | 150 std::vector<LoggedFeatureSpec> Features; in TEST() local 186 std::vector<LoggedFeatureSpec> Features; in TEST() local 222 std::vector<LoggedFeatureSpec> Features; in TEST() local 252 std::vector<LoggedFeatureSpec> Features; in TEST() local 277 std::vector<LoggedFeatureSpec> Features; in TEST() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRELFStreamer.cpp | 13 static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features) { in getEFlagsForFeatureSet()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InfoStream.h | 61 PdbRaw_Features Features = PdbFeatureNone; variable
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CSKYTargetParserTest.cpp | 23 std::vector<StringRef> Features; in FormatExtensionFlags() local 1059 std::vector<StringRef> Features; in TEST() local 1072 std::vector<StringRef> Features; in TEST() local
|
| H A D | TargetParserTest.cpp | 42 std::vector<StringRef> Features; in FormatExtensionFlags() local 697 std::vector<StringRef> Features; in TEST() local 717 std::vector<StringRef> Features; in TEST() local 761 std::vector<StringRef> Features; in testArchExtDependency() local 1484 std::vector<StringRef> Features; in TEST() local 1552 std::vector<StringRef> Features; in TEST() local
|
| /llvm-project-15.0.7/clang/unittests/CodeGen/ |
| H A D | CheckTargetFeaturesTest.cpp | 9 SmallVector<StringRef, 1> Features; in TEST() local
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CSKYTargetParser.cpp | 21 std::vector<StringRef> &Features) { in getFPUFeatures() 171 std::vector<StringRef> &Features) { in getExtensionFeatures()
|
| H A D | Host.cpp | 662 const unsigned *Features, in getIntelProcessorTypeAndSubtype() 959 const unsigned *Features, in getAMDProcessorTypeAndSubtype() 1079 unsigned *Features) { in getAvailableFeatures() 1221 unsigned Features[(X86::CPU_FEATURE_MAX + 31) / 32] = {0}; in getHostCPUName() local 1663 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures() 1831 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures() 1900 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures() 1911 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { return false; } in getHostCPUFeatures()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 584 SubtargetFeatures Features; in getFeaturesStr() local 604 SubtargetFeatures Features; in getFeatureList() local 635 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() 712 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
|