Home
last modified time | relevance | path

Searched refs:cf1 (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-static-init-non-default-priority.ll4 …()*, i8* }] [{ i32, void ()*, i8* } { i32 0, void ()* bitcast (i32 (i32)* @cf1 to void ()*), i8* n…
7 define i32 @cf1(i32 %a) {
47 ; CHECK: .globl cf1[DS]
48 ; CHECK: .globl .cf1
50 ; CHECK: .csect cf1[DS]
51 ; CHECK: __sinit00000000_clang_f6a1bc9396775a64c6249effda300afe_0: # @cf1
52 ; CHECK: .cf1:
/llvm-project-15.0.7/mlir/test/mlir-cpu-runner/
H A Dsgemm-naive-codegen.mlir8 %cf1 = arith.constant 1.00000e+00 : f32
10 linalg.fill ins(%cf1 : f32) outs(%A : memref<16x16xf32>)
11 linalg.fill ins(%cf1 : f32) outs(%B : memref<16x16xf32>)
17 linalg.fill ins(%cf1 : f32) outs(%C : memref<16x16xf32>)
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dillegal-nonarc-bridged-cast.m28 …CFTypeRef cf1 = (__bridge_retained CFTypeRef)CreateSomething(); // expected-warning {{'__bridge_re…
36 CFTypeRef cf1 = (CFTypeRef)CreateSomething();
42 CFTypeRef cf1 = (__bridge_retained CFTypeRef)CreateSomething(); // no-warning
H A Darc-bridged-cast.m29 CFTypeRef cf1 = (__bridge_retained CFTypeRef)CreateSomething();
45 …CFTypeRef cf1 = (CFTypeRef)CreateSomething(); // expected-error{{cast of Objective-C pointer type …
/llvm-project-15.0.7/mlir/test/Dialect/Affine/
H A Dscalrep.mlir264 %cf1 = arith.constant 1.0 : f32
412 %cf1 = arith.constant 1.0 : f32
422 affine.store %cf1, %m[%i0] : memref<10xf32>
430 %cf1 = arith.constant 1.0 : f32
441 affine.store %cf1, %m[%i0] : memref<10xf32>
544 %cf1 = arith.constant 1: index
578 %cf1 = arith.constant 1.0 : f32
580 affine.store %cf1, %in[32*%i] : memref<512xf32>
594 %cf1 = arith.constant 1.0 : f32
648 %cf1 = arith.constant 1.0 : f32
[all …]
/llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/
H A Dinvalid.mlir316 %cf1 = arith.constant 1.0 : f64
318 %r = sparse_tensor.reduce %arg0, %arg1, %cf1 : f64 {
341 %cf1 = arith.constant 1.0 : f64
343 %r = sparse_tensor.reduce %arg0, %arg1, %cf1 : f64 {
354 %cf1 = arith.constant 1.0 : f64
356 %r = sparse_tensor.reduce %arg0, %arg1, %cf1 : f64 {
H A Droundtrip.mlir239 %cf1 = arith.constant -1.0 : f64
240 sparse_tensor.yield %cf1 : f64
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-result.cpp280 c cf1();
282 cf1(); // expected-warning {{ignoring return value}} in cf2()
H A Dattr-no-speculative-load-hardening.cpp21 [[clang::no_speculative_load_hardening]] void cf1();
H A Dattr-no-split-stack.cpp21 [[gnu::no_split_stack]] void cf1();
H A Dattr-flatten.cpp21 [[gnu::flatten]] void cf1();
H A Dcxx1y-user-defined-literals.cpp40 complex<float> cf1 = 1if, cf2 = 2.if, cf3 = 0x3if;
H A Dattr-speculative-load-hardening.cpp31 [[clang::speculative_load_hardening]] void cf1();
H A Dcxx1z-copy-omission.cpp142 Noncopyable cf1 = ConversionFunction<Noncopyable>(); variable
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dguard_nocf.c46 __declspec(guard(nocf)) void cf1(void) { in cf1() function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dguard_nocf.cpp46 __declspec(guard(nocf)) void cf1() { in cf1() function
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-bridged-cast.m63 CFTypeRef cf1 = (__bridge_retained CFTypeRef)CreateSomething();
82 CFTypeRef cf1 = (__bridge CFTypeRef)CreateSomething();
/llvm-project-15.0.7/clang/test/SemaObjCXX/Inputs/
H A Dnullability-consistency-8.h16 void cf1(CFTypeRef * p CF_RETURNS_NOT_RETAINED); // expected-warning{{pointer is missing a nullabil…
/llvm-project-15.0.7/mlir/test/Integration/Dialect/Vector/CPU/
H A Dtest-vector-distribute.mlir32 %cf1 = arith.constant 1.0 : f32
39 %in1 = call @alloc_1d_filled_inc_f32(%c64, %cf1) : (index, f32) -> memref<?xf32>
/llvm-project-15.0.7/clang/test/CodeGen/arc/
H A Darguments.c20 void cf1(cs1 i) {} in cf1() function
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Darc-bridged-cast.mm30 CFTypeRef cf1 = (__bridge_retained IdType)CreateSomething();
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dattributes.cpp591 C<float> *cf1; variable
/llvm-project-15.0.7/mlir/test/Integration/GPU/ROCM/
H A Dvector-transferops.mlir56 %cf1 = arith.constant 1.0 : f32
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_unary.mlir53 %cf1 = arith.constant 1.0 : f64
67 sparse_tensor.yield %cf1 : f64
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorOps.td478 %cf1 = arith.constant 1.0 : f64
479 %ret = arith.addf %arg0, %cf1 : f64
545 %cf1 = arith.constant 1.0 : f64
552 %result = sparse_tensor.reduce %c, %a, %cf1 : f64 {

12