Home
last modified time | relevance | path

Searched refs:kernels (Results 1 – 25 of 78) sorted by relevance

1234

/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp138 find_kernels(llvm::Module *mod, std::vector<llvm::Function *> &kernels) { in find_kernels() argument
142 kernels.push_back(llvm::dyn_cast<llvm::Function>( in find_kernels()
149 const std::vector<llvm::Function *> &kernels) { in link() argument
175 for (std::vector<llvm::Function *>::const_iterator I = kernels.begin(), in link()
176 E = kernels.end(); in link()
191 const std::vector<llvm::Function *> &kernels) { in build_module_llvm() argument
207 assert(kernels.size() == 1); in build_module_llvm()
209 kernel_func = kernels[0]; in build_module_llvm()
257 std::vector<llvm::Function *> kernels;
261 find_kernels(mod, kernels);
[all …]
/external/squashfs-tools/
DINSTALL9 This release is for 2.6.29 and newer kernels. Kernel patching is not necessary.
12 extended attributes can be mounted on 2.6.29 and newer kernels (the
15 LZO compression support requires 2.6.36 or newer kernels.
17 XZ compression support requires 2.6.38 or newer kernels.
DREADME15 is the last release that supported 2.4 kernels.
/external/valgrind/drd/scripts/
Drun-splash2189 cd ${SPLASH2}/codes/kernels/cholesky/inputs
198 run_test ${SPLASH2}/codes/kernels/fft/FFT -t -l$((log2_cache_size/2)) -m16
201 run_test ${SPLASH2}/codes/kernels/lu/contiguous_blocks/LU -n512
216 run_test ${SPLASH2}/codes/kernels/radix/RADIX -n$((2**20)) -r1024
/external/iproute2/
DREADME.decnet25 kernels node address to work properly with 2.4 kernels. This should
26 be fine with 2.6 kernels as the routing code has been extensively
/external/iptables/extensions/
Dlibxt_DNAT.man22 those kernels, if you specify more than one destination address, either via an
38 IPv6 support available since Linux kernels >= 3.7.
Dlibxt_SNAT.man23 kernels, if you specify more than one source address, either via an address
45 IPv6 support available since Linux kernels >= 3.7.
Dlibxt_TOS.man30 NOTE: In Linux kernels up to and including 2.6.38, with the exception of
35 aformentioned kernels forgo the inversion which breaks --set-tos and its
Dlibxt_SECMARK.man5 table (for backwards compatibility with older kernels, it is also
Dlibxt_NETMAP.man11 IPv6 support available since Linux kernels >= 3.7.
Dlibxt_CONNSECMARK.man6 table (for backwards compatibility with older kernels, it is also
Dlibxt_REDIRECT.man24 IPv6 support available starting Linux kernels >= 3.7.
Dlibxt_SET.man25 standard kernels, is the case since Linux 2.6.39.
Dlibxt_MASQUERADE.man28 IPv6 support available since Linux kernels >= 3.7.
Dlibipt_REJECT.man32 (*) Using icmp\-admin\-prohibited with kernels that do not support it will result in a plain DROP i…
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.221 mountable on 2.6.29 and later kernels.
28 XZ support is in 2.6.38 and newer kernels.
DREADME-4.122 mountable on 2.6.29 and later kernels.
46 Extended attribute support is in 2.6.35 and later kernels. File systems
47 with extended attributes can be mounted on 2.6.29 and later kernels, the
55 LZO support is in 2.6.36 and newer kernels. LZMA is not yet in mainline.
/external/clang/test/CodeGenOpenCL/
Dkernel-metadata.cl9 // CHECK: !opencl.kernels = !{!0}
Dkernel-attributes.cl9 // CHECK: opencl.kernels = !{[[MDNODE0:![0-9]+]], [[MDNODE3:![0-9]+]]}
/external/llvm/test/CodeGen/NVPTX/
Di1-param.ll6 ; Make sure predicate (i1) operands to kernels get expanded out to .u8
/external/libselinux/
DREADME.android30 booting multiple kernels,
35 and matching kernels and userspace easily,
/external/iptables/
DINCOMPATIBILITIES4 with kernels that do not support it, will result in a plain DROP instead
/external/valgrind/gdbserver_tests/
DmcinvokeRU.vgtest9 # on kernels where ptrace is restricted.
/external/llvm/test/CodeGen/R600/
Dloop-address.ll32 !opencl.kernels = !{!0, !1, !2, !3}
/external/eigen/Eigen/
DSparseLU19 * The code is fully optimized for supernode-panel updates with specialized kernels.

1234