Home
last modified time | relevance | path

Searched refs:init1 (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-static-init-default-priority.ll4 … 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 Dcall_once.pass.cpp71 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 Dphi_ehpad_ignore_sameval.ll16 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 Dresolve48.f9023 module procedure init1
31 type(t1) function init1() function
/llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/
H A Dctor-list-opt-constexpr.ll13 @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 Dcloexec-inotify-init1.rst1 .. title:: clang-tidy - android-cloexec-inotify-init1
3 android-cloexec-inotify-init1
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A Dfree.ll55 ; CHECK: init1:
63 br i1 %x, label %skipinit1, label %init1
65 init1:
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dfor_reduction_codegen_UDR.cpp47 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 Dcanonicalize-duplicate-inputs.mlir135 %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 Ddecompose-ops.mlir10 %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 Dfusion-elementwise-ops.mlir633 %init1 = linalg.init_tensor [%d0, 1] : tensor<?x1xf32>
641 outs(%init1 : tensor<?x1xf32>) {
H A Dcanonicalize.mlir906 %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 Dno-iv-rewrite.ll373 ; 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 Dnon-const-parameter.cpp84 void init1(int *p) { in init1() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dconversion.c78 void init1(void) { in init1() function
/llvm-project-15.0.7/mlir/test/Interfaces/TilingInterface/
H A Dtile-and-fuse-using-interface.mlir98 %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 Dtile-using-interface.mlir91 %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 Dchecking.m284 - (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 DSCFOps.td801 %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 Dunroll-jam.mlir447 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 Darc.m271 - (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 Dlist.rst71 `android-cloexec-inotify-init1 <android/cloexec-inotify-init1.html>`_, "Yes"
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td211 %res:2 = affine.for %i = 0 to 128 iter_args(%arg0 = %init0, %arg1 = %init1)