| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | aix-static-init-default-priority.ll | 4 … x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @init1, i8* null }, { i32… 12 define internal void @init1() { 28 ; CHECK: .lglobl init1[DS] 29 ; CHECK: .lglobl .init1 30 ; CHECK: .csect init1[DS] 31 ; CHECK: __sinit80000000_clang_ac404299654d2af7eae71e75c17f7c9b_0: # @init1 32 ; CHECK: .init1:
|
| /llvm-project-15.0.7/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
| H A D | call_once.pass.cpp | 71 struct init1 struct 78 int init1::called = 0; argument 84 std::call_once(flg1, init1(), 1); in f1() 227 assert(init1::called == 1); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | phi_ehpad_ignore_sameval.ll | 16 init1: 20 init2: ; preds = %init1 48 unwind: ; preds = %caught, %loop.unwind, %init1 52 %i32 = phi %"class.std::allocator"* [ %i19, %loop.unwind ], [ %i19, %caught ], [ null, %init1 ]
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | resolve48.f90 | 23 module procedure init1 31 type(t1) function init1() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/ |
| H A D | ctor-list-opt-constexpr.ll | 13 @llvm.global_ctors = appending global [2 x %0] [%0 { i32 65535, void ()* @init1, i8* null }, %0 { i… 17 define internal void @init1() { 23 ; CHECK-LABEL: @init1(
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/android/ |
| H A D | cloexec-inotify-init1.rst | 1 .. title:: clang-tidy - android-cloexec-inotify-init1 3 android-cloexec-inotify-init1
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/ |
| H A D | free.ll | 55 ; CHECK: init1: 63 br i1 %x, label %skipinit1, label %init1 65 init1:
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | for_reduction_codegen_UDR.cpp | 47 void init1(BaseS1&, const BaseS1&); 52 #pragma omp declare reduction(&& : S<float>, S<int> : omp_out.f *= omp_in.f) initializer(init1(omp_…
|
| /llvm-project-15.0.7/mlir/test/Dialect/Linalg/ |
| H A D | canonicalize-duplicate-inputs.mlir | 135 %init1 = linalg.init_tensor [] : tensor<i32> 140 outs(%init0, %init1 : tensor<f32>, tensor<i32>) { 191 %init1 = linalg.init_tensor [%arg0] : tensor<?xi32> 197 outs(%init1, %fill : tensor<?xi32>, tensor<i32>) {
|
| H A D | decompose-ops.mlir | 10 %init1 = linalg.init_tensor [%d1, %d0] : tensor<?x?xf32> 18 outs(%init1, %init2 : tensor<?x?xf32>, tensor<?x?xf32>) { 119 %init1 = linalg.init_tensor [%d1, %d0] : tensor<?x?xf32> 127 outs(%init1, %init2, %init2 : tensor<?x?xf32>, tensor<?x?xf32>, tensor<?x?xf32>) {
|
| H A D | fusion-elementwise-ops.mlir | 633 %init1 = linalg.init_tensor [%d0, 1] : tensor<?x1xf32> 641 outs(%init1 : tensor<?x1xf32>) {
|
| H A D | canonicalize.mlir | 906 %init1 = linalg.init_tensor [%d1, %d2, %d0] : tensor<?x?x?xf32> 913 ins(%arg0 : tensor<?x?x?xf32>) outs(%init1, %init2 : tensor<?x?x?xf32>, tensor<?x?x?xf32>) {
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | no-iv-rewrite.ll | 373 ; Two phis should remain, one starting at %init, and one at %init1. 404 %init1 = add i32 %init, %step1 405 %l.0 = sub i32 %init1, %step1 409 %ii = phi i32 [ %init1, %entry ], [ %ii.next, %loop ] 412 %k = phi i32 [ %init1, %entry ], [ %k.next, %loop ]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | non-const-parameter.cpp | 84 void init1(int *p) { in init1() function
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | conversion.c | 78 void init1(void) { in init1() function
|
| /llvm-project-15.0.7/mlir/test/Interfaces/TilingInterface/ |
| H A D | tile-and-fuse-using-interface.mlir | 98 %init1 = linalg.init_tensor [%d0, %d2] : tensor<?x?xf32> 99 %fill1 = linalg.fill ins(%cst : f32) outs(%init1 : tensor<?x?xf32>) -> tensor<?x?xf32> 148 %init1 = linalg.init_tensor [%d1, %d0] : tensor<?x?xf32> 153 ins(%gemm : tensor<?x?xf32>) outs(%init1 : tensor<?x?xf32>) {
|
| H A D | tile-using-interface.mlir | 91 %init1 = linalg.init_tensor [300, 128, 200] : tensor<300x128x200xf32> 97 outs(%init0, %init1 : tensor<128x300x200xf32>, tensor<300x128x200xf32>) {
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | checking.m | 284 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the rec… method 288 return [v init1];
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/IR/ |
| H A D | SCFOps.td | 801 %res = scf.while (%arg1 = %init1) : (f32) -> f32 { 825 %res = scf.while (%arg1 = %init1) : (f32) -> f32 { 853 %res = scf.while (%arg1 = %init1) : (f32) -> i64 {
|
| /llvm-project-15.0.7/mlir/test/Dialect/Affine/ |
| H A D | unroll-jam.mlir | 447 func.func @unroll_jam_nested_iter_args_mulf(%arg0: memref<21x30xf32, 1>, %init : f32, %init1 : f32)… 449 %1 = affine.for %arg5 = 0 to 30 iter_args(%arg6 = %init1) -> (f32) {
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc.m | 271 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the rec… method 275 return [v init1];
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/ |
| H A D | list.rst | 71 `android-cloexec-inotify-init1 <android/cloexec-inotify-init1.html>`_, "Yes"
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineOps.td | 211 %res:2 = affine.for %i = 0 to 128 iter_args(%arg0 = %init0, %arg1 = %init1)
|