Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 25 of 87) sorted by relevance

1234

/llvm-project/llvm/test/MC/AArch64/SVE/
H A Dcls.s12 cls z31.b, p7/m, z31.b label
18 cls z31.h, p7/m, z31.h label
24 cls z31.s, p7/m, z31.s label
30 cls z31.d, p7/m, z31.d label
46 cls z4.d, p7/m, z31.d label
58 cls z4.d, p7/m, z31.d label
H A Dcls-diagnostics.s6 cls z31.b, p8/m, z31.b label
15 cls z31.b, p7/m, z31.h label
/llvm-project/mlir/utils/lldb-scripts/
H A Daction_debugging.py44 def create_options(cls): argument
95 def register_mlir_subparser(cls): argument
104 def process_options(cls, options, debugger, command, exe_ctx, result): argument
128 def register_mlir_subparser(cls): argument
135 def process_options(cls, options, debugger, command, exe_ctx, result): argument
150 def register_mlir_subparser(cls): argument
158 def process_options(cls, options, debugger, command, exe_ctx, result): argument
180 def register_mlir_subparser(cls): argument
190 def process_options(cls, options, debugger, command, exe_ctx, result): argument
207 def register_mlir_subparser(cls): argument
[all …]
/llvm-project/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp38 "Get an instance of AttributeType in given context.", nb::arg("cls"), in populateDialectPDLSubmodule() argument
52 "Get an instance of OperationType in given context.", nb::arg("cls"), in populateDialectPDLSubmodule() argument
65 __anonfc885c200302(py::object cls, MlirType elementType) populateDialectPDLSubmodule() argument
83 __anonfc885c200502(py::object cls, MlirContext ctx) populateDialectPDLSubmodule() argument
96 __anonfc885c200602(py::object cls, MlirContext ctx) populateDialectPDLSubmodule() argument
[all...]
H A DDialectTransform.cpp34 __anon9e10febc0102(py::object cls, MlirContext ctx) populateDialectTransformSubmodule() argument
49 __anon9e10febc0202(py::object cls, MlirContext ctx) populateDialectTransformSubmodule() argument
64 __anon9e10febc0302(py::object cls, MlirContext ctx) populateDialectTransformSubmodule() argument
79 __anon9e10febc0402(py::object cls, const std::string &operationName, MlirContext ctx) populateDialectTransformSubmodule() argument
106 __anon9e10febc0602(py::object cls, MlirType type, MlirContext ctx) populateDialectTransformSubmodule() argument
[all...]
H A DDialectLLVM.cpp48 __anon5dc5b99b0202(py::object cls, const std::string &name, MlirContext context) populateDialectLLVMSubmodule() argument
56 __anon5dc5b99b0302(py::object cls, const std::string &name, MlirContext context) populateDialectLLVMSubmodule() argument
77 __anon5dc5b99b0502(py::object cls, const std::string &name, const std::vector<MlirType> &elements, bool packed, MlirContext ctx) populateDialectLLVMSubmodule() argument
121 __anon5dc5b99b0a02(py::object cls, std::optional<unsigned> addressSpace, MlirContext context) populateDialectLLVMSubmodule() argument
[all...]
H A DDialectGPU.cpp37 [](nb::object cls, MlirContext ctx) { in PYBIND11_MODULE() argument
51 __anon645cfd6c0202(py::object cls, MlirAttribute target, uint32_t format, py::bytes object, std::optional<MlirAttribute> mlirObjectProps) PYBIND11_MODULE() argument
H A DDialectQuant.cpp191 return cls(mlirUniformQuantizedTypeGet(flags, storageType, in populateDialectQuantSubmodule() argument
189 __anond4067f691102(py::object cls, unsigned flags, MlirType storageType, MlirType expressedType, int64_t storageTypeMin, int64_t storageTypeMax) populateDialectQuantSubmodule() argument
227 __anond4067f691602(py::object cls, unsigned flags, MlirType storageType, MlirType expressedType, std::vector<double> scales, std::vector<int64_t> zeroPoints, int32_t quantizedDimension, int64_t storageTypeMin, int64_t storageTypeMax) populateDialectQuantSubmodule() argument
295 __anond4067f691b02(py::object cls, MlirType expressedType, double min, double max) populateDialectQuantSubmodule() argument
[all...]
H A DDialectSparseTensor.cpp61 [](nb::object cls, MlirSparseTensorLevelFormat lvlFmt, in populateDialectSparseTensorSubmodule() argument
64 __anon055f89890202(py::object cls, MlirSparseTensorLevelFormat lvlFmt, const std::vector<MlirSparseTensorLevelPropertyNondefault> &properties, unsigned n, unsigned m) populateDialectSparseTensorSubmodule() argument
H A DDialectNVGPU.cpp27 __anonc1027f100102(py::object cls, MlirType tensorMemrefType, int swizzle, int l2promo, int oobFill, int interleave, MlirContext ctx) populateDialectNVGPUSubmodule() argument
/llvm-project/clang/test/Sema/
H A DMicrosoftCompatibility.cpp6 struct cls { struct
10 char * cls::* __uptr wrong2 = &cls::m; // expected-error {{'__uptr' attribute cannot be used with p… argument
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio2019.py14 def get_name(cls): argument
18 def get_option_name(cls): argument
H A DVisualStudio2015.py14 def get_name(cls): argument
18 def get_option_name(cls): argument
H A DVisualStudio2022.py14 def get_name(cls): argument
18 def get_option_name(cls): argument
H A DVisualStudio2017.py14 def get_name(cls): argument
18 def get_option_name(cls): argument
/llvm-project/clang/test/Parser/
H A Dcxx-ambig-paren-expr.cpp43 struct cls { struct
54 if (result((cls::type) i).check()) in test() argument
/llvm-project/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py16 def prev_dir(cls): argument
20 def swap(cls, dir): argument
/llvm-project/mlir/test/python/lib/
H A DPythonTestModule.cpp
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dtypes.py44 def __new__(cls, name: str): argument
57 def create_expando(cls): argument
H A Daffine.py235 def __new__(cls, dimname: str): argument
252 def create_expando(cls): argument
277 def __new__(cls, symname: str): argument
294 def create_expando(cls): argument
/llvm-project/third-party/benchmark/tools/gbench/
H A Dreport.py489 def setUpClass(cls): argument
832 def setUpClass(cls): argument
959 def setUpClass(cls): argument
1204 def setUpClass(cls): argument
1392 def setUpClass(cls): argument
1451 def setUpClass(cls): argument
1497 def setUpClass(cls): argument
/llvm-project/lldb/test/API/terminal/
H A DTestSTTYBeforeAndAfter.py15 def classCleanup(cls): argument
/llvm-project/lldb/test/API/commands/settings/quoting/
H A DTestQuoting.py15 def classCleanup(cls): argument
/llvm-project/lldb/test/API/commands/command/script/add/
H A Dtest_commands.py48 ParsedCommand.do_register_cmd(cls, debugger, module_name) argument
125 def register_lldb_command(cls, debugger, module_name): argument
153 register_lldb_command(cls, debugger, module_name) global() argument
[all...]
/llvm-project/lldb/test/API/test_runner/test/
H A Dtest_process_control.py60 def _suppress_soft_terminate(cls, command): argument
72 def inferior_command(cls, ignore_soft_terminate=False, options=None): argument

1234