/external/llvm/docs/ |
D | Vectorizers.rst | 137 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 …]
|
D | CodingStandards.rst | 141 .. _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/ |
D | index.md | 106 ## Features section 107 ### Core 120 ### Websocket 123 ### Webserver
|
/external/nanohttpd/ |
D | README.md | 106 ## Features section 107 ### Core 120 ### Websocket 123 ### Webserver
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSubtargetInfo.cpp | 39 SubtargetFeatures Features(FS); in InitMCSubtargetInfo() local 48 SubtargetFeatures Features(FS); in ReInitMCSubtargetInfo() local 64 SubtargetFeatures Features; in ToggleFeature() local
|
/external/libjpeg-turbo/ |
D | README.md | 142 #### Fully supported 174 #### Not supported
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 331 SubtargetFeatures Features; in getFeaturesStr() local 352 static inline void setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
|
/external/v8/src/compiler/ |
D | instruction-selector.h | 130 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/ |
D | changelog.rst | 62 Features section in 0.11 141 Features section in 0.10
|
/external/llvm/lib/Support/ |
D | Host.cpp | 300 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()
|
D | TargetParser.cpp | 196 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/ |
D | README.md | 27 ### Features ### subsection 44 also an IRC channel on OFTC (irc.oftc.net) #gtest available. Please
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 46 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/ |
D | AMDGPUBaseInfo.cpp | 30 IsaVersion getIsaVersion(const FeatureBitset &Features) { in getIsaVersion() 51 const FeatureBitset &Features) { in initDefaultAMDKernelCodeT()
|
/external/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRELFStreamer.cpp | 10 static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features) { in getEFlagsForFeatureSet()
|
/external/clang/include/clang/Basic/ |
D | TargetOptions.h | 55 std::vector<std::string> Features; variable
|
/external/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 61 SubtargetFeatures Features; in getFeatures() local
|
/external/jsoncpp/include/json/ |
D | forwards.h | 23 class Features; variable
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 82 SubtargetFeatures Features; in selectTarget() local
|
/external/fmtlib/ |
D | README.rst | 20 Features chapter
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | SubtargetFeature.h | 75 std::vector<std::string> Features; // Subtarget features as a vector variable
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 81 SubtargetFeatures Features; in selectTarget() local
|
/external/libvncserver/webclients/novnc/ |
D | README.md | 45 ### Features subsection
|
/external/googletest/ |
D | README.md | 26 ## Features ## section in Google Test
|
/external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
D | llvm-mc.cpp | 382 SubtargetFeatures Features; in AssembleInput() local 471 SubtargetFeatures Features; in DisassembleInput() local
|