Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
mlir/include/mlir/Conversion/Passes.td
Show First 20 Lines • Show All 576 Lines • ▼ Show 20 Lines | Option<"useAlignedAlloc", "use-aligned-alloc", "bool", /*default=*/"false", | ||||
"Use aligned_alloc in place of malloc for heap allocations">, | "Use aligned_alloc in place of malloc for heap allocations">, | ||||
Option<"indexBitwidth", "index-bitwidth", "unsigned", | Option<"indexBitwidth", "index-bitwidth", "unsigned", | ||||
/*default=kDeriveIndexBitwidthFromDataLayout*/"0", | /*default=kDeriveIndexBitwidthFromDataLayout*/"0", | ||||
"Bitwidth of the index type, 0 to use size of machine word">, | "Bitwidth of the index type, 0 to use size of machine word">, | ||||
Option<"useGenericFunctions", "use-generic-functions", | Option<"useGenericFunctions", "use-generic-functions", | ||||
"bool", | "bool", | ||||
/*default=*/"false", | /*default=*/"false", | ||||
"Use generic allocation and deallocation functions instead of the " | "Use generic allocation and deallocation functions instead of the " | ||||
"classic 'malloc', 'aligned_alloc' and 'free' functions"> | "classic 'malloc', 'aligned_alloc' and 'free' functions">, | ||||
Option<"useOpaquePointers", "use-opaque-pointers", "bool", | |||||
/*default=*/"false", "Generate LLVM IR using opaque pointers " | |||||
"instead of typed pointers"> | |||||
]; | ]; | ||||
} | } | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// MemRefToSPIRV | // MemRefToSPIRV | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
def MapMemRefStorageClass : Pass<"map-memref-spirv-storage-class"> { | def MapMemRefStorageClass : Pass<"map-memref-spirv-storage-class"> { | ||||
▲ Show 20 Lines • Show All 426 Lines • Show Last 20 Lines |