Home
last modified time | relevance | path

Searched refs:myfn (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Feature/
Dforwardreftest.ll6 %myfn = type float (i32,double,i32,i16)
7 %0 = type i32(%myfn*)
/external/llvm-project/llvm/test/Feature/
Dforwardreftest.ll6 %myfn = type float (i32,double,i32,i16)
7 %0 = type i32(%myfn*)
/external/rust/crates/async-trait/tests/
Dtest.rs303 async fn myfn(&self, _: PhantomData<dyn Trait + Send>) {} in myfn() method
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td1368 // Reference to function @myfn.
1369 %3 = constant @myfn : (tensor<16xf32>, f32) -> tensor<16xf32>
1373 %3 = "std.constant"() {value = @myfn}