Searched refs:initial_value (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | dict_utils.py | 34 def __init__(self, initial_value=0, items=[]): argument 37 self.value = initial_value
|
| H A D | mach_o.py | 497 def __init__(self, initial_value=0): argument 498 dict_utils.Enum.__init__(self, initial_value, self.enum) 807 def __init__(self, initial_value=0): argument 808 dict_utils.Enum.__init__(self, initial_value, self.enum) 1195 def __init__(self, initial_value=0): argument 1196 dict_utils.Enum.__init__(self, initial_value, self.enum)
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Predicate.h | 56 Predicate(T initial_value) : m_value(initial_value) {} in Predicate() argument
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | format.py | 64 initial_value=fileDependencies), 67 initial_value=additionalCompileFlags)
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/dynamic_hsa/ |
| H A D | hsa.h | 121 hsa_status_t hsa_signal_create(hsa_signal_value_t initial_value,
|
| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | 2006-10-23-IPSCCP-Crash.ll | 55 define void @initial_value() {
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 1419 def __init__(self, keyword, kind, parser=None, initial_value=None): argument 1438 self.value = initial_value 1560 IntegratedTestKeywordParser('RUN:', ParserKind.COMMAND, initial_value=script),
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/ |
| H A D | MemRefOps.td | 809 memref type). The operation is a declaration if no `initial_value` is 810 specified, else it is a definition. The `initial_value` can either be a unit 845 OptionalAttr<AnyAttr>:$initial_value, 853 custom<GlobalMemrefOpTypeAndInitialValue>($type, $initial_value)
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/ |
| H A D | VectorOps.td | 2495 AllTypesMatch<["initial_value", "accumulated_value"]> ]>, 2498 AnyVectorOfAnyRank:$initial_value, 2520 OpBuilder<(ins "Value":$source, "Value":$initial_value, 2542 "$kind `,` $source `,` $initial_value attr-dict `:` " 2543 "type($source) `,` type($initial_value) ";
|