Home
last modified time | relevance | path

Searched refs:test_clz (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/GlobalISel/
H A Dselect-clz.mir4 define void @test_clz() { ret void }
7 name: test_clz
8 # CHECK-LABEL: name: test_clz
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm_acle.c325 uint32_t test_clz(uint32_t t) { in test_clz() function
/llvm-project-15.0.7/mlir/test/Dialect/Tosa/
H A Dops.mlir253 func.func @test_clz(%arg0: tensor<13x21x3xi32>) -> tensor<13x21x3xi32> {