/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 | 135 .. _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/ |
D | instruction-selector.h | 67 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/ |
D | MCSubtargetInfo.cpp | 24 SubtargetFeatures Features(FS); in InitMCProcessorInfo() local 74 SubtargetFeatures Features; in ToggleFeature() local
|
/external/clang/include/clang/Basic/ |
D | TargetOptions.h | 47 std::vector<std::string> Features; variable
|
D | TargetInfo.h | 706 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/ |
D | features.rst | 2 Features title
|
/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/ExecutionEngine/ |
D | TargetSelect.cpp | 85 SubtargetFeatures Features; in selectTarget() local
|
/external/libvncserver/webclients/novnc/ |
D | README.md | 16 ### Features subsection
|
/external/jsoncpp/include/json/ |
D | forwards.h | 23 class Features; variable
|
/external/llvm/include/llvm/MC/ |
D | SubtargetFeature.h | 73 std::vector<std::string> Features; // Subtarget features as a vector variable
|
/external/llvm/lib/Support/ |
D | Host.cpp | 712 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/ |
D | ReleaseNotes.rst | 53 Improvements to Clang's diagnostics
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.h | 51 const LangOptions &Features; variable
|
D | CodeGenTBAA.cpp | 34 const LangOptions &Features, MangleContext &MContext) in CodeGenTBAA()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 518 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/ |
D | llc.cpp | 254 SubtargetFeatures Features; in compileModule() local
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 1005 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/ |
D | opt.cpp | 279 SubtargetFeatures Features; in GetTargetMachine() local
|
/external/clang/include/clang/Lex/ |
D | LiteralSupport.h | 185 const LangOptions &Features; variable
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 109 const char* Triple, const char* CPU, const char* Features, in LLVMCreateTargetMachine()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 432 SubtargetFeatures Features; in main() local
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 37 const char *Features, void *DisInfo, int TagType, in LLVMCreateDisasmCPUFeatures()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 389 uint64_t Features = STI.getFeatureBits(); in MipsTargetELFStreamer() local 473 uint64_t Features = STI.getFeatureBits(); in finish() local
|