Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 995) sorted by relevance

12345678910>>...40

/llvm-project/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPClauses.td31 bit description = false, bit extraClassDeclaration = false
32 > : OpenMP_Clause<traits, arguments, assemblyFormat, description,
44 let description = [{
59 bit description = false, bit extraClassDeclaration = false
60 > : OpenMP_Clause<traits, arguments, assemblyFormat, description,
78 let description = [{
93 bit description = false, bit extraClassDeclaration = false
94 > : OpenMP_Clause<traits, arguments, assemblyFormat, description,
104 let description = [{
119 bit description
[all...]
H A DOpenMPOpsInterfaces.td19 let description = [{
181 let description = [{
197 let description = [{
226 let description = [{
242 let description = [{
253 /*description=*/[{
265 /*description=*/[{
291 let description = [{
300 /*description=*/[{
311 /*description
[all...]
/llvm-project/lldb/source/Core/
H A DPluginManager.cpp188 PluginInstance(llvm::StringRef name, llvm::StringRef description, in PluginInstance()
191 : name(name), description(description), create_callback(create_callback), in PluginInstance()
195 llvm::StringRef description;
203 bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, in RegisterPlugin()
209 m_instances.emplace_back(name, description, callback, in RegisterPlugin()
236 return instance->description; in GetDescriptionAtIndex()
287 llvm::StringRef description, in RegisterPlugin() argument
289 return GetABIInstances().RegisterPlugin(name, description, create_callback); in RegisterPlugin()
311 llvm::StringRef description, in RegisterPlugin() argument
194 llvm::StringRef description; global() member
202 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,typename Instance::CallbackType callback,Args &&...args) RegisterPlugin() argument
349 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,DisassemblerCreateInstance create_callback) RegisterPlugin() argument
382 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,DynamicLoaderCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
416 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,JITLoaderCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
444 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,EmulateInstructionCreateInstance create_callback) RegisterPlugin() argument
477 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,OperatingSystemCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
511 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,LanguageCreateInstance create_callback) RegisterPlugin() argument
553 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,LanguageRuntimeCreateInstance create_callback,LanguageRuntimeGetCommandObject command_callback,LanguageRuntimeGetExceptionPrecondition precondition_callback) RegisterPlugin() argument
599 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SystemRuntimeCreateInstance create_callback) RegisterPlugin() argument
643 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,ObjectFileCreateInstance create_callback,ObjectFileCreateMemoryInstance create_memory_callback,ObjectFileGetModuleSpecifications get_module_specifications,ObjectFileSaveCore save_core,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
744 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,ObjectContainerCreateInstance create_callback,ObjectFileGetModuleSpecifications get_module_specifications,ObjectContainerCreateMemoryInstance create_memory_callback) RegisterPlugin() argument
791 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,PlatformCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
840 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,ProcessCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
896 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,RegisterTypeBuilderCreateInstance create_callback) RegisterPlugin() argument
938 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,lldb::ScriptLanguage script_language,ScriptInterpreterCreateInstance create_callback) RegisterPlugin() argument
998 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,StructuredDataPluginCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback,StructuredDataFilterLaunchInfo filter_callback) RegisterPlugin() argument
1041 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SymbolFileCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
1068 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SymbolVendorCreateInstance create_callback) RegisterPlugin() argument
1116 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SymbolLocatorCreateInstance create_callback,SymbolLocatorLocateExecutableObjectFile locate_executable_object_file,SymbolLocatorLocateExecutableSymbolFile locate_executable_symbol_file,SymbolLocatorDownloadObjectAndSymbolFile download_object_symbol_file,SymbolLocatorFindSymbolFileInBundle find_symbol_file_in_bundle,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
1224 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,TraceCreateInstanceFromBundle create_callback_from_bundle,TraceCreateInstanceForLiveProcess create_callback_for_live_process,llvm::StringRef schema,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
1290 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,TraceExporterCreateInstance create_callback,ThreadTraceExportCommandCreator create_thread_trace_export_command) RegisterPlugin() argument
1331 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,UnwindAssemblyCreateInstance create_callback) RegisterPlugin() argument
1358 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,MemoryHistoryCreateInstance create_callback) RegisterPlugin() argument
1398 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,InstrumentationRuntimeCreateInstance create_callback,InstrumentationRuntimeGetType get_type_callback) RegisterPlugin() argument
1448 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,TypeSystemCreateInstance create_callback,LanguageSet supported_languages_for_types,LanguageSet supported_languages_for_expressions) RegisterPlugin() argument
1500 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,REPLCreateInstance create_callback,LanguageSet supported_languages) RegisterPlugin() argument
1643 CreateSettingForPlugin(Debugger & debugger,llvm::StringRef plugin_type_name,llvm::StringRef plugin_type_desc,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property,GetDebuggerPropertyForPluginsPtr get_debugger_property=GetDebuggerPropertyForPlugins) CreateSettingForPlugin() argument
1679 CreateSettingForDynamicLoaderPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForDynamicLoaderPlugin() argument
1694 CreateSettingForPlatformPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForPlatformPlugin() argument
1709 CreateSettingForProcessPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForProcessPlugin() argument
1723 CreateSettingForSymbolLocatorPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForSymbolLocatorPlugin() argument
1731 CreateSettingForTracePlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForTracePlugin() argument
1745 CreateSettingForObjectFilePlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForObjectFilePlugin() argument
1759 CreateSettingForSymbolFilePlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForSymbolFilePlugin() argument
1773 CreateSettingForJITLoaderPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForJITLoaderPlugin() argument
1798 CreateSettingForOperatingSystemPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForOperatingSystemPlugin() argument
1822 CreateSettingForStructuredDataPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForStructuredDataPlugin() argument
[all...]
/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h57 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
65 static void RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
74 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
87 RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
101 RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
111 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
124 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
137 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
146 llvm::StringRef name, llvm::StringRef description,
163 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
[all...]
/llvm-project/mlir/test/mlir-tblgen/
H A Dopenmp-ops.td3 // the output of tablegen declarations. Summary, description, assembly format
27 bit description = false, bit extraClassDeclaration = false
28 > : OpenMP_Clause<traits, arguments, assemblyFormat, description,
42 let description = [{
43 Optional clause description.
68 let description = [{
69 Optional clause two description.
79 bit description = false, bit extraClassDeclaration = false
80 > : OpenMP_Clause<traits, arguments, assemblyFormat, description,
94 let description
[all...]
H A Dgen-dialect-doc.td12 let description = [{
21 let description = "Grouped for some reason.";
31 let description = "Grouped for some other reason.";
43 let description = "attribute description";
48 let description = "type description";
101 // CHECK: attribute description
113 // CHECK: type description
136 let description
[all...]
/llvm-project/mlir/include/mlir/Pass/
H A DPassRegistry.h51 /// to invoke via mlir-opt, description, pass pipeline builder).
69 /// Returns a description for the pass, this never returns null.
70 StringRef getPassDescription() const { return description; }
73 /// description, and any pass options. `descIndent` is the indent that the
82 StringRef arg, StringRef description, const PassRegistryFunction &builder, in PassRegistryEntry()
85 : arg(arg), description(description), builder(builder),
93 std::string description;
107 StringRef arg, StringRef description, const PassRegistryFunction &builder, in PassPipelineInfo()
110 : PassRegistryEntry(arg, description, builde
79 PassRegistryEntry(StringRef arg,StringRef description,const PassRegistryFunction & builder,std::function<void (function_ref<void (const detail::PassOptions &)>)> optHandler) PassRegistryEntry() argument
90 std::string description; global() variable
104 PassPipelineInfo(StringRef arg,StringRef description,const PassRegistryFunction & builder,std::function<void (function_ref<void (const detail::PassOptions &)>)> optHandler) PassPipelineInfo() argument
[all...]
/llvm-project/bolt/docs/
H A Dgenerate_doc.py18 def add_info(sections, section, option, description): argument
23 for line in description
42 option, description = None, []
49 add_info(sections, current_section, option, description)
50 option, description = None, []
65 if option and description:
66 # Join description lines, adding an extra newline for
68 add_info(sections, current_section, option, description)
69 option, description = None, []
76 description
[all...]
/llvm-project/mlir/lib/Tools/mlir-translate/
H A DTranslation.cpp53 static void registerTranslation(StringRef name, StringRef description, in registerTranslation() argument
62 registry[name] = Translation(function, description, inputAlignment); in registerTranslation()
66 StringRef name, StringRef description, const TranslateFunction &function) { in TranslateRegistration() argument
67 registerTranslation(name, description, /*inputAlignment=*/std::nullopt, in TranslateRegistration()
78 StringRef name, StringRef description, in registerTranslateToMLIRFunction() argument
94 registerTranslation(name, description, inputAlignment, wrappedFn); in registerTranslateToMLIRFunction()
98 StringRef name, StringRef description, in TranslateToMLIRRegistration() argument
102 registerTranslateToMLIRFunction(name, description, dialectRegistration, in TranslateToMLIRRegistration()
106 StringRef name, StringRef description, in TranslateToMLIRRegistration() argument
111 name, description, dialectRegistration, inputAlignment, in TranslateToMLIRRegistration()
[all …]
/llvm-project/llvm/bindings/ocaml/llvm/
H A DMETA.llvm.in3 description = "LLVM OCaml bindings"
11 description = "Intermediate representation analysis for LLVM"
19 description = "Bitcode reader for LLVM"
27 description = "Bitcode writer for LLVM"
35 description = "JIT and Interpreter for LLVM"
43 description = "DebugInfo support for LLVM"
51 description = "IR assembly reader for LLVM"
59 description = "Transform utilities for LLVM"
67 description = "Pass Manager Builder for LLVM"
75 description = "Target Information for LLVM"
[all …]
/llvm-project/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td26 let description = [{
38 /*description=*/"Returns the attribute associated with the key.",
49 let description = [{
64 /*description=*/"Returns the key of the this layout entry.",
70 /*description=*/"Returns the value of this layout entry.",
76 /*description=*/"Checks that the entry is well-formed, reports errors "
97 let description = [{
119 /*description=*/"Combines the current layout with the given list of "
127 /*description=*/"Returns the list of layout entries.",
133 /*description
[all...]
/llvm-project/mlir/include/mlir/Tools/mlir-translate/
H A DTranslation.h64 Translation(TranslateFunction function, StringRef description, in Translation() argument
66 : function(std::move(function)), description(description), in Translation()
70 StringRef getDescription() const { return description; } in getDescription()
89 StringRef description; variable
112 llvm::StringRef name, llvm::StringRef description,
118 llvm::StringRef name, llvm::StringRef description,
124 llvm::StringRef name, llvm::StringRef description,
133 llvm::StringRef name, llvm::StringRef description,
141 llvm::StringRef name, llvm::StringRef description, FuncTy function,
145 name, description,
[all …]
/llvm-project/llvm/lib/Support/
H A DCSKYAttributeParser.cpp125 std::string description; in fpuHardFP()
128 description += LS; in fpuHardFP()
129 description += "Half"; in fpuHardFP()
132 description += LS; in fpuHardFP()
133 description += "Single"; in fpuHardFP()
136 description += LS; in fpuHardFP()
137 description += "Double"; in fpuHardFP()
140 if (description.empty()) { in fpuHardFP()
147 printAttribute(tag, value, description); in fpuHardFP()
124 std::string description; fpuHardFP() local
/llvm-project/mlir/lib/Pass/
H A DPassCrashRecovery.cpp47 void generate(std::string &description);
63 /// The textual description of the currently executing pipeline.
110 static void appendReproducer(std::string &description, Operation *op, in appendReproducer() argument
114 llvm::raw_string_ostream descOS(description); in appendReproducer()
123 descOS << "reproducer generated at `" << stream->description() << "`"; in appendReproducer()
139 void RecoveryReproducerContext::generate(std::string &description) { in generate() argument
140 appendReproducer(description, preCrashOperation, streamFactory, in generate()
164 std::string description; in crashHandler() local
165 context->generate(description); in crashHandler()
170 << description << "; markin in crashHandler()
258 std::string description; finalize() local
281 std::string description; finalize() local
400 StringRef description() override { return outputFile->getFilename(); } description() function
454 std::string description; makeReproducer() local
[all...]
/llvm-project/mlir/include/mlir/TableGen/
H A DGenInfo.h28 /// mlir-tblgen, description, and generator function).
33 GenInfo(StringRef arg, StringRef description, GenFunction generator) in GenInfo() argument
34 : arg(arg), description(description), generator(std::move(generator)) {} in GenInfo()
46 /// Returns a description for the generator.
47 StringRef getGenDescription() const { return description; } in getGenDescription()
54 StringRef description; variable
68 GenRegistration(StringRef arg, StringRef description,
/llvm-project/llvm/docs/
H A DAMDGPUInstructionNotation.rst26 | ``<``\ :ref:`opcode description<amdgpu_syn_opcode_notation>`\ ``>
27 <``\ :ref:`operands description<amdgpu_syn_instruction_operands_notation>`\ ``>
28 <``\ :ref:`modifiers description<amdgpu_syn_instruction_modifiers_notation>`\ ``>``
45 An instruction may have zero or more *operands*. They are comma-separated in the description:
47 | ``<``\ :ref:`description of operand 0<amdgpu_syn_instruction_operand_notation>`\ ``>,
48 <``\ :ref:`description of operand 1<amdgpu_syn_instruction_operand_notation>`\ ``>, ...``
65 * *name* is a link to a description of the operand.
124 …nstruction may have zero or more optional *modifiers*. They are space-separated in the description:
126 | ``<``\ :ref:`description of modifier 0<amdgpu_syn_instruction_modifier_notation>`\ ``>
127 <``\ :ref:`description of modifier 1<amdgpu_syn_instruction_modifier_notation>`\ ``> ...``
[all …]
/llvm-project/mlir/include/mlir/Dialect/Vector/TransformOps/
H A DVectorTransformOps.td22 let description = [{
43 let description = [{
58 let description = [{
74 let description = [{
90 let description = [{
111 let description = [{
125 let description = [{
139 let description = [{
158 let description = [{
169 let description
[all...]
/llvm-project/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_description.cpp.template2 // LLDB C++ API Test: verify the event description that is received by an
34 SBStream description;
35 event.GetDescription(description);
36 string str(description.GetData());
48 g_error_desc.append("Did not get expected event description");
53 g_error_desc.append("Event description incorrect: missing 'state-changed' ");
56 g_error_desc.append("Event description incorrect: missing process pid ");
61 string errString = ("Event description incorrect: expected state "
/llvm-project/lldb/examples/darwin/heap_find/
H A Dheap.py780 description = "%#16.16x: %s" % (
792 description += " <%5u>" % (malloc_size)
794 description += " [%#x - %#x)" % (
821 description += " AUTORELEASE! for pthread_t %#x" % (
834 description += " "
835 description += derefed_dynamic_type_name
856 description += ".%s" % (member_path)
858 description += "%u bytes after %s" % (
865 description += dynamic_value.type.name[0:-1]
869 if description:
[all …]
/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td38 let description = [{
69 let description = [{
98 let description = [{
129 let description = [{
159 let description = [{
190 let description = [{
229 let description = [{
254 let description = [{
279 let description = [{
308 let description
[all...]
/llvm-project/lldb/test/API/lang/objc/foundation/
H A Dmain.m39 - (NSString *)description
41 // Set a breakpoint on '-[MyString description]' and test expressions:
43 if (self.descriptionPauses) // Break here for description test
73 printf("[str description] = %s\n", [[str description] UTF8String]);
79 // expression [str description]
80 // expression [str_id description]
82 // expression str.description
96 NSLog(@"MyString instance: %@", [my description]);
98 NSLog(@"MyString instance: %@", [my description]);
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dassert-side-effect.m18 #define NSAssert(condition, description, ...) \
23 desc:(description)]; \
26 #define NSCAssert(condition, description, ...) \
29 [[NSAssertionHandler currentHandler] handleFailureInFunction:(description)]; \
33 #define NSAssert(condition, description, ...) do {} while (0)
34 #define NSCAssert(condition, description, ...) do {} while (0)
/llvm-project/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md218 The DW_OP_regx operation creates a location description that specifies the
229 location description in the location area.
266 address to create a global memory location description, which is placed in the
267 location area. The result of the expression is the location description in the
279 Each part specifies a location description and the number of bytes used from it.
280 The following operation expression creates a composite location description.
290 The DW_OP_regx operation creates a register location description in the location
296 description in the location area with a single part. The location description in
303 description already in the location area. The parts form a contiguous set of
306 description. Again, the operand specifies the size of the part in bytes. The
[all …]
/llvm-project/mlir/include/mlir/Dialect/Complex/IR/
H A DComplexOps.td53 let description = [{
71 let description = [{
90 let description = [{
110 let description = [{
136 let description = [{
167 let description = [{
196 let description = [{
220 let description = [{
239 let description = [{
261 let description = [{
[all …]
/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h47 /// The description that should be displayed to the user alongside the
53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() argument
56 m_descripton(description.rtrim().str()), m_mode(mode) {} in Completion()
75 void AddResult(llvm::StringRef completion, llvm::StringRef description,
166 /// \param description An optional description of the completion string. The
167 /// description will be displayed to the user alongside the completion.
170 llvm::StringRef description = "",
172 m_result.AddResult(completion, description, mode);
179 /// \param description A
[all...]

12345678910>>...40