Home
last modified time | relevance | path

Searched refs:ALWAYS (Results 1 – 25 of 118) sorted by relevance

12345

/external/llvm-project/llvm/test/CodeGen/ARM/
Ddwarf-frame.ll2 …all -filetype=asm -force-dwarf-frame-section -o - %s | FileCheck %s --check-prefix=CHECK-ALWAYS-CFI
26 ; CHECK-ALWAYS-CFI-LABEL: test_basic:
27 ; CHECK-ALWAYS-CFI: .fnstart
28 ; CHECK-ALWAYS-CFI: .cfi_sections .debug_frame
29 ; CHECK-ALWAYS-CFI: .cfi_startproc
30 ; CHECK-ALWAYS-CFI: @ %bb.0:
31 ; CHECK-ALWAYS-CFI: push {r11, lr}
32 ; CHECK-ALWAYS-CFI: .cfi_def_cfa_offset 8
33 ; CHECK-ALWAYS-CFI: .cfi_offset lr, -4
34 ; CHECK-ALWAYS-CFI: .cfi_offset r11, -8
[all …]
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dstack-tagging-unchecked-ld-st.ll3 …h64 -mattr=+mte -stack-tagging-unchecked-ld-st=always | FileCheck %s --check-prefixes=ALWAYS,COMMON
24 ; ALWAYS: ldr x0, [sp]
42 ; ALWAYS: ldr w0, [sp]
60 ; ALWAYS: ldrh w0, [sp]
78 ; ALWAYS: ldrb w0, [sp]
97 ; ALWAYS: str x{{.*}}, [sp]
117 ; ALWAYS: str w{{.*}}, [sp]
138 ; ALWAYS: strh w{{.*}}, [sp]
158 ; ALWAYS: strb w{{.*}}, [sp]
181 ; ALWAYS: stp {{.*}}, [sp]
[all …]
Dmachine-outliner-flags.ll5 ; RUN: | FileCheck %s -check-prefix=ALWAYS
37 ; ALWAYS: Machine Outliner
38 ; ALWAYS: Machine Outliner: Running on all functions
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/filter/
DJsonIncludeOverrideTest.java30 @JsonInclude(JsonInclude.Include.ALWAYS)
50 @JsonInclude(JsonInclude.Include.ALWAYS)
114 .construct(JsonInclude.Include.ALWAYS, null)); in testOverrideForIncludeAsPropertyAlways()
121 .construct(JsonInclude.Include.ALWAYS, null)); in testOverrideForIncludeAsPropertyAlways()
133 .construct(JsonInclude.Include.ALWAYS, null)); in testOverridesForIncludeAndIncludeAsPropertyNonNull()
141 .construct(JsonInclude.Include.ALWAYS, null)); in testOverridesForIncludeAndIncludeAsPropertyNonNull()
151 .construct(JsonInclude.Include.ALWAYS, null)); in testOverridesForIncludeAndIncludeAsPropertyNonNull()
177 .construct(JsonInclude.Include.ALWAYS, null)); in testOverridesForIncludeAndIncludeAsPropertyAlways()
187 .construct(JsonInclude.Include.ALWAYS, null)); in testOverridesForIncludeAndIncludeAsPropertyAlways()
DMapInclusion2573Test.java77 .setInclude(JsonInclude.Value.construct(JsonInclude.Include.ALWAYS, in test2572MapOverrideInclAlways()
78 JsonInclude.Include.ALWAYS)); in test2572MapOverrideInclAlways()
/external/llvm-project/llvm/test/Transforms/Inline/
Doptimization-remarks.ll3 ; RUN: FileCheck -check-prefixes=CHECK,NO_HOTNESS,ALWAYS %s
6 ; RUN: FileCheck -check-prefixes=CHECK,HOTNESS,ALWAYS %s
10 ; RUN: FileCheck -check-prefixes=ALWAYS %s
13 ; RUN: FileCheck -check-prefixes=ALWAYS %s
17 ; RUN: FileCheck -check-prefixes=CHECK,NO_HOTNESS,ALWAYS %s
20 ; RUN: FileCheck -check-prefixes=CHECK,HOTNESS,ALWAYS %s
24 ; RUN: FileCheck -check-prefixes=CHECK,NO_HOTNESS,ALWAYS %s
27 ; RUN: FileCheck -check-prefixes=CHECK,HOTNESS,ALWAYS %s
31 ; ALWAYS-DAG: foo inlined into bar with (cost=always): always inline attribute
/external/llvm-project/llvm/test/CodeGen/Mips/compactbranches/
Dcompact-branch-policy.ll4 …c -march=mips -mcpu=mips32r6 -mips-compact-branches=always < %s | FileCheck %s -check-prefix=ALWAYS
12 ; ALWAYS: beqzc
15 ; ALWAYS: nop
/external/llvm/test/CodeGen/Mips/compactbranches/
Dcompact-branch-policy.ll4 …c -march=mips -mcpu=mips32r6 -mips-compact-branches=always < %s | FileCheck %s -check-prefix=ALWAYS
12 ; ALWAYS: beqzc
15 ; ALWAYS: nop
/external/proguard/src/proguard/evaluation/value/
DTypedReferenceValue.java78 return type == null ? ALWAYS : in isNull()
110 ALWAYS; in instanceOf()
154 return ALWAYS; in instanceOf()
160 return ALWAYS; in instanceOf()
173 ALWAYS : in instanceOf()
495 return this.type == null && other.type == null ? ALWAYS : MAYBE; in equal()
DParticularIntegerValue.java341 return this.value == other.value ? ALWAYS : NEVER; in equal()
346 return this.value < other.value ? ALWAYS : NEVER; in lessThan()
351 return this.value <= other.value ? ALWAYS : NEVER; in lessThanOrEqual()
/external/jsr305/ri/src/main/java/javax/annotation/
DNonnull.java15 When when() default When.ALWAYS; in when()
23 return When.ALWAYS; in forConstantValue()
DRegEx.java23 When when() default When.ALWAYS; in when()
36 return When.ALWAYS; in forConstantValue()
DNonnegative.java16 When when() default When.ALWAYS; in when()
37 return When.ALWAYS; in forConstantValue()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test_tmp.h38 #if !defined(OPERATOR) && !defined(ALWAYS)
90 #ifdef ALWAYS in NAME()
147 #undef ALWAYS
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberFormatter.java300 ALWAYS, enumConstant
379 ALWAYS, enumConstant
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatter.java317 ALWAYS, enumConstant
404 ALWAYS, enumConstant
/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DIncludeTest.java81 JsonInclude.Value v3 = new JsonInclude.Value(Include.NON_EMPTY, Include.ALWAYS, in testSimpleMerge()
84 assertEquals(Include.ALWAYS, v3.getContentInclusion()); in testSimpleMerge()
106 .withContentInclusion(JsonInclude.Include.ALWAYS) in testContentMerge76()
115 assertEquals(JsonInclude.Include.ALWAYS, v12.getContentInclusion()); in testContentMerge76()
/external/fastrpc/src/
Dfastrpc_perf.c114 FARF(ALWAYS, "\nFastRPC dsp perf for handle 0x%x sc 0x%x\n", handle, sc); in get_perf_adsp()
122 FARF(ALWAYS, "fastrpc.dsp.%-20s : %lld \n", token, pdsp->data[ii]); in get_perf_adsp()
124 FARF(ALWAYS, "fastrpc.dsp.%-20s : %lld us\n", token, pdsp->data[ii]); in get_perf_adsp()
/external/llvm/test/Transforms/LoopDistribute/
Ddiagnostics.ll2 ; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=NO_REMARKS
4 ; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=MISSED_REMARKS
6 ; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=ANALYSIS_REMARKS
8 ; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=REMARKS
36 ; ALWAYS: remark: /tmp/t.c:3:3: loop not distributed: memory operations are safe for vector…
37 ; ALWAYS: warning: /tmp/t.c:3:3: loop not disributed: failed explicitly specified loop dist…
68 ; ALWAYS-NOT: warning: /tmp/t.c:9:3: loop not disributed: failed explicitly specified loop distribu…
/external/llvm-project/clang/lib/Basic/
DXRayLists.cpp46 return ImbueAttribute::ALWAYS; in shouldImbueFunction()
62 return ImbueAttribute::ALWAYS; in shouldImbueFunctionsInFile()
/external/geojson-jackson/src/main/java/org/geojson/
DFeature.java10 @JsonInclude(JsonInclude.Include.ALWAYS)
12 @JsonInclude(JsonInclude.Include.ALWAYS)
/external/llvm-project/llvm/test/Transforms/LoopDistribute/
Ddiagnostics.ll2 ; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=NO_REMARKS
5 ; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=MISSED_REMARKS
8 ; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=ANALYSIS_REMARKS
11 ; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=REMARKS
39 ; ALWAYS: remark: /tmp/t.c:3:3: loop not distributed: memory operations are safe for vector…
40 ; ALWAYS: warning: /tmp/t.c:3:3: loop not distributed: failed explicitly specified loop dis…
71 ; ALWAYS-NOT: warning: /tmp/t.c:9:3: loop not distributed: failed explicitly specified loop distrib…
136 ; ALWAYS: warning: /tmp/t.c:27:5: loop not distributed: failed explicitly specified loop distributi…
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
Dpr45835.ll1 ; RUN: opt < %s -indvars -replexitval=always -S | FileCheck %s --check-prefix=ALWAYS
29 ; ALWAYS: [ %scevgep, %cont ], [ %scevgep, %cont ]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DMutablePatternModifierTest.java39 mod.setPatternAttributes(SignDisplay.ALWAYS, false); in basic()
63 mod.setPatternAttributes(SignDisplay.ALWAYS, false); in basic()
105 mod.setPatternAttributes(SignDisplay.ALWAYS, false); in mutableEqualsImmutable()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DMutablePatternModifierTest.java42 mod.setPatternAttributes(SignDisplay.ALWAYS, false); in basic()
66 mod.setPatternAttributes(SignDisplay.ALWAYS, false); in basic()
108 mod.setPatternAttributes(SignDisplay.ALWAYS, false); in mutableEqualsImmutable()

12345