/llvm-project/llvm/test/MC/AArch64/SVE/ |
H A D | cls.s | 12 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 D | cls-diagnostics.s | 6 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 D | action_debugging.py | 44 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 D | DialectPDL.cpp | 38 "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 D | DialectTransform.cpp | 34 __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 D | DialectLLVM.cpp | 48 __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 D | DialectGPU.cpp | 37 [](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 D | DialectQuant.cpp | 191 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 D | DialectSparseTensor.cpp | 61 [](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 D | DialectNVGPU.cpp | 27 __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 D | MicrosoftCompatibility.cpp | 6 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 D | VisualStudio2019.py | 14 def get_name(cls): argument 18 def get_option_name(cls): argument
|
H A D | VisualStudio2015.py | 14 def get_name(cls): argument 18 def get_option_name(cls): argument
|
H A D | VisualStudio2022.py | 14 def get_name(cls): argument 18 def get_option_name(cls): argument
|
H A D | VisualStudio2017.py | 14 def get_name(cls): argument 18 def get_option_name(cls): argument
|
/llvm-project/clang/test/Parser/ |
H A D | cxx-ambig-paren-expr.cpp | 43 struct cls { struct 54 if (result((cls::type) i).check()) in test() argument
|
/llvm-project/lldb/examples/customization/pwd-cd-and-system/ |
H A D | utils.py | 16 def prev_dir(cls): argument 20 def swap(cls, dir): argument
|
/llvm-project/mlir/test/python/lib/ |
H A D | PythonTestModule.cpp |
|
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
H A D | types.py | 44 def __new__(cls, name: str): argument 57 def create_expando(cls): argument
|
H A D | affine.py | 235 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 D | report.py | 489 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 D | TestSTTYBeforeAndAfter.py | 15 def classCleanup(cls): argument
|
/llvm-project/lldb/test/API/commands/settings/quoting/ |
H A D | TestQuoting.py | 15 def classCleanup(cls): argument
|
/llvm-project/lldb/test/API/commands/command/script/add/ |
H A D | test_commands.py | 48 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 D | test_process_control.py | 60 def _suppress_soft_terminate(cls, command): argument 72 def inferior_command(cls, ignore_soft_terminate=False, options=None): argument
|