Home
last modified time | relevance | path

Searched refs:si2 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dzvector.c51 si = si2; in test_assign()
88 si = +si2; in test_pos()
118 si = -si2; in test_neg()
160 ++si2; in test_preinc()
206 si2++; in test_postinc()
252 --si2; in test_predec()
298 si2--; in test_postdec()
524 si += si2; in test_add_assign()
754 si -= si2; in test_sub_assign()
868 si *= si2; in test_mul_assign()
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Dzvector.c97 si = si2; in foo()
204 ++si2; in foo()
244 --si2; in foo()
284 si = +si2; in foo()
310 si = -si2; in foo()
336 si = ~si2; in foo()
423 si += si2; in foo()
457 si -= si2; in foo()
492 si *= si2; in foo()
526 si /= si2; in foo()
[all …]
H A Dzvector2.c13 vector signed int si, si2; variable
57 ff = (vector float)si2; in foo()
139 ff = ff & si2; // expected-error {{invalid operands}} in foo()
149 ff = ff | si2; // expected-error {{invalid operands}} in foo()
159 ff = ff ^ si2; // expected-error {{invalid operands}} in foo()
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dast-types.cpp91 struct SI2 { int si2; }; member
/llvm-project-15.0.7/mlir/test/Dialect/GPU/
H A Dmapping.mlir35 …scf.parallel (%si0, %si1, %si2, %si3) = (%zero, %zero, %zero, %zero) to (%four, %four, %four, %fou…
/llvm-project-15.0.7/llvm/test/Transforms/TypePromotion/ARM/
H A Dcalls.ll338 declare fastcc signext i16 @safe_sub_func_int16_t_s_s(i16 signext %si2)
/llvm-project-15.0.7/mlir/test/IR/
H A Dparser.mlir61 // CHECK: func private @sint_types(si2, si4) -> (si7, si1023)
62 func.func private @sint_types(si2, si4) -> (si7, si1023)