| /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 | 127 .. _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/ |
| 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 | 26 SubtargetFeatures Features(FS); in InitMCProcessorInfo() local 75 SubtargetFeatures Features; in ToggleFeature() local
|
| /external/clang/include/clang/Basic/ |
| D | TargetOptions.h | 47 std::vector<std::string> Features; variable
|
| D | TargetInfo.h | 634 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/ |
| D | features.rst | 2 Features title
|
| /external/jsoncpp/include/json/ |
| D | forwards.h | 23 class Features; variable
|
| /external/llvm/lib/ExecutionEngine/ |
| D | TargetSelect.cpp | 85 SubtargetFeatures Features; in selectTarget() local
|
| /external/clang/lib/Lex/ |
| D | LiteralSupport.cpp | 45 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/ |
| D | SubtargetFeature.h | 73 std::vector<std::string> Features; // Subtarget features as a vector variable
|
| /external/clang/docs/ |
| D | ReleaseNotes.rst | 60 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()
|
| D | BackendUtil.cpp | 393 SubtargetFeatures Features; in CreateTargetMachine() local
|
| /external/llvm/lib/Support/ |
| D | Host.cpp | 692 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures() 774 bool sys::getHostCPUFeatures(StringMap<bool> &Features){ in getHostCPUFeatures()
|
| /external/llvm/tools/llc/ |
| D | llc.cpp | 264 SubtargetFeatures Features; in compileModule() local
|
| /external/llvm/tools/opt/ |
| D | opt.cpp | 305 SubtargetFeatures Features; in GetTargetMachine() local
|
| /external/clang/lib/Driver/ |
| D | Tools.cpp | 492 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/ |
| D | Targets.cpp | 927 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/ |
| D | LiteralSupport.h | 185 const LangOptions &Features; variable
|
| /external/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsTargetStreamer.cpp | 251 uint64_t Features = STI.getFeatureBits(); in MipsTargetELFStreamer() local 327 uint64_t Features = STI.getFeatureBits(); in finish() local
|
| /external/llvm/tools/llvm-mc/ |
| D | llvm-mc.cpp | 432 SubtargetFeatures Features; in main() local
|
| /external/llvm/lib/Target/ |
| D | TargetMachineC.cpp | 107 const char* Triple, const char* CPU, const char* Features, in LLVMCreateTargetMachine()
|
| /external/llvm/lib/LTO/ |
| D | LTOCodeGenerator.cpp | 292 SubtargetFeatures Features(MAttr); in determineTarget() local
|