Home
last modified time | relevance | path

Searched defs:Features (Results 1 – 25 of 52) 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/
DREADME.md106 ## Features section
107 ### Core
120 ### Websocket
123 ### Webserver
/external/nanohttpd/src/site/markdown/
Dindex.md106 ## Features section
107 ### Core
120 ### Websocket
123 ### Webserver
/external/v8/src/compiler/
Dinstruction-selector.h108 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/
DMCSubtargetInfo.cpp23 SubtargetFeatures Features(FS); in getFeatures() local
66 SubtargetFeatures Features; in ToggleFeature() local
72 SubtargetFeatures Features; in ApplyFeatureFlag() local
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h315 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/
Dchangelog.rst62 Features section in 0.11
141 Features section in 0.10
/external/llvm/lib/CodeGen/
DParallelCG.cpp29 const Target *TheTarget, StringRef CPU, StringRef Features, in codegen()
45 StringRef Features, const TargetOptions &Options, in splitCodeGen()
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp30 IsaVersion getIsaVersion(const FeatureBitset &Features) { in getIsaVersion()
48 const FeatureBitset &Features) { in initDefaultAMDKernelCodeT()
/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/clang/include/clang/Basic/
DTargetOptions.h47 std::vector<std::string> Features; variable
/external/ceres-solver/docs/source/
Dfeatures.rst2 Features title
/external/jsoncpp/include/json/
Dforwards.h23 class Features; variable
/external/clang/lib/Basic/
DTargets.cpp1053 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/
DHost.cpp744 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()
DTargetParser.cpp182 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/
DTargetSelect.cpp83 SubtargetFeatures Features; in selectTarget() local
/external/libvncserver/webclients/novnc/
DREADME.md45 ### Features subsection
/external/llvm/tools/llvm-mc-fuzzer/
Dllvm-mc-fuzzer.cpp125 SubtargetFeatures Features; in main() local
/external/clang/docs/
DReleaseNotes.rst52 Improvements to Clang's diagnostics
/external/llvm/include/llvm/MC/
DSubtargetFeature.h91 std::vector<std::string> Features; // Subtarget features as a vector variable
/external/clang/lib/CodeGen/
DCodeGenTBAA.h51 const LangOptions &Features; variable
/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp35 SmallVector<StringRef, 3> Features; in UsesVectorABI() local
/external/clang/lib/Driver/
DTools.cpp573 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 …]

123