Home
last modified time | relevance | path

Searched refs:Support (Results 1 – 25 of 1010) sorted by relevance

12345678910>>...41

/external/swiftshader/src/Reactor/
DAndroid.mk69 $(LLVMDEPENDENCIES_PATH)/lib/Support/APInt.cpp \
70 $(LLVMDEPENDENCIES_PATH)/lib/Support/Atomic.cpp \
71 $(LLVMDEPENDENCIES_PATH)/lib/Support/circular_raw_ostream.cpp \
72 $(LLVMDEPENDENCIES_PATH)/lib/Support/CommandLine.cpp \
73 $(LLVMDEPENDENCIES_PATH)/lib/Support/ConvertUTF.cpp \
74 $(LLVMDEPENDENCIES_PATH)/lib/Support/ConvertUTFWrapper.cpp \
75 $(LLVMDEPENDENCIES_PATH)/lib/Support/Debug.cpp \
76 $(LLVMDEPENDENCIES_PATH)/lib/Support/ErrorHandling.cpp \
77 $(LLVMDEPENDENCIES_PATH)/lib/Support/FoldingSet.cpp \
78 $(LLVMDEPENDENCIES_PATH)/lib/Support/Hashing.cpp \
[all …]
DBUILD.gn195 "$subzero_llvm_dir/lib/Support/APInt.cpp",
196 "$subzero_llvm_dir/lib/Support/Atomic.cpp",
197 "$subzero_llvm_dir/lib/Support/CommandLine.cpp",
198 "$subzero_llvm_dir/lib/Support/ConvertUTF.cpp",
199 "$subzero_llvm_dir/lib/Support/ConvertUTFWrapper.cpp",
200 "$subzero_llvm_dir/lib/Support/Debug.cpp",
201 "$subzero_llvm_dir/lib/Support/Errno.cpp",
202 "$subzero_llvm_dir/lib/Support/ErrorHandling.cpp",
203 "$subzero_llvm_dir/lib/Support/FoldingSet.cpp",
204 "$subzero_llvm_dir/lib/Support/Hashing.cpp",
[all …]
/external/swiftshader/third_party/LLVM/
DAndroid.mk215 lib/Support/Allocator.cpp \
216 lib/Support/APFloat.cpp \
217 lib/Support/APInt.cpp \
218 lib/Support/APSInt.cpp \
219 lib/Support/Atomic.cpp \
220 lib/Support/BlockFrequency.cpp \
221 lib/Support/BranchProbability.cpp \
222 lib/Support/circular_raw_ostream.cpp \
223 lib/Support/CommandLine.cpp \
224 lib/Support/ConstantRange.cpp \
[all …]
DBUILD.gn276 "lib/Support/APFloat.cpp",
277 "lib/Support/APInt.cpp",
278 "lib/Support/APSInt.cpp",
279 "lib/Support/Allocator.cpp",
280 "lib/Support/Atomic.cpp",
281 "lib/Support/BlockFrequency.cpp",
282 "lib/Support/BranchProbability.cpp",
283 "lib/Support/CommandLine.cpp",
284 "lib/Support/ConstantRange.cpp",
285 "lib/Support/CrashRecoveryContext.cpp",
[all …]
/external/llvm/include/llvm/
Dmodule.modulemap187 header "Support/TargetRegistry.h"
226 // A module covering ADT/ and Support/. These are intertwined and
236 module Support {
239 umbrella "Support"
243 exclude header "Support/Solaris.h"
246 exclude header "Support/PluginLoader.h"
249 exclude header "Support/TargetRegistry.h"
252 textual header "Support/ARMTargetParser.def"
253 textual header "Support/AArch64TargetParser.def"
254 textual header "Support/Dwarf.def"
[all …]
/external/llvm/lib/Target/Mips/
DMips.td73 "Support 64-bit FP registers">;
75 "Support for FPXX">;
88 "Mips I ISA Support [highly experimental]">;
90 "Mips II ISA Support [highly experimental]",
99 "MIPS III ISA Support [highly experimental]",
110 "Mips4", "MIPS IV ISA Support",
117 "MIPS V ISA Support [highly experimental]",
120 "Mips32 ISA Support",
124 "Mips32r2", "Mips32r2 ISA Support",
128 "Mips32r3", "Mips32r3 ISA Support",
[all …]
/external/swiftshader/
DCMakeLists.txt388 ${LLVM_DIR}/lib/Support/APFloat.cpp
389 ${LLVM_DIR}/lib/Support/APInt.cpp
390 ${LLVM_DIR}/lib/Support/Allocator.cpp
391 ${LLVM_DIR}/lib/Support/Atomic.cpp
392 ${LLVM_DIR}/lib/Support/BlockFrequency.cpp
393 ${LLVM_DIR}/lib/Support/BranchProbability.cpp
394 ${LLVM_DIR}/lib/Support/CommandLine.cpp
395 ${LLVM_DIR}/lib/Support/ConstantRange.cpp
396 ${LLVM_DIR}/lib/Support/CrashRecoveryContext.cpp
397 ${LLVM_DIR}/lib/Support/DAGDeltaAlgorithm.cpp
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMips.td36 "Support 64-bit FP registers.">;
62 "Mips32 ISA Support",
65 "Mips32r2", "Mips32r2 ISA Support",
68 "Mips64", "Mips64 ISA Support",
72 "Mips64r2", "Mips64r2 ISA Support",
/external/pdfium/third_party/libtiff/
D0000-build-config.patch281 +/* Support CCITT Group 3 & 4 algorithms */
284 +/* Support JPEG compression (requires IJG JPEG library) */
287 +/* Support LogLuv high dynamic range encoding */
290 +/* Support LZW algorithm */
293 +/* Support NeXT 2-bit RLE algorithm */
296 +/* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
300 +/* Support Macintosh PackBits algorithm */
303 +/* Support Pixar log-format algorithm (requires Zlib) */
306 +/* Support ThunderScan 4-bit RLE algorithm */
309 +/* Support Deflate compression */
[all …]
/external/llvm/lib/Target/X86/
DX86.td41 "Support POPCNT instruction">;
44 "Support fxsave/fxrestore instructions">;
47 "Support xsave instructions">;
50 "Support xsaveopt instructions">;
53 "Support xsavec instructions">;
56 "Support xsaves instructions">;
93 "Support 64-bit instructions",
110 "Support SSE 4a instructions",
172 "Support MOVBE instruction">;
174 "Support RDRAND instruction">;
[all …]
/external/vixl/doc/
Dchangelog.md34 + Support long branches using veneers.
36 + Support some `ic` and `dc` cache op instructions.
37 + Support CRC32 instructions.
38 + Support half-precision floating point instructions.
56 + Support `ldrsw` for literals.
57 + Support binding a label to a specific offset.
59 + Support Peek and Poke for CPURegLists.
/external/llvm/tools/llc/
DCMakeLists.txt12 Support
17 # Support plugins.
/external/swiftshader/third_party/LLVM/utils/lit/
DTODO7 - Support valgrind in all configs, and LLVM style valgrind.
9 - Support a timeout / ulimit.
/external/ipsec-tools/
DNEWS43 o Support for UNIQUE generated policies
44 o Support for semi anonymous sainfos
45 o Support for ph1id to remoteid matching
72 o Support for server-side hybrid authentication, with full
74 o Support for client-side hybrid authentication (Tested only with
87 o Support for SPD policy priorities in setkey.
123 o Support for NAT Traversal (NAT-T)
130 o Support for SA lifetime specified in bytes
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86.td37 "Support POPCNT instruction">;
72 "Support 64-bit instructions",
83 "Support SSE 4a instructions",
100 "Support MOVBE instruction">;
102 "Support RDRAND instruction">;
104 "Support 16-bit floating point conversion instructions">;
106 "Support LZCNT instruction">;
108 "Support BMI instructions">;
DX86GenSubtargetInfo.inc57 { "64bit", "Support 64-bit instructions", X86::Feature64Bit, X86::FeatureCMOV },
61 { "bmi", "Support BMI instructions", X86::FeatureBMI, 0ULL },
65 { "f16c", "Support 16-bit floating point conversion instructions", X86::FeatureF16C, 0ULL },
69 { "lzcnt", "Support LZCNT instruction", X86::FeatureLZCNT, 0ULL },
71 { "movbe", "Support MOVBE instruction", X86::FeatureMOVBE, 0ULL },
73 { "popcnt", "Support POPCNT instruction", X86::FeaturePOPCNT, 0ULL },
74 { "rdrand", "Support RDRAND instruction", X86::FeatureRDRAND, 0ULL },
81 { "sse4a", "Support SSE 4a instructions", X86::FeatureSSE4A, X86::FeaturePOPCNT },
151 #include "llvm/Support/Debug.h"
152 #include "llvm/Support/raw_ostream.h"
/external/llvm/lib/Support/
DLLVMBuild.txt1 ;===- ./lib/Support/LLVMBuild.txt ------------------------------*- Conf -*--===;
20 name = Support
/external/llvm/tools/bugpoint/
DCMakeLists.txt13 Support
19 # Support plugins.
/external/llvm/tools/opt/
DCMakeLists.txt14 Support
21 # Support plugins.
/external/libmojo/mojo/edk/js/test/
Drun_js_tests.cc26 AddBuiltinModule(Support::kModuleName, Support::GetModule); in TestRunnerDelegate()
Drun_js_integration_tests.cc30 AddBuiltinModule(Support::kModuleName, Support::GetModule); in TestRunnerDelegate()
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES3 o OpenGL Support
10 o Thread Support
14 o GLX 1.4 Support
41 Support for GLXPbuffers has been added. These are drawables that are
/external/mdnsresponder/
DREADME.txt75 | Platform Support |
81 The "Platform Support" layer provides the necessary supporting routines
92 The "mDNS Core" layer in turn calls through to the "Platform Support"
95 Apple currently provides "Platform Support" layers for Mac OS 9, Mac OS X,
110 | Platform Support | | Platform Support | | Platform Support |
127 | Platform Support |
/external/clang/tools/driver/
DCMakeLists.txt14 Support
21 # Support plugins. This must be before add_clang_executable as it reads
47 # Support plugins.
/external/zlib/src/contrib/
DREADME.contrib8 Support for Ada
23 Support for Delphi and C++ Builder
26 Support for Microsoft .Net and Visual C++ .Net
64 Support for Pascal

12345678910>>...41