Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Conversion/MemRefToLLVM/
H A Dgeneric-functions.mlir10 // CHECK-ALIGNED: llvm.call @_mlir_aligned_alloc(%{{.*}}, %{{.*}}) : (i64, i64) -> !llvm.ptr<i8>
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCRunnerUtils.cpp127 extern "C" void *_mlir_aligned_alloc(uint64_t alignment, uint64_t size) { in _mlir_aligned_alloc() function
/llvm-project-15.0.7/mlir/docs/
H A DTargetLLVMIR.md564 `_mlir_aligned_alloc` and `_mlir_free`. Their signatures are the same of