Home
last modified time | relevance | path

Searched refs:hd2 (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/test/SemaCUDA/
Dcall-device-fn-from-host.cu28 __host__ __device__ void hd2() { device_fn(); } in hd2() function
41 template <typename T> __host__ __device__ void hd2() { device_fn(); } in hd2() function
43 void host_fn() { hd2<int>(); } in host_fn()
Dcall-host-fn-from-device.cu28 __host__ __device__ void hd2() { host_fn(); } in hd2() function
58 template <typename T> __host__ __device__ void hd2() { host_fn(); } in hd2() function
60 __global__ void kernel() { hd2<int>(); } in kernel()
Dexceptions.cu36 inline __host__ __device__ void hd2() { in hd2() function
40 void call_hd2() { hd2(); } in call_hd2()
Dtrace-through-global.cu16 inline __host__ __device__ int hd2() { in hd2() function
32 __global__ void kernel(int) { hd2(); } in kernel()
/external/python/cpython2/Lib/test/
Dtest_pep247.py56 hd2 = ""
58 hd2 += '%02x' % ord(byte)
59 self.assertEqual(hd2, hexdigest)
/external/llvm-project/clang/test/PCH/
Dpragma-cuda-force-host-device.cu15 void hd2() {} in hd2() function
23 hd2(); in device()
/external/perfetto/src/profiling/memory/
Dbookkeeping_unittest.cc191 HeapTracker hd2(&c, false); in TEST() local
195 hd2.RecordMalloc(stack(), DummyBuildIds(stack().size()), 0x2, 2, 2, in TEST()
198 ASSERT_EQ(hd2.GetSizeForTesting(stack(), DummyBuildIds(stack().size())), in TEST()
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/
Dnonnull.ll599 ; FNATTR: hd2:
614 %tmp7 = phi i32 [ %tmp8, %hd2 ], [ 0, %en ]
616 br label %hd2
618 hd2:
670 ; FNATTR: hd2:
685 %tmp7 = phi i32 [ %tmp8, %hd2 ], [ 0, %en ]
687 br label %hd2
689 hd2:
/external/llvm-project/llvm/test/Transforms/Attributor/
Dnonnull.ll1237 ; IS__TUNIT_OPM: hd2:
1255 ; IS________NPM: hd2:
1273 ; IS__CGSCC_OPM: hd2:
1287 %tmp7 = phi i32 [ %tmp8, %hd2 ], [ 0, %en ]
1289 br label %hd2
1291 hd2:
1362 ; NOT_CGSCC_OPM: hd2:
1380 ; IS__CGSCC_OPM: hd2:
1394 %tmp7 = phi i32 [ %tmp8, %hd2 ], [ 0, %en ]
1396 br label %hd2
[all …]
/external/libabigail/doc/manuals/
Dabidiff.rst123 * ``--headers-dir2 | --hd2`` <headers-directory-path-1>
/external/libabigail/
DChangeLog15201 (main): Adjust to invoke abidiff with the new --hd1 and --hd2