Home
last modified time | relevance | path

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

123

/external/llvm/docs/
DVectorizers.rst137 Features section in The Loop Vectorizer
143 Loops with unknown trip count
160 Runtime Checks of Pointers
182 Reductions
203 Inductions
216 If Conversion
234 Pointer Induction Variables
248 Reverse Iterators
260 Scatter / Gather
276 Vectorization of Mixed Types
[all …]
DCodingStandards.rst141 .. _N2118: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
142 .. _N2439: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm
143 .. _N1720: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html
144 .. _N1984: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf
145 .. _N1737: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1737.pdf
146 .. _N2541: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2541.htm
147 .. _N2927: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2927.pdf
148 .. _N2343: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2343.pdf
149 .. _N1757: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html
150 .. _N1987: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm
[all …]
/external/nanohttpd/src/site/markdown/
Dindex.md106 ## Features section
107 ### Core
120 ### Websocket
123 ### Webserver
/external/nanohttpd/
DREADME.md106 ## Features section
107 ### Core
120 ### Websocket
123 ### Webserver
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSubtargetInfo.cpp39 SubtargetFeatures Features(FS); in InitMCSubtargetInfo() local
48 SubtargetFeatures Features(FS); in ReInitMCSubtargetInfo() local
64 SubtargetFeatures Features; in ToggleFeature() local
/external/libjpeg-turbo/
DREADME.md142 #### Fully supported
174 #### Not supported
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h331 SubtargetFeatures Features; in getFeaturesStr() local
352 static inline void setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
/external/v8/src/compiler/
Dinstruction-selector.h130 Features() : bits_(0) {} in Features() function
131 explicit Features(unsigned bits) : bits_(bits) {} in Features() function
132 explicit Features(CpuFeature f) : bits_(1u << f) {} in Features() function
133 Features(CpuFeature f1, CpuFeature f2) : bits_((1u << f1) | (1u << f2)) {} in Features() function
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dchangelog.rst62 Features section in 0.11
141 Features section in 0.10
/external/llvm/lib/Support/
DHost.cpp300 unsigned int Brand_id, unsigned int Features, in getIntelProcessorTypeAndSubtype()
587 unsigned int Features, in getAMDProcessorTypeAndSubtype()
708 unsigned Features = 0; in getAvailableFeatures() local
753 unsigned Features = 0; in getHostCPUName() local
1154 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures()
1259 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures()
1330 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { return false; } in getHostCPUFeatures()
DTargetParser.cpp196 std::vector<const char *> &Features) { in getHWDivFeatures()
215 std::vector<const char *> &Features) { in getExtensionFeatures()
234 std::vector<const char *> &Features) { in getFPUFeatures()
425 std::vector<const char *> &Features) { in getExtensionFeatures()
449 std::vector<const char *> &Features) { in getFPUFeatures()
454 std::vector<const char *> &Features) { in getArchFeatures()
/external/googletest/googlemock/
DREADME.md27 ### Features ### subsection
44 also an IRC channel on OFTC (irc.oftc.net) #gtest available. Please
/external/clang/lib/Lex/
DLiteralSupport.cpp46 static CharSourceRange MakeCharSourceRange(const LangOptions &Features, in MakeCharSourceRange()
66 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
83 const LangOptions &Features) { in ProcessCharEscape()
265 const LangOptions &Features, in ProcessUCNEscape()
335 const LangOptions &Features, bool &HadError) { in MeasureUCNEscape()
373 const LangOptions &Features) { in EncodeUCNEscape()
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp30 IsaVersion getIsaVersion(const FeatureBitset &Features) { in getIsaVersion()
51 const FeatureBitset &Features) { in initDefaultAMDKernelCodeT()
/external/llvm/lib/Target/AVR/MCTargetDesc/
DAVRELFStreamer.cpp10 static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features) { in getEFlagsForFeatureSet()
/external/clang/include/clang/Basic/
DTargetOptions.h55 std::vector<std::string> Features; variable
/external/llvm/lib/Object/
DELFObjectFile.cpp61 SubtargetFeatures Features; in getFeatures() local
/external/jsoncpp/include/json/
Dforwards.h23 class Features; variable
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp82 SubtargetFeatures Features; in selectTarget() local
/external/fmtlib/
DREADME.rst20 Features chapter
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSubtargetFeature.h75 std::vector<std::string> Features; // Subtarget features as a vector variable
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DTargetSelect.cpp81 SubtargetFeatures Features; in selectTarget() local
/external/libvncserver/webclients/novnc/
DREADME.md45 ### Features subsection
/external/googletest/
DREADME.md26 ## Features ## section in Google Test
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp382 SubtargetFeatures Features; in AssembleInput() local
471 SubtargetFeatures Features; in DisassembleInput() local

123