Home
last modified time | relevance | path

Searched defs:Features (Results 1 – 25 of 38) 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.rst127 .. _N2118: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
128 .. _N2439: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm
129 .. _N1720: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html
130 .. _N1984: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf
131 .. _N1737: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1737.pdf
132 .. _N2541: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2541.htm
133 .. _N2927: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2927.pdf
134 .. _N2343: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2343.pdf
135 .. _N1757: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html
136 .. _N1987: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm
[all …]
/external/chromium_org/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.cpp26 SubtargetFeatures Features(FS); in InitMCProcessorInfo() local
75 SubtargetFeatures Features; in ToggleFeature() local
/external/clang/include/clang/Basic/
DTargetOptions.h47 std::vector<std::string> Features; variable
DTargetInfo.h634 virtual void getDefaultFeatures(llvm::StringMap<bool> &Features) const { in getDefaultFeatures()
685 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()
700 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
/external/ceres-solver/docs/source/
Dfeatures.rst2 Features title
/external/jsoncpp/include/json/
Dforwards.h23 class Features; variable
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp85 SubtargetFeatures Features; in selectTarget() local
/external/clang/lib/Lex/
DLiteralSupport.cpp45 static CharSourceRange MakeCharSourceRange(const LangOptions &Features, in MakeCharSourceRange()
65 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
82 const LangOptions &Features) { in ProcessCharEscape()
263 const LangOptions &Features, in ProcessUCNEscape()
333 const LangOptions &Features, bool &HadError) { in MeasureUCNEscape()
371 const LangOptions &Features) { in EncodeUCNEscape()
/external/llvm/include/llvm/MC/
DSubtargetFeature.h73 std::vector<std::string> Features; // Subtarget features as a vector variable
/external/clang/docs/
DReleaseNotes.rst60 Improvements to Clang's diagnostics
/external/clang/lib/CodeGen/
DCodeGenTBAA.h51 const LangOptions &Features; variable
DCodeGenTBAA.cpp34 const LangOptions &Features, MangleContext &MContext) in CodeGenTBAA()
DBackendUtil.cpp393 SubtargetFeatures Features; in CreateTargetMachine() local
/external/llvm/lib/Support/
DHost.cpp692 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures()
774 bool sys::getHostCPUFeatures(StringMap<bool> &Features){ in getHostCPUFeatures()
/external/llvm/tools/llc/
Dllc.cpp264 SubtargetFeatures Features; in compileModule() local
/external/llvm/tools/opt/
Dopt.cpp305 SubtargetFeatures Features; in GetTargetMachine() local
/external/clang/lib/Driver/
DTools.cpp492 std::vector<const char *> &Features) { in getAArch64FPUFeatures()
512 std::vector<const char *> &Features) { in getARMHWDivFeatures()
536 std::vector<const char *> &Features) { in getARMFPUFeatures()
690 std::vector<const char *> &Features, in getARMTargetFeatures()
1015 std::vector<const char *> &Features, in AddTargetFeature()
1027 std::vector<const char *> &Features) { in getMIPSTargetFeatures()
1187 std::vector<const char *> &Features) { in getPPCTargetFeatures()
1235 std::vector<const char *> Features) { in getSparcTargetFeatures()
1428 std::vector<const char *> &Features) { in getX86TargetFeatures()
1551 std::vector<const char *> &Features) { in getAArch64TargetFeatures()
[all …]
/external/clang/lib/Basic/
DTargets.cpp927 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
1877 void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()
2245 void X86TargetInfo::setSSELevel(llvm::StringMap<bool> &Features, in setSSELevel()
2300 void X86TargetInfo::setMMXLevel(llvm::StringMap<bool> &Features, in setMMXLevel()
2327 void X86TargetInfo::setXOPLevel(llvm::StringMap<bool> &Features, XOPEnum Level, in setXOPLevel()
2356 void X86TargetInfo::setFeatureEnabledImpl(llvm::StringMap<bool> &Features, in setFeatureEnabledImpl()
2418 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
3746 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
4459 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
4832 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
[all …]
/external/clang/include/clang/Lex/
DLiteralSupport.h185 const LangOptions &Features; variable
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp251 uint64_t Features = STI.getFeatureBits(); in MipsTargetELFStreamer() local
327 uint64_t Features = STI.getFeatureBits(); in finish() local
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp432 SubtargetFeatures Features; in main() local
/external/llvm/lib/Target/
DTargetMachineC.cpp107 const char* Triple, const char* CPU, const char* Features, in LLVMCreateTargetMachine()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp292 SubtargetFeatures Features(MAttr); in determineTarget() local

12