Home
last modified time | relevance | path

Searched refs:tp0 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dbench.h21 timespec tp0; in main() local
22 clock_gettime(CLOCK_MONOTONIC, &tp0); in main()
28 (tp0.tv_sec * 1000000000ULL + tp0.tv_nsec); in main()
H A Dsetuid2.c16 unsigned long long tp0, tp1; in main() local
17 tp0 = monotonic_clock_ns(); in main()
19 while (tp1 - tp0 < 3 * 1000000000ull) { in main()
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/python/
H A Dtest_stress.py108 tp0 = types.pop(0)
109 self._roundtripTp = tp0
111 types.append(tp0)
112 funcTp = ir.FunctionType.get(inputs=[tp0], results=[tp0])
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrVFP.td2597 "vmsr", "\tp0, $Rt", []>;