Home
last modified time | relevance | path

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

12

/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.rst135 .. _N2118: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
136 .. _N2439: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm
137 .. _N1720: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html
138 .. _N1984: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf
139 .. _N1737: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1737.pdf
140 .. _N2541: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2541.htm
141 .. _N2927: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2927.pdf
142 .. _N2343: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2343.pdf
143 .. _N1757: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html
144 .. _N1987: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm
[all …]
/external/v8/src/compiler/
Dinstruction-selector.h67 Features() : bits_(0) {} in Features() function
68 explicit Features(unsigned bits) : bits_(bits) {} in Features() function
69 explicit Features(CpuFeature f) : bits_(1u << f) {} in Features() function
70 Features(CpuFeature f1, CpuFeature f2) : bits_((1u << f1) | (1u << f2)) {} in Features() function
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp24 SubtargetFeatures Features(FS); in InitMCProcessorInfo() local
74 SubtargetFeatures Features; in ToggleFeature() local
/external/clang/include/clang/Basic/
DTargetOptions.h47 std::vector<std::string> Features; variable
DTargetInfo.h706 virtual void getDefaultFeatures(llvm::StringMap<bool> &Features) const { in getDefaultFeatures()
757 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()
772 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
/external/ceres-solver/docs/source/
Dfeatures.rst2 Features title
/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/ExecutionEngine/
DTargetSelect.cpp85 SubtargetFeatures Features; in selectTarget() local
/external/libvncserver/webclients/novnc/
DREADME.md16 ### Features subsection
/external/jsoncpp/include/json/
Dforwards.h23 class Features; variable
/external/llvm/include/llvm/MC/
DSubtargetFeature.h73 std::vector<std::string> Features; // Subtarget features as a vector variable
/external/llvm/lib/Support/
DHost.cpp712 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures()
793 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures()
869 bool sys::getHostCPUFeatures(StringMap<bool> &Features){ in getHostCPUFeatures()
/external/clang/docs/
DReleaseNotes.rst53 Improvements to Clang's diagnostics
/external/clang/lib/CodeGen/
DCodeGenTBAA.h51 const LangOptions &Features; variable
DCodeGenTBAA.cpp34 const LangOptions &Features, MangleContext &MContext) in CodeGenTBAA()
/external/clang/lib/Driver/
DTools.cpp518 std::vector<const char *> &Features) { in getARMHWDivFeatures()
542 std::vector<const char *> &Features) { in getARMFPUFeatures()
714 std::vector<const char *> &Features, in getARMTargetFeatures()
1089 std::vector<const char *> &Features, in AddTargetFeature()
1102 std::vector<const char *> &Features) { in getMIPSTargetFeatures()
1295 std::vector<const char *> &Features) { in getPPCTargetFeatures()
1385 std::vector<const char *> &Features) { in getSparcTargetFeatures()
1435 std::vector<const char *> &Features) { in getSystemZTargetFeatures()
1593 std::vector<const char *> &Features) { in getX86TargetFeatures()
1753 std::vector<const char *> &Features) { in DecodeAArch64Features()
[all …]
/external/llvm/tools/llc/
Dllc.cpp254 SubtargetFeatures Features; in compileModule() local
/external/clang/lib/Basic/
DTargets.cpp1005 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
2193 void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()
2568 void X86TargetInfo::setSSELevel(llvm::StringMap<bool> &Features, in setSSELevel()
2624 void X86TargetInfo::setMMXLevel(llvm::StringMap<bool> &Features, in setMMXLevel()
2651 void X86TargetInfo::setXOPLevel(llvm::StringMap<bool> &Features, XOPEnum Level, in setXOPLevel()
2680 void X86TargetInfo::setFeatureEnabledImpl(llvm::StringMap<bool> &Features, in setFeatureEnabledImpl()
2738 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
4193 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
4924 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
5321 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
[all …]
/external/llvm/tools/opt/
Dopt.cpp279 SubtargetFeatures Features; in GetTargetMachine() local
/external/clang/include/clang/Lex/
DLiteralSupport.h185 const LangOptions &Features; variable
/external/llvm/lib/Target/
DTargetMachineC.cpp109 const char* Triple, const char* CPU, const char* Features, in LLVMCreateTargetMachine()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp432 SubtargetFeatures Features; in main() local
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp37 const char *Features, void *DisInfo, int TagType, in LLVMCreateDisasmCPUFeatures()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp389 uint64_t Features = STI.getFeatureBits(); in MipsTargetELFStreamer() local
473 uint64_t Features = STI.getFeatureBits(); in finish() local

12