/llvm-project/lldb/examples/python/ |
H A D | dict_utils.py | 32 def __init__(self, initial_value=0, items=[]): argument 35 self.value = initial_value
|
H A D | mach_o.py | 504 def __init__(self, initial_value=0): argument 505 dict_utils.Enum.__init__(self, initial_value, self.enum) 848 def __init__(self, initial_value=0): argument 849 dict_utils.Enum.__init__(self, initial_value, self.enum) 1301 def __init__(self, initial_value=0): argument 1302 dict_utils.Enum.__init__(self, initial_value, self.enum)
|
/llvm-project/libcxx/utils/libcxx/test/ |
H A D | format.py | 109 initial_value=fileDependencies, 114 initial_value=additionalCompileFlags, 119 initial_value=modules, 130 initial_value=additionalCompileFlags,
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Predicate.h | 57 Predicate(T initial_value) : m_value(initial_value) {} in Predicate() argument
|
/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
H A D | TosaUtilOps.td | 96 OptionalAttr<AnyAttr>:$initial_value 102 custom<TypeOrAttr>($type, $initial_value)
|
/llvm-project/offload/plugins-nextgen/amdgpu/dynamic_hsa/ |
H A D | hsa.h | 137 hsa_status_t hsa_signal_create(hsa_signal_value_t initial_value, 142 hsa_status_t hsa_amd_signal_create(hsa_signal_value_t initial_value,
|
/llvm-project/llvm/test/Transforms/SCCP/ |
H A D | 2006-10-23-IPSCCP-Crash.ll | 55 define void @initial_value() {
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | TestRunner.py | 1905 def __init__(self, keyword, kind, parser=None, initial_value=None): 1927 self.value = initial_value 2081 IntegratedTestKeywordParser("RUN:", ParserKind.COMMAND, initial_value=script), 2087 IntegratedTestKeywordParser("DEFINE:", ParserKind.DEFINE, initial_value=script), 2089 "REDEFINE:", ParserKind.REDEFINE, initial_value=script 1857 __init__(self, keyword, kind, parser=None, initial_value=None) global() argument
|
/llvm-project/mlir/include/mlir/Dialect/EmitC/IR/ |
H A D | EmitC.td | 1125 Optionally, an `initial_value` can be provided. 1153 OptionalAttr<EmitC_OpaqueOrTypedAttr>:$initial_value, 1163 `:` custom<EmitCGlobalOpTypeAndInitialValue>($type, $initial_value)
|
/llvm-project/mlir/include/mlir/Dialect/MemRef/IR/ |
H A D | MemRefOps.td | 1112 memref type). The operation is a declaration if no `initial_value` is 1113 specified, else it is a definition. The `initial_value` can either be a unit 1148 OptionalAttr<AnyAttr>:$initial_value, 1156 custom<GlobalMemrefOpTypeAndInitialValue>($type, $initial_value)
|
/llvm-project/mlir/include/mlir/Dialect/Vector/IR/ |
H A D | VectorOps.td | 2909 AllTypesMatch<["initial_value", "accumulated_value"]> ]>, 2912 AnyVectorOfAnyRank:$initial_value, 2934 OpBuilder<(ins "Value":$source, "Value":$initial_value, 2954 "$kind `,` $source `,` $initial_value attr-dict `:` " 2955 "type($source) `,` type($initial_value) ";
|