Home
last modified time | relevance | path

Searched refs:CUSTOM (Results 1 – 25 of 147) sorted by relevance

123456

/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dfile-headers.test115 …ileCheck %s --strict-whitespace --match-full-lines -DFILE=%t.i386 --check-prefix I386-CUSTOM-HEADER
117 # I386-CUSTOM-HEADER:File: [[FILE]]
118 # I386-CUSTOM-HEADER-NEXT:Format: COFF-i386
119 # I386-CUSTOM-HEADER-NEXT:Arch: i386
120 # I386-CUSTOM-HEADER-NEXT:AddressSize: 32bit
121 # I386-CUSTOM-HEADER-NEXT:ImageFileHeader {
122 # I386-CUSTOM-HEADER-NEXT: Machine: IMAGE_FILE_MACHINE_I386 (0x14C)
123 # I386-CUSTOM-HEADER-NEXT: SectionCount: 0
124 # I386-CUSTOM-HEADER-NEXT: TimeDateStamp: 1970-01-01 00:00:00 (0x0)
125 # I386-CUSTOM-HEADER-NEXT: PointerToSymbolTable: 0x0
[all …]
/external/llvm-project/llvm/test/tools/llvm-mca/X86/
Ddefault-iterations.s4 …-mcpu=btver2 -iterations=1 -resource-pressure=false < %s | FileCheck --check-prefixes=ALL,CUSTOM %s
8 # CUSTOM: Iterations: 1
9 # CUSTOM-NEXT: Instructions: 1
10 # CUSTOM-NEXT: Total Cycles: 4
11 # CUSTOM-NEXT: Total uOps: 1
20 # CUSTOM-NEXT: uOps Per Cycle: 0.25
21 # CUSTOM-NEXT: IPC: 0.25
Ddispatch_width.s4 …nstruction-info=false -mcpu=btver2 -dispatch=1 < %s 2>&1 | FileCheck --check-prefixes=ALL,CUSTOM %s
13 # CUSTOM: Dispatch Width: 1
14 # CUSTOM-NEXT: uOps Per Cycle: 0.97
15 # CUSTOM-NEXT: IPC: 0.97
16 # CUSTOM-NEXT: Block RThroughput: 1.0
/external/llvm-project/llvm/test/Instrumentation/HeapProfiler/
Dinstrumentation-use-callbacks.ll6 …callback-prefix=__foo_ -S | FileCheck %s --check-prefix=CHECK-CALL --check-prefix=CHECK-CALL-CUSTOM
16 ; CHECK-CALL-CUSTOM: call void @__foo_load(i64 %[[LOAD_ADDR1]])
19 ; CHECK-CALL-CUSTOM: call void @__foo_load(i64 %[[LOAD_ADDR2]])
22 ; CHECK-CALL-CUSTOM: call void @__foo_load(i64 %[[LOAD_ADDR3]])
25 ; CHECK-CALL-CUSTOM: call void @__foo_load(i64 %[[LOAD_ADDR4]])
27 ; CHECK-CALL-CUSTOM-NOT: call void @__foo_load
/external/llvm-project/llvm/test/MC/WebAssembly/
Ddebug-info.ll55 ; CHECK-NEXT: Type: CUSTOM (0x0)
61 ; CHECK-NEXT: Type: CUSTOM (0x0)
67 ; CHECK-NEXT: Type: CUSTOM (0x0)
73 ; CHECK-NEXT: Type: CUSTOM (0x0)
79 ; CHECK-NEXT: Type: CUSTOM (0x0)
85 ; CHECK-NEXT: Type: CUSTOM (0x0)
91 ; CHECK-NEXT: Type: CUSTOM (0x0)
97 ; CHECK-NEXT: Type: CUSTOM (0x0)
103 ; CHECK-NEXT: Type: CUSTOM (0x0)
109 ; CHECK-NEXT: Type: CUSTOM (0x0)
[all …]
Ddebug-info64.ll55 ; CHECK-NEXT: Type: CUSTOM (0x0)
61 ; CHECK-NEXT: Type: CUSTOM (0x0)
67 ; CHECK-NEXT: Type: CUSTOM (0x0)
73 ; CHECK-NEXT: Type: CUSTOM (0x0)
79 ; CHECK-NEXT: Type: CUSTOM (0x0)
85 ; CHECK-NEXT: Type: CUSTOM (0x0)
91 ; CHECK-NEXT: Type: CUSTOM (0x0)
97 ; CHECK-NEXT: Type: CUSTOM (0x0)
103 ; CHECK-NEXT: Type: CUSTOM (0x0)
109 ; CHECK-NEXT: Type: CUSTOM (0x0)
[all …]
Dcustom-sections.ll16 ; CHECK: Type: CUSTOM (0x0)
22 ; CHECK: Type: CUSTOM (0x0)
28 ; CHECK: Type: CUSTOM (0x0)
/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DIncludeTest.java16 @JsonInclude(value=JsonInclude.Include.CUSTOM, valueFilter=Integer.class,
17 content=JsonInclude.Include.CUSTOM, contentFilter=Long.class)
48 assertEquals(Include.CUSTOM, v.getValueInclusion()); in testFromAnnotationWithCustom()
49 assertEquals(Include.CUSTOM, v.getContentInclusion()); in testFromAnnotationWithCustom()
130 assertEquals(JsonInclude.Include.CUSTOM, v1.getValueInclusion()); in testFilters()
136 assertEquals(JsonInclude.Include.CUSTOM, v2.getContentInclusion()); in testFilters()
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
Dinstrumentation-with-call-threshold.ll9 …d=0 -asan-memory-access-callback-prefix=__foo_ -S | FileCheck %s --check-prefix=CHECK-CUSTOM-PREFIX
10 …d=0 -asan-memory-access-callback-prefix=__foo_ -S | FileCheck %s --check-prefix=CHECK-CUSTOM-PREFIX
24 ; CHECK-CUSTOM-PREFIX: call void @__foo_load4
25 ; CHECK-CUSTOM-PREFIX: call void @__foo_load8
26 ; CHECK-CUSTOM-PREFIX: call void @__foo_loadN
/external/llvm/test/Instrumentation/AddressSanitizer/
Dinstrumentation-with-call-threshold.ll7 …d=0 -asan-memory-access-callback-prefix=__foo_ -S | FileCheck %s --check-prefix=CHECK-CUSTOM-PREFIX
19 ; CHECK-CUSTOM-PREFIX: call void @__foo_load4
20 ; CHECK-CUSTOM-PREFIX: call void @__foo_load8
21 ; CHECK-CUSTOM-PREFIX: call void @__foo_loadN
/external/llvm-project/llvm/test/tools/llvm-objcopy/wasm/
Dadd-section.test19 # REPLACE: - Type: CUSTOM
62 - Type: CUSTOM
76 - Type: CUSTOM
81 - Type: CUSTOM
/external/llvm-project/llvm/test/tools/llvm-lto2/X86/
Dpipeline.ll12 ; RUN: llvm-dis < %t.o.0.4.opt.bc | FileCheck %s --check-prefix=CUSTOM
26 ; CUSTOM: define void @patatino() {
27 ; CUSTOM-NEXT: ret void
28 ; CUSTOM-NEXT: }
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/filter/
DJsonIncludeCustomTest.java36 @JsonInclude(value=JsonInclude.Include.CUSTOM,
44 @JsonInclude(content=JsonInclude.Include.CUSTOM,
55 @JsonInclude(value=JsonInclude.Include.CUSTOM,
/external/llvm/test/Transforms/GlobalOpt/
Dalias-used-section.ll3 @_Z17in_custom_section = internal global i8 42, section "CUSTOM"
6 ; CHECK: @in_custom_section = internal dllexport global i8 42, section "CUSTOM"
/external/llvm-project/llvm/test/Transforms/GlobalOpt/
Dalias-used-section.ll3 @_Z17in_custom_section = internal global i8 42, section "CUSTOM"
6 ; CHECK: @in_custom_section = internal dllexport global i8 42, section "CUSTOM"
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dverneed-invalid.test596 # RUN: llvm-readelf -V %t13 2>&1 | FileCheck %s -DFILE=%t13 --check-prefix=GNU-CUSTOM-DYNSTR
597 # RUN: llvm-readobj -V %t13 2>&1 | FileCheck %s -DFILE=%t13 --check-prefix=LLVM-CUSTOM-DYNSTR
599 # GNU-CUSTOM-DYNSTR: Version symbols section '.gnu.version' contains 2 entries:
600 # GNU-CUSTOM-DYNSTR-NEXT: Addr: 0000000000000000 Offset: 0x000040 Link: 4 (.dynsym)
601 # GNU-CUSTOM-DYNSTR-NEXT: 000: 0 (*local*) 2 (bcdefghij)
602 # GNU-CUSTOM-DYNSTR: Version needs section '.gnu.version_r' contains 1 entries:
603 # GNU-CUSTOM-DYNSTR-NEXT: Addr: 0000000000000004 Offset: 0x000044 Link: 3 (.custom.dynstr)
604 # GNU-CUSTOM-DYNSTR-NEXT: 0x0000: Version: 1 File: j Cnt: 1
605 # GNU-CUSTOM-DYNSTR-NEXT: 0x0010: Name: bcdefghij Flags: none Version: 2
607 # LLVM-CUSTOM-DYNSTR: VersionSymbols [
[all …]
Dversym-invalid.test226 # RUN: llvm-readelf -V %t7 2>&1 | FileCheck -DFILE=%t7 %s --check-prefix=CUSTOM-SYMTAB-GNU
227 # RUN: llvm-readobj -V %t7 2>&1 | FileCheck -DFILE=%t7 %s --check-prefix=CUSTOM-SYMTAB-LLVM
229 # CUSTOM-SYMTAB-GNU: Version symbols section '.gnu.version' contains 1 entries:
230 # CUSTOM-SYMTAB-GNU-NEXT: Addr: 0000000000000000 Offset: 0x000040 Link: 2 (.foo.dynsym)
231 # CUSTOM-SYMTAB-GNU-NEXT: 000: 0 (*local*)
233 # CUSTOM-SYMTAB-LLVM: VersionSymbols [
234 # CUSTOM-SYMTAB-LLVM-NEXT: Symbol {
235 # CUSTOM-SYMTAB-LLVM-NEXT: Version: 0
236 # CUSTOM-SYMTAB-LLVM-NEXT: Name:
237 # CUSTOM-SYMTAB-LLVM-NEXT: }
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestCustomTypeIdResolver.java16 @JsonTypeInfo(use=Id.CUSTOM, include=As.WRAPPER_OBJECT)
28 @JsonTypeInfo(use=Id.CUSTOM, include=As.EXTERNAL_PROPERTY, property="type")
74 @Override public Id getMechanism() { return Id.CUSTOM; } in getMechanism()
166 return JsonTypeInfo.Id.CUSTOM; in getMechanism()
/external/llvm-project/llvm/utils/lit/tests/unit/
DTestRunner.py62 IntegratedTestKeywordParser("MY_CUSTOM:", ParserKind.CUSTOM,
196 ParserKind.CUSTOM, custom_parse),
206 ParserKind.CUSTOM, custom_parse),
211 ParserKind.CUSTOM, custom_parse),
217 ParserKind.CUSTOM),
/external/llvm-project/lld/test/wasm/
Dcustom-sections.ll17 ; CHECK: - Type: CUSTOM
20 ; CHECK-NEXT: - Type: CUSTOM
Dundefined-entry.test4 RUN: not wasm-ld -entry=foo -o %t.wasm %t.ret32.o 2>&1 | FileCheck %s -check-prefix=CHECK-CUSTOM
7 CHECK-CUSTOM: error: entry symbol not defined (pass --no-entry to suppress): foo
Dshared-needed.ll20 ; SO1-NEXT: - Type: CUSTOM
30 ; SO2-NEXT: - Type: CUSTOM
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Dclang-ast-from-dwarf-objc-property.m24 // CHECK: | `-getter ObjCMethod [[CUSTOM:0x[0-9a-f]+]] 'custom_getter'
25 // CHECK: |-ObjCMethodDecl [[CUSTOM]] {{.*}} - custom_getter 'int'
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/end2end/
Dcustom_opdef.pbtxt41 # CHECK-NEXT: %[[CUSTOM:.*]] = "tfl.custom_tf"(%arg0, %arg1) ( {
45 # CHECK-NEXT: return %[[CUSTOM]] : tensor<*xi32>
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Draise-custom-ops.mlir15 // CHECK-NEXT: %[[CUSTOM:.*]] = "tfl.custom_tf"(%[[MUL]], %[[CST]]) ( {
19 // CHECK-NEXT: return %[[CUSTOM]] : tensor<4xf32>

123456