Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Conversion/MemRefToLLVM/
H A Dgeneric-functions.mlir9 // CHECK-NOTALIGNED: llvm.call @_mlir_alloc(%{{.*}}) : (i64) -> !llvm.ptr<i8>
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCRunnerUtils.cpp125 extern "C" void *_mlir_alloc(uint64_t size) { return malloc(size); } in _mlir_alloc() function
/llvm-project-15.0.7/mlir/docs/
H A DTargetLLVMIR.md563 perform such operation, the names of the calles are `_mlir_alloc`,