OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitFields4
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/OpenMP/
atomic_capture_codegen.cpp
60
struct
BitFields4
{
[
all
...]
atomic_read_codegen.c
60
struct
BitFields4
{
286
// CHECK: [[LD:%.+]] = load atomic i64, i64* bitcast (%struct.
BitFields4
* @bfx4 to i64*) monotonic
304
// CHECK: [[LD:%.+]] = load atomic i64, i64* bitcast (%struct.
BitFields4
* @bfx4 to i64*) monotonic
atomic_update_codegen.cpp
60
struct
BitFields4
{
[
all
...]
atomic_write_codegen.c
60
struct
BitFields4
{
407
// CHECK: [[PREV_VALUE:%.+]] = load atomic i64, i64* bitcast (%struct.
BitFields4
* @{{.+}} to i64*) monotonic
418
// CHECK: [[RES:%.+]] = cmpxchg i64* bitcast (%struct.
BitFields4
* @{{.+}} to i64*), i64 [[OLD_BF_VALUE]], i64 [[NEW_BF_VALUE]] monotonic monotonic
446
// CHECK: [[PREV_VALUE:%.+]] = load atomic i64, i64* bitcast (%struct.
BitFields4
* @{{.+}} to i64*) monotonic
456
// CHECK: [[RES:%.+]] = cmpxchg i64* bitcast (%struct.
BitFields4
* @{{.+}} to i64*), i64 [[OLD_BF_VALUE]], i64 [[NEW_BF_VALUE]] monotonic monotonic
Completed in 142 milliseconds