/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A 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 …]
|
H A 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 …]
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | TargetOptions.h | 47 std::vector<std::string> Features; variable
|
H A D | TargetInfo.h | 700 virtual void getDefaultFeatures(llvm::StringMap<bool> &Features) const { in getDefaultFeatures() 751 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() 766 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 24 SubtargetFeatures Features(FS); in InitMCProcessorInfo() local 73 SubtargetFeatures Features; in ToggleFeature() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsOptionRecord.cpp | 19 uint64_t Features = STI.getFeatureBits(); in EmitMipsOptionRecord() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | TargetSelect.cpp | 85 SubtargetFeatures Features; in selectTarget() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | SubtargetFeature.h | 73 std::vector<std::string> Features; // Subtarget features as a vector variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
H A 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() 264 const LangOptions &Features, in ProcessUCNEscape() 334 const LangOptions &Features, bool &HadError) { in MeasureUCNEscape() 372 const LangOptions &Features) { in EncodeUCNEscape()
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.h | 51 const LangOptions &Features; variable
|
H A D | CodeGenTBAA.cpp | 34 const LangOptions &Features, MangleContext &MContext) in CodeGenTBAA()
|
H A D | BackendUtil.cpp | 436 SubtargetFeatures Features; in CreateTargetMachine() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | Host.cpp | 684 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures() 760 bool sys::getHostCPUFeatures(StringMap<bool> &Features){ in getHostCPUFeatures()
|
/minix3/external/bsd/llvm/dist/llvm/tools/llc/ |
H A D | llc.cpp | 250 SubtargetFeatures Features; in compileModule() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
H A D | Tools.cpp | 512 std::vector<const char *> &Features) { in getARMHWDivFeatures() 536 std::vector<const char *> &Features) { in getARMFPUFeatures() 708 std::vector<const char *> &Features, in getARMTargetFeatures() 1080 std::vector<const char *> &Features, in AddTargetFeature() 1093 std::vector<const char *> &Features) { in getMIPSTargetFeatures() 1287 std::vector<const char *> &Features) { in getPPCTargetFeatures() 1364 std::vector<const char *> &Features) { in getSparcTargetFeatures() 1558 std::vector<const char *> &Features) { in getX86TargetFeatures() 1707 std::vector<const char *> &Features) { in DecodeAArch64Features() 1735 std::vector<const char *> &Features) { in DecodeAArch64Mcpu() [all …]
|
/minix3/external/bsd/llvm/dist/llvm/tools/opt/ |
H A D | opt.cpp | 271 SubtargetFeatures Features; in GetTargetMachine() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | LiteralSupport.h | 185 const LangOptions &Features; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | Targets.cpp | 947 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() 2019 void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() 2394 void X86TargetInfo::setSSELevel(llvm::StringMap<bool> &Features, in setSSELevel() 2450 void X86TargetInfo::setMMXLevel(llvm::StringMap<bool> &Features, in setMMXLevel() 2477 void X86TargetInfo::setXOPLevel(llvm::StringMap<bool> &Features, XOPEnum Level, in setXOPLevel() 2506 void X86TargetInfo::setFeatureEnabledImpl(llvm::StringMap<bool> &Features, in setFeatureEnabledImpl() 2569 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() 4040 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() 4768 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() 5173 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() [all …]
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 108 const char* Triple, const char* CPU, const char* Features, in LLVMCreateTargetMachine()
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 431 SubtargetFeatures Features; in main() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 37 const char *Features, void *DisInfo, int TagType, in LLVMCreateDisasmCPUFeatures()
|
/minix3/external/bsd/llvm/dist/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 309 SubtargetFeatures Features(MAttr); in determineTarget() local
|
/minix3/external/bsd/llvm/dist/clang/tools/driver/ |
H A D | cc1as_main.cpp | 79 std::vector<std::string> Features; member
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/target/ |
H A D | target_ocaml.c | 252 value Features, value OptLevel, value RelocMode, in llvm_create_targetmachine_native()
|
/minix3/external/bsd/llvm/dist/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 727 SubtargetFeatures Features; in codegen() local
|