Home
last modified time | relevance | path

Searched refs:some (Results 1 – 25 of 1503) sorted by relevance

12345678910>>...61

/llvm-project-15.0.7/mlir/test/Dialect/LLVMIR/
H A Dtypes.mlir6 "some.op"() : () -> !llvm.void
12 "some.op"() : () -> !llvm.token
14 "some.op"() : () -> !llvm.label
42 "some.op"() : () -> i1
44 "some.op"() : () -> i8
46 "some.op"() : () -> i16
48 "some.op"() : () -> i32
50 "some.op"() : () -> i64
52 "some.op"() : () -> i57
54 "some.op"() : () -> i129
[all …]
H A Dtypes-invalid.mlir5 "some.op"() : () -> !llvm.array<4 x void>
26 "some.op"() : () -> !llvm.ptr<void>
34 "some.op"() : () -> !llvm.struct<"a", (i32)>
42 "some.op"() : () -> !llvm.struct<"a", (i32)>
50 "some.op"() : () -> !llvm.struct<"a", ()>
64 "some.op"() : () -> !llvm.struct<"a", ()>
73 "some.op"() : () -> !llvm.struct<opaque>
80 "some.op"() : () -> !llvm.tensor<*xf32>
87 "some.op"() : () -> !llvm.ifoo
95 "some.op"() : () -> !llvm.struct<"a", ()>
[all …]
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-attribute.td19 def SomeAttr : Attr<CPred<"some-condition">, "some attribute kind"> {
20 let storageType = "some-attr-kind";
21 let returnType = "some-return-type";
98 // DEF: some-attr-kind AOp::aAttrAttr()
100 // DEF: some-return-type AOp::aAttr() {
104 // DEF: some-attr-kind AOp::bAttrAttr()
106 // DEF: some-return-type AOp::bAttr() {
116 // DEF-NEXT: return attr ? ::llvm::Optional<some-return-type>(attr.some-convert-from-storage()) :…
144 // DEF: some-return-type aAttr, some-return-type bAttr, /*optional*/some-attr-kind cAttr
230 // DEF-NEXT: return attr ? ::llvm::Optional<some-return-type>(attr.some-convert-from-storage()) :…
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/
H A Dinvalid-input-address.test9 RUN: echo '"some text"' '"some text2"' > %t.rsp
10 RUN: echo -e 'some text\nsome text2\n' > %t.inp
14 RUN: llvm-symbolizer --obj=%p/Inputs/addr.exe "some text" "some text2" | FileCheck --check-prefix=B…
19 RUN: llvm-addr2line --obj=%p/Inputs/addr.exe "some text" "some text2" | FileCheck --check-prefix=BA…
22 BAD-INPUT: some text
23 BAD-INPUT-NEXT: some text2
H A Dsym.test49 # CHECK: some text
58 # CHECK-NEXT: some text2
60 #PRETTY: some text
64 #PRETTY: some text2
69 #A2L: some text
77 #A2L-NEXT: some text2
79 #A2LP: some text
87 #A2LP-NEXT: some text2
H A Doutput-style-json-code.test28 # NO-INLINES:{"Error":{"Message":"unable to parse arguments: some text"},"ModuleName":"{{.*}}/Input…
32 # NO-INLINES-NEXT:{"Error":{"Message":"unable to parse arguments: some text2"},"ModuleName":"{{.*}}…
38 # INLINE:{"Error":{"Message":"unable to parse arguments: some text"},"ModuleName":"{{.*}}/Inputs/ad…
42 # INLINE-NEXT:{"Error":{"Message":"unable to parse arguments: some text2"},"ModuleName":"{{.*}}/Inp…
49 # INLINE-A2L:{"Error":{"Message":"unable to parse arguments: some text"},"ModuleName":"{{.*}}/Input…
53 # INLINE-A2L-NEXT:{"Error":{"Message":"unable to parse arguments: some text2"},"ModuleName":"{{.*}}…
59 # NO-FUNC-A2L:{"Error":{"Message":"unable to parse arguments: some text"},"ModuleName":"{{.*}}/Inpu…
63 # NO-FUNC-A2L-NEXT:{"Error":{"Message":"unable to parse arguments: some text2"},"ModuleName":"{{.*}…
/llvm-project-15.0.7/clang/examples/PrintFunctionNames/
H A DREADME.txt9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi…
10 …gin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c
11 …ts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c
14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input…
15 …gin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c
16 …lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc_direct-methods/
H A Dmain.m5 NSString *str = @"some string";
24 … //%self.expect_expr("[self directCallNSStringArg: str]", result_summary='@"some string"')
25 … //%self.expect_expr("[self directCallIdArg: (id)str]", result_summary='@"some string appendix"')
43 // Use the arg in some way to make sure that gets passed correctly.
87 … //%self.expect_expr("[foo directCallNSStringArg: str]", result_summary='@"some string"')
88 … //%self.expect_expr("[foo directCallIdArg: (id)str]", result_summary='@"some string appendix"')
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-08-09.test5 plain: !!str some text
7 single: 'some text'
8 double: "some text"
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dgeneric-debug-node.ll10 ; CHECK-NEXT: !1 = !GenericDINode(tag: DW_TAG_entry_point, header: "some\00header", operands: {!0, …
11 !1 = !GenericDINode(tag: 3, header: "some\00header", operands: {!0, !3, !4})
12 !2 = !GenericDINode(tag: 3, header: "some\00header", operands: {!{}, !3, !4})
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dunused-parameters.rst17 void a(int i) { /*some code that doesn't use `i`*/ }
21 void a(int /*i*/) { /*some code that doesn't use `i`*/ }
26 static void staticFunctionA(int i) { /*some code that doesn't use `i`*/ }
31 static void staticFunctionA() { /*some code that doesn't use `i`*/ }
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A DCodingStyle1 This document describes some aspects of the coding style of isl,
28 if some part of a function deserves additional comments, then
34 There are some exceptions to the general rule of using
38 some variables of this type are still called "dim" or some variant thereof.
/llvm-project-15.0.7/llvm/test/tools/dxil-dis/
H A Ddi-subprogram.ll11 ; CHECK: !1 = !DIFile(filename: "some-source", directory: "some-path")
12 !1 = !DIFile(filename: "some-source", directory: "some-path")
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/Inputs/
H A Daddr.inp1 some text
3 some text2
H A Ddiscrim.inp1 some text
8 some more text
/llvm-project-15.0.7/mlir/test/IR/
H A Dwrapping_op.mlir7 // CHECK: %0:3 = test.wrapping_region wraps "some.op"(%arg1, %arg0) {test.attr = "attr"} : (f32, i3…
9 // CHECK-GENERIC: %[[NESTED_RES:.*]]:3 = "some.op"(%arg1, %arg0) {test.attr = "attr"} : (f32, i32…
12 …%res:3 = test.wrapping_region wraps "some.op"(%arg1, %arg0) { test.attr = "attr" } : (f32, i32) ->…
/llvm-project-15.0.7/mlir/test/Dialect/Transform/
H A Dtest-interpreter.mlir79 %0 = pdl_match @some in %arg1
83 pdl.pattern @some : benefit(1) {
391 pdl.pattern @some : benefit(1) {
400 %0 = pdl_match @some in %arg1
419 pdl.pattern @some : benefit(1) {
428 %0 = pdl_match @some in %arg1
447 pdl.pattern @some : benefit(1) {
456 %0 = pdl_match @some in %arg1
480 %0 = pdl_match @some in %arg1
505 %0 = pdl_match @some in %arg1
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/concurrency/
H A Dmt-unsafe.rst6 Checks for some thread-unsafe functions against a black list of
11 Note that using some thread-unsafe functions may be still valid in
13 however, some functions may track a state in global variables which
45 Glibc defines some of them as thread-safe (e.g. dirname(3)), but adds
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DSideEffectInterfaces.td48 // The following effect indicates that the operation allocates from some
55 // The following effect indicates that the operation frees some resource that
62 // The following effect indicates that the operation reads from some
69 // The following effect indicates that the operation writes to some
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dcompiler-ident.ll7 ; CHECK: .ident "some LLVM version"
11 !0 = !{!"some LLVM version"}
/llvm-project-15.0.7/mlir/test/Target/Cpp/
H A Dattrs.mlir7 // CHECK-NEXT: f("some string");
8 emitc.call "f"() {args = [#emitc.opaque<"\"some string\"">]} : () -> ()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dterminating-continue.rst14 // some code
16 // some other code
/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dempty-regex-match-at-start.txt1 some text
10 SAME-SAME: some text
/llvm-project-15.0.7/llvm/examples/ModuleMaker/
H A DREADME.txt5 This project is an extremely simple example of using some simple pieces of the
7 LLVM bitcode file to standard output. It is designed to show some basic
/llvm-project-15.0.7/mlir/test/Integration/Dialect/Vector/CPU/
H A Dtest-maskedload.mlir43 %some = vector.constant_mask [8] : vector<16xi1>
44 %0 = vector.insert %f, %some[0] : i1 into vector<16xi1>
63 %l3 = call @maskedload16(%A, %some, %pass)
73 %l5 = call @maskedload16_at8(%A, %some, %pass)

12345678910>>...61