Home
last modified time | relevance | path

Searched refs:z_ (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dopenmp-reduction.mlir42 // CHECK-SAME: @[[OUTLINED:[A-Za-z_.][A-Za-z0-9_.]*]]
53 // CHECK-SAME: @[[REDFUNC:[A-Za-z_.][A-Za-z0-9_.]*]]
120 // CHECK-SAME: @[[OUTLINED:[A-Za-z_.][A-Za-z0-9_.]*]]
133 // CHECK-SAME: @[[REDFUNC:[A-Za-z_.][A-Za-z0-9_.]*]]
205 // CHECK-SAME: @[[OUTLINED:[A-Za-z_.][A-Za-z0-9_.]*]]
218 // CHECK-SAME: @[[REDFUNC:[A-Za-z_.][A-Za-z0-9_.]*]]
289 // CHECK-SAME: @[[OUTLINED:[A-Za-z_.][A-Za-z0-9_.]*]]
300 // CHECK-SAME: @[[REDFUNC:[A-Za-z_.][A-Za-z0-9_.]*]]
379 // CHECK-SAME: @[[OUTLINED:[A-Za-z_.][A-Za-z0-9_.]*]]
392 // CHECK-SAME: @[[REDFUNC:[A-Za-z_.][A-Za-z0-9_.]*]]
/llvm-project-15.0.7/bolt/test/X86/Inputs/
H A Ddwarf5-call-pc-helper.s2 # int helper(int z_, int d_) {
3 # return z_ + d_;
17 #DEBUG_VALUE: helper:z_ <- $edi
H A Ddwarf4-df-dualcu-loclist-helper.s6 # int helper(int z_, int d_) {
7 # z += z_;
23 #DEBUG_VALUE: helper:z_ <- $edi
30 #DEBUG_VALUE: helper:z_ <- [DW_OP_LLVM_entry_value 1] $edi
H A Ddwarf5-df-dualcu-loclist-helper.s6 # int helper(int z_, int d_) {
7 # z += z_;
23 #DEBUG_VALUE: helper:z_ <- $edi
30 #DEBUG_VALUE: helper:z_ <- [DW_OP_LLVM_entry_value 1] $edi
H A Ddwarf5-df-mono-helper.s6 # int helper(int z_, int d_) {
7 # z += z_;
H A Ddwarf4-df-dualcu-helper.s6 # int helper(int z_, int d_) {
7 # z += z_;
H A Ddwarf5-df-dualcu-helper.s6 # int helper(int z_, int d_) {
7 # z += z_;
H A Ddwarf4-df-dualcu-main.s8 # int helper(int z_, int d_);
H A Ddwarf5-call-pc-main.s2 # int helper(int z_, int d_);
H A Ddwarf5-df-dualcu-main.s8 # int helper(int z_, int d_);
H A Ddwarf5-df-mono-main.s8 # int helper(int z_, int d_);
H A Ddwarf4-df-dualcu-loclist-main.s8 # int helper(int z_, int d_);
H A Ddwarf5-df-dualcu-loclist-main.s8 # int helper(int z_, int d_);
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dsmrd-vccz-bug.ll11 ; GCN: s_cbranch_vccnz [[EXIT:.L[0-9A-Za-z_]+]]
33 ; GCN: s_cbranch_vccnz [[EXIT:.L[0-9A-Za-z_]+]]
H A Dendcf-loop-header.ll12 ; CHECK: [[LOOP_LABEL:.L[0-9A-Za-z_]+]]: ; %loop{{$}}
/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Datomics.ll89 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16
104 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16
119 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16
134 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dpgmath.h.inc102 c_double_complex_t __##impl##z_##func##_1(c_double_complex_t)) \
104 PGMATH_USE_Z(func, __##impl##z_##func##_1)
119 PGMATH_DECLARE(c_double_complex_t __##impl##z_##func##_1( \
122 PGMATH_USE_Z(func, __##impl##z_##func##_1)
/llvm-project-15.0.7/llvm/utils/vim/syntax/
H A Dllvm.vim228 syn match llvmConstant /\<DW_TAG_[a-z_]\+\>/
232 syn match llvmConstant /\<DW_VIRTUALITY_[a-z_]\+\>/
/llvm-project-15.0.7/llvm/utils/vscode/llvm/syntaxes/
H A Dll.tmLanguage.yaml344 - match: "\\bDW_TAG_[a-z_]+\\b|\
348 \\bDW_VIRTUALITY_[a-z_]+\\b|\
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/intrinsics/
H A Datomicrmw_bitwise_native.ll25 ; CHECK: // %[[BINARY_OP:[a-z_]*]]_entry
H A Datomicrmw_addsub_native.ll32 ; CHECK: // %[[BINARY_OP:[a-z_]*]]_entry
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Datomic-ops.cl218 …// CHECK: cmpxchg i32* {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z_.]+}} syncs…
221 …// CHECK: cmpxchg weak i32* {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z._]+}}, i32 {{%[0-9A-Za-z_.]+}} …
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimath.c111 static inline void CLAMP(mp_int z_) { in CLAMP() argument
112 mp_size uz_ = MP_USED(z_); in CLAMP()
113 mp_digit *dz_ = MP_DIGITS(z_) + uz_ - 1; in CLAMP()
115 z_->used = uz_; in CLAMP()
/llvm-project-15.0.7/mlir/test/Conversion/SCFToControlFlow/
H A Dconvert-to-cfg.mlir360 // CHECK-SAME: %[[INIT1:[0-9A-Za-z_]*]]: f32)