Searched refs:runtimeDisable (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/test/Dialect/LLVMIR/ |
H A D | loop-metadata.mlir | 15 // CHECK-DAG: #[[UNROLL:.*]] = #llvm.loop_unroll<disable = true, count = 32 : i32, runtimeDisable =… 17 disable = true, count = 32 : i32, runtimeDisable = true, full = false,
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | LoopAnnotationImporter.cpp | 316 FailureOr<BoolAttr> runtimeDisable = in convertUnrollAttr() local 326 return createIfNonNull<LoopUnrollAttr>(ctx, disable, count, runtimeDisable, in convertUnrollAttr()
|
/llvm-project/mlir/test/Target/LLVMIR/Import/ |
H A D | metadata-loop.ll | 120 …OLL_ATTR:.*]] = #llvm.loop_unroll<disable = false, count = 16 : i32, runtimeDisable = true, full =…
|
/llvm-project/mlir/test/Target/LLVMIR/ |
H A D | loop-metadata.mlir | 87 disable = true, count = 64 : i32, runtimeDisable = false, full = false,
|
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
H A D | LLVMAttrDefs.td | 106 OptionalParameter<"BoolAttr">:$runtimeDisable,
|