/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/ |
D | README.md | 106 ## Features section 107 ### Core 120 ### Websocket 123 ### Webserver
|
/external/nanohttpd/src/site/markdown/ |
D | index.md | 106 ## Features section 107 ### Core 120 ### Websocket 123 ### Webserver
|
/external/v8/src/compiler/ |
D | instruction-selector.h | 108 Features() : bits_(0) {} in Features() function 109 explicit Features(unsigned bits) : bits_(bits) {} in Features() function 110 explicit Features(CpuFeature f) : bits_(1u << f) {} in Features() function 111 Features(CpuFeature f1, CpuFeature f2) : bits_((1u << f1) | (1u << f2)) {} in Features() function
|
/external/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 23 SubtargetFeatures Features(FS); in getFeatures() local 66 SubtargetFeatures Features; in ToggleFeature() local 72 SubtargetFeatures Features; in ApplyFeatureFlag() local
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 315 SubtargetFeatures Features; in getFeaturesStr() local 336 static inline void setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
|
/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/CodeGen/ |
D | ParallelCG.cpp | 29 const Target *TheTarget, StringRef CPU, StringRef Features, in codegen() 45 StringRef Features, const TargetOptions &Options, in splitCodeGen()
|
/external/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 30 IsaVersion getIsaVersion(const FeatureBitset &Features) { in getIsaVersion() 48 const FeatureBitset &Features) { in initDefaultAMDKernelCodeT()
|
/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/clang/include/clang/Basic/ |
D | TargetOptions.h | 47 std::vector<std::string> Features; variable
|
/external/ceres-solver/docs/source/ |
D | features.rst | 2 Features title
|
/external/jsoncpp/include/json/ |
D | forwards.h | 23 class Features; variable
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 1053 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() 1285 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap() 1350 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() 2400 void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() 2538 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap() 2767 void X86TargetInfo::setSSELevel(llvm::StringMap<bool> &Features, in setSSELevel() 2825 void X86TargetInfo::setMMXLevel(llvm::StringMap<bool> &Features, in setMMXLevel() 2852 void X86TargetInfo::setXOPLevel(llvm::StringMap<bool> &Features, XOPEnum Level, in setXOPLevel() 2881 void X86TargetInfo::setFeatureEnabledImpl(llvm::StringMap<bool> &Features, in setFeatureEnabledImpl() 2962 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() [all …]
|
/external/llvm/lib/Support/ |
D | Host.cpp | 744 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures() 838 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures() 914 bool sys::getHostCPUFeatures(StringMap<bool> &Features){ in getHostCPUFeatures()
|
D | TargetParser.cpp | 182 std::vector<const char *> &Features) { in getHWDivFeatures() 201 std::vector<const char *> &Features) { in getExtensionFeatures() 220 std::vector<const char *> &Features) { in getFPUFeatures()
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 83 SubtargetFeatures Features; in selectTarget() local
|
/external/libvncserver/webclients/novnc/ |
D | README.md | 45 ### Features subsection
|
/external/llvm/tools/llvm-mc-fuzzer/ |
D | llvm-mc-fuzzer.cpp | 125 SubtargetFeatures Features; in main() local
|
/external/clang/docs/ |
D | ReleaseNotes.rst | 52 Improvements to Clang's diagnostics
|
/external/llvm/include/llvm/MC/ |
D | SubtargetFeature.h | 91 std::vector<std::string> Features; // Subtarget features as a vector variable
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.h | 51 const LangOptions &Features; variable
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 35 SmallVector<StringRef, 3> Features; in UsesVectorABI() local
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 573 std::vector<const char *> &Features) { in getARMHWDivFeatures() 582 std::vector<const char *> &Features) { in getARMFPUFeatures() 590 std::vector<const char *> &Features) { in DecodeARMFeatures() 609 std::vector<const char *> &Features, in checkARMArchName() 622 std::vector<const char *> &Features, in checkARMCPUName() 738 std::vector<const char *> &Features, in getARMTargetFeatures() 1207 std::vector<const char *> &Features, in AddTargetFeature() 1220 std::vector<const char *> &Features) { in getMIPSTargetFeatures() 1412 std::vector<const char *> &Features) { in getPPCTargetFeatures() 1581 std::vector<const char *> &Features) { in getSystemZTargetFeatures() [all …]
|