Home
last modified time | relevance | path

Searched refs:simple_loop (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/test/Conversion/ControlFlowToSPIRV/
H A Dcf-ops-to-spirv.mlir11 // CHECK-LABEL: func @simple_loop
12 func.func @simple_loop(%begin: i32, %end: i32, %step: i32) {
/llvm-project-15.0.7/mlir/test/Conversion/FuncToLLVM/
H A Dfunc-to-llvm.mlir15 // CHECK-LABEL: func @simple_loop() {
16 // CHECK32-LABEL: func @simple_loop() {
17 func.func @simple_loop() {
69 // CHECK-NEXT: llvm.call @simple_loop() : () -> ()
74 call @simple_loop() : () -> ()
81 // CHECK: llvm.call @simple_loop() {baz = [1, 2, 3, 4], foo = "bar"} : () -> ()
82 call @simple_loop() {foo="bar", baz=[1,2,3,4]} : () -> ()
87 // CHECK-NEXT: llvm.call @simple_loop() : () -> ()
93 call @simple_loop() : () -> ()
/llvm-project-15.0.7/mlir/test/python/dialects/
H A Dscf.py26 def simple_loop(lb, ub, step): function
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dsccp.mlir95 // CHECK-LABEL: func @simple_loop
96 func.func @simple_loop(%arg0 : i32, %cond1 : i1) -> i32 {
H A Dsccp-structured.mlir77 // CHECK-LABEL: func @simple_loop(
78 func.func @simple_loop(%arg0 : index, %arg1 : index, %arg2 : index) -> i32 {
/llvm-project-15.0.7/llvm/test/Analysis/PhiValues/
H A Dbasic.ll73 ; CHECK-LABEL: PHI Values for function: simple_loop
74 define void @simple_loop() {
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dllvmir.mlir188 // CHECK-LABEL: define void @simple_loop()
189 llvm.func @simple_loop() {
226 // CHECK-NEXT: call void @simple_loop()
230 llvm.call @simple_loop() : () -> ()
236 // %f = constant @simple_loop : () -> ()
242 // CHECK-NEXT: call void @simple_loop()
247 llvm.call @simple_loop() : () -> ()
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dcfg-stackify.ll227 ; CHECK-LABEL: simple_loop:
235 define i32 @simple_loop(i32* %p, i32 %a) {
/llvm-project-15.0.7/mlir/test/Conversion/AffineToStandard/
H A Dlower-affine.mlir11 // CHECK-LABEL: func @simple_loop
20 func.func @simple_loop() {