Searched refs:while_loop (Results 1 – 13 of 13) sorted by relevance
/llvm-project/llvm/test/tools/llvm-cov/ |
H A D | deferred-region.cpp | 34 void while_loop() { in while_loop() function 84 while_loop(); in main()
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | terminate-statements.cpp | 264 void while_loop() { in while_loop() function 365 while_loop(); in main()
|
/llvm-project/clang/tools/clang-fuzzer/ |
H A D | cxx_proto.proto | 80 While while_loop = 3; field
|
/llvm-project/clang/tools/clang-fuzzer/proto-to-cxx/ |
H A D | proto_to_cxx.cpp | 75 if (x.has_while_loop()) return os << x.while_loop(); in operator <<()
|
/llvm-project/llvm/test/Transforms/StructurizeCFG/ |
H A D | structurizecfg-debug-loc.ll | 30 define void @while_loop(ptr addrspace(1) %out) !dbg !14 { 31 ; CHECK: @while_loop(
|
/llvm-project/mlir/test/Dialect/Tosa/ |
H A D | inlining.mlir | 37 %1:4 = "tosa.while_loop"(%arg0, %arg1, %arg2, %arg3) ({
|
H A D | tosa-infer-shapes.mlir | 1163 // CHECK: tosa.while_loop 1165 %1 = tosa.while_loop (%arg1 = %0) : (tensor<*xi32>) -> tensor<*xi32> { 1200 // CHECK: tosa.while_loop 1202 %0:2 = tosa.while_loop (%arg2 = %arg0, %arg3 = %arg1) : (tensor<i32>, tensor<1xi32>) -> (tensor<i32>, tensor<?xi32>) { 1246 // CHECK: tosa.while_loop 1248 %1 = tosa.while_loop (%arg1 = %0) : (tensor<*xi32>) -> tensor<*xi32> { 1279 // CHECK: tosa.while_loop 1281 %1 = tosa.while_loop (%arg1 = %0) : (tensor<*xi32>) -> tensor<*xi32> { 1293 // CHECK: tosa.while_loop 1295 %1 = tosa.while_loop ( [all...] |
H A D | ops.mlir | 707 // CHECK-LABEL: while_loop 710 %1:3 = tosa.while_loop (%arg2 = %0, %arg3 = %0, %arg4 = %arg0) : (tensor<i32>, tensor<i32>, tensor<10xi32>) -> (tensor<i32>, tensor<i32>, tensor<10xi32>) {
|
H A D | level_check.mlir | 713 %1:2 = "tosa.while_loop"(%0, %arg0) ({
|
/llvm-project/mlir/test/Conversion/TosaToSCF/ |
H A D | tosa-to-scf.mlir | 7 %0 = tosa.while_loop (%arg1 = %arg0) : (tensor<i32>) -> tensor<i32> {
|
/llvm-project/mlir/test/Conversion/ControlFlowToSCF/ |
H A D | test.mlir | 78 func.func @while_loop() { 92 // CHECK-LABEL: func @while_loop
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | StackColoring.ll | 442 ;CHECK-LABEL: while_loop: 447 define i32 @while_loop(i32 %x) #0 {
|
/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
H A D | TosaOps.td | 2125 // Operator: while_loop 2130 def Tosa_WhileOp : Tosa_Op<"while_loop", [
|