Home
last modified time | relevance | path

Searched defs:tdb (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Headers/
H A Dhtmxlintrin.h245 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_nesting_depth() local
260 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_user_abort() local
271 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_named_user_abort() local
287 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_illegal() local
297 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_footprint_exceeded() local
307 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_nested_too_deep() local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_conflict() local
331 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_failure_address() local
338 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_failure_code() local
H A Dhtmintrin.h176 #define __builtin_tbegin_retry(tdb, retry) \ argument
205 #define __builtin_tbegin_retry_nofloat(tdb, retry) \ argument
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz.c12 void test_htm1(struct __htm_tdb *tdb, int reg, int *mem, uint64_t *mem64) { in test_htm1()
115 void * const tdb = &tdb_struct; in test_htmxl1() local
/llvm-project/clang/test/AST/Interp/
H A Dfloats.cpp