Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/docs/
H A 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 …]
H A 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 …]
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetOptions.h47 std::vector<std::string> Features; variable
H A DTargetInfo.h700 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 DMCSubtargetInfo.cpp24 SubtargetFeatures Features(FS); in InitMCProcessorInfo() local
73 SubtargetFeatures Features; in ToggleFeature() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp19 uint64_t Features = STI.getFeatureBits(); in EmitMipsOptionRecord() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp85 SubtargetFeatures Features; in selectTarget() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSubtargetFeature.h73 std::vector<std::string> Features; // Subtarget features as a vector variable
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp46 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 DCodeGenTBAA.h51 const LangOptions &Features; variable
H A DCodeGenTBAA.cpp34 const LangOptions &Features, MangleContext &MContext) in CodeGenTBAA()
H A DBackendUtil.cpp436 SubtargetFeatures Features; in CreateTargetMachine() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DHost.cpp684 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 Dllc.cpp250 SubtargetFeatures Features; in compileModule() local
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTools.cpp512 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 Dopt.cpp271 SubtargetFeatures Features; in GetTargetMachine() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h185 const LangOptions &Features; variable
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargets.cpp947 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 DTargetMachineC.cpp108 const char* Triple, const char* CPU, const char* Features, in LLVMCreateTargetMachine()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp431 SubtargetFeatures Features; in main() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp37 const char *Features, void *DisInfo, int TagType, in LLVMCreateDisasmCPUFeatures()
/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp309 SubtargetFeatures Features(MAttr); in determineTarget() local
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp79 std::vector<std::string> Features; member
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c252 value Features, value OptLevel, value RelocMode, in llvm_create_targetmachine_native()
/minix3/external/bsd/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp727 SubtargetFeatures Features; in codegen() local

12