Home
last modified time | relevance | path

Searched defs:memory_scope (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/XeGPU/IR/
H A DXeGPUDialect.cpp36 get(mlir::MLIRContext * context,xegpu::MemoryScope memory_scope,int array_length,bool boundary_check,bool scattered) get() argument
112 get(llvm::ArrayRef<int64_t> shape,mlir::Type elementType,bool scattered,int array_length,MemoryScope memory_scope,bool boundary_check) get() argument
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h388 typedef enum memory_scope { global() enum
407 } memory_scope; global() typedef