Searched refs:TYPE_ID (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_atomic.cpp | 698 #define ATOMIC_BEGIN(TYPE_ID, OP_ID, TYPE, RET_TYPE) \ argument 699 RET_TYPE __kmpc_atomic_##TYPE_ID##_##OP_ID(ident_t *id_ref, int gtid, \ 702 KA_TRACE(100, ("__kmpc_atomic_" #TYPE_ID "_" #OP_ID ": T#%d\n", gtid)); 872 #define ATOMIC_FIXED_ADD(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \ argument 874 ATOMIC_BEGIN(TYPE_ID, OP_ID, TYPE, void) \ 1933 KA_TRACE(100, ("__kmpc_atomic_" #TYPE_ID "_" #OP_ID ": T#%d\n", gtid)); 2043 KA_TRACE(100, ("__kmpc_atomic_" #TYPE_ID "_" #OP_ID ": T#%d\n", gtid)); 2216 KA_TRACE(100, ("__kmpc_atomic_" #TYPE_ID "_" #OP_ID ": T#%d\n", gtid)); 2833 KA_TRACE(100, ("__kmpc_atomic_" #TYPE_ID "_" #OP_ID ": T#%d\n", gtid)); 3251 KA_TRACE(100, ("__kmpc_atomic_" #TYPE_ID "_swp: T#%d\n", gtid)); [all …]
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | cfi-icall-only-defuse.ll | 44 ; FOOBAZ: <TYPE_ID op0=9 op1=2 op2=4 op3=7 op4=0 op5=0 op6=0 op7=0/> 52 ; BARQUX: <TYPE_ID op0=9 op1=2 op2=4 op3=7 op4=0 op5=0 op6=0 op7=0/>
|
| H A D | cfi-icall.ll | 32 ; COMBINED: <TYPE_ID op0=6 op1=7 op2=4 op3=7 op4=0 op5=0 op6=0 op7=0/>
|
| H A D | cfi.ll | 26 ; Ensure that traps are conditional. Invalid TYPE_ID can cause
|
| H A D | cfi-devirt.ll | 92 ; Check that traps are conditional. Invalid TYPE_ID can cause
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | thinlto-distributed-cfi.ll | 17 ; CHECK: <TYPE_ID op0=0 op1=6 op2=3 op3=0 op4=0 op5=0 op6=0 op7=0/> 50 ; Ensure that traps are conditional. Invalid TYPE_ID can cause
|
| H A D | thinlto-distributed-cfi-devirt.ll | 27 ; CHECK: <TYPE_ID op0=0 op1=6 op2=4 op3=7 op4=0 op5=0 op6=0 op7=0 op8=0 op9=2 op10=6 op11=0 op12=0 … 98 ; Check that traps are conditional. Invalid TYPE_ID can cause
|
| /llvm-project-15.0.7/llvm/test/CodeGen/BPF/CORE/ |
| H A D | offset-reloc-typedef-union.ll | 38 ; CHECK: .long {{[0-9]+}} # BTF_KIND_UNION(id = [[TYPE_ID:[0-9]+]]) 47 ; CHECK-NEXT: .long [[TYPE_ID]]
|
| H A D | offset-reloc-typedef-array.ll | 39 ; CHECK: .long {{[0-9]+}} # BTF_KIND_STRUCT(id = [[TYPE_ID:[0-9]+]]) 48 ; CHECK-NEXT: .long [[TYPE_ID]]
|
| H A D | offset-reloc-typedef-struct.ll | 38 ; CHECK: .long {{[0-9]+}} # BTF_KIND_STRUCT(id = [[TYPE_ID:[0-9]+]]) 47 ; CHECK-NEXT: .long [[TYPE_ID]]
|
| H A D | offset-reloc-typedef.ll | 46 ; CHECK: .long {{[0-9]+}} # BTF_KIND_UNION(id = [[TYPE_ID:[0-9]+]]) 55 ; CHECK-NEXT: .long [[TYPE_ID:[0-9]+]]
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 314 STRINGIFY_CODE(FS, TYPE_ID) in GetCodeName()
|