Home
last modified time | relevance | path

Searched refs:OVERRIDE (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/llvm/test/Analysis/ProfileSummary/
Dbasic.ll2 …ary-hot-count=500 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-HOT
3 …ary-cold-count=0 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-COLD
4 …y-hot-count=1000 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-BOTH
8 ; OVERRIDE-HOT-LABEL: f1
9 ; OVERRIDE-COLD-LABEL: f1 :hot
10 ; OVERRIDE-BOTH-LABEL: f1
17 ; OVERRIDE-HOT-LABEL: f2 :cold
18 ; OVERRIDE-COLD-LABEL: f2
19 ; OVERRIDE-BOTH-LABEL: f2
26 ; OVERRIDE-HOT-LABEL: f3
[all …]
/external/llvm-project/clang/test/Driver/
Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/
Dplat_memctrl.c39 mc_make_sec_cfg(AFIR, NON_SECURE, OVERRIDE, DISABLE),
40 mc_make_sec_cfg(AFIW, NON_SECURE, OVERRIDE, DISABLE),
41 mc_make_sec_cfg(NVDISPLAYR1, NON_SECURE, OVERRIDE, DISABLE),
42 mc_make_sec_cfg(XUSB_DEVR, NON_SECURE, OVERRIDE, ENABLE),
47 mc_make_sec_cfg(SDMMCWAB, NON_SECURE, OVERRIDE, DISABLE),
50 mc_make_sec_cfg(SATAW, NON_SECURE, OVERRIDE, DISABLE),
51 mc_make_sec_cfg(UFSHCW, NON_SECURE, OVERRIDE, DISABLE),
52 mc_make_sec_cfg(SDMMCR, NON_SECURE, OVERRIDE, DISABLE),
54 mc_make_sec_cfg(UFSHCR, NON_SECURE, OVERRIDE, DISABLE),
55 mc_make_sec_cfg(SDMMCWAA, NON_SECURE, OVERRIDE, DISABLE),
[all …]
/external/llvm/test/Transforms/LoopVectorize/
Druntime-limit.ll1 …ks=loop-vectorize -pass-remarks-missed=loop-vectorize -S 2>&1 | FileCheck %s -check-prefix=OVERRIDE
12 ;OVERRIDE: remark: {{.*}}:0:0: vectorized loop (vectorization width: 4, interleaved count: 1)
14 ;OVERRIDE: remark: {{.*}}:0:0: vectorized loop (vectorization width: 4, interleaved count: 1)
20 ;OVERRIDE-LABEL: func1x6(
21 ;OVERRIDE: <4 x i32>
22 ;OVERRIDE: ret
58 ;OVERRIDE-LABEL: func2x6(
59 ;OVERRIDE: <4 x i32>
60 ;OVERRIDE: ret
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Druntime-limit.ll1 …ks=loop-vectorize -pass-remarks-missed=loop-vectorize -S 2>&1 | FileCheck %s -check-prefix=OVERRIDE
12 ;OVERRIDE: remark: {{.*}}:0:0: vectorized loop (vectorization width: 4, interleaved count: 1)
14 ;OVERRIDE: remark: {{.*}}:0:0: vectorized loop (vectorization width: 4, interleaved count: 1)
20 ;OVERRIDE-LABEL: func1x6(
21 ;OVERRIDE: <4 x i32>
22 ;OVERRIDE: ret
58 ;OVERRIDE-LABEL: func2x6(
59 ;OVERRIDE: <4 x i32>
60 ;OVERRIDE: ret
/external/llvm-project/lld/test/ELF/linkerscript/
Dfill-exec-sections.s15 # RUN: llvm-objdump -s %t2.out | FileCheck %s --check-prefix=OVERRIDE
18 # RUN: llvm-objdump -s %t3.out | FileCheck %s --check-prefix=OVERRIDE
19 # OVERRIDE: Contents of section .exec:
20 # OVERRIDE-NEXT: 0000 66112233 44112233 44112233 44112233
21 # OVERRIDE-NEXT: 0010 66
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-override-with-macro.cpp6 #define OVERRIDE override macro
62 virtual void k() OVERRIDE;
66 virtual void l() const OVERRIDE;
Dmodernize-use-override.cpp5 #define OVERRIDE override macro
249 NOT_VIRTUAL void c() OVERRIDE;
253 VIRTUAL void d() OVERRIDE;
265 VIRTUAL void g() OVERRIDE final;
/external/llvm-project/lld/test/MachO/
Dnonweak-definition-override.s24 # RUN: llvm-objdump --macho --weak-bind %t/weakdef | FileCheck %s --check-prefix=NO-WEAK-OVERRIDE
28 # RUN: llvm-objdump --macho --weak-bind %t/weakdef | FileCheck %s --check-prefix=NO-WEAK-OVERRIDE
30 # NO-WEAK-OVERRIDE: Weak bind table:
31 # NO-WEAK-OVERRIDE-NEXT: segment section address type addend symbol
32 # NO-WEAK-OVERRIDE-EMPTY:
37 # RUN: llvm-objdump --macho --weak-bind %t/common | FileCheck %s --check-prefix=NO-WEAK-OVERRIDE
/external/llvm-project/llvm/test/Transforms/Inline/
Dinline-cold.ll6 …N: opt < %s -inline -S -inline-threshold=600 -enable-new-pm=0 | FileCheck %s -check-prefix=OVERRIDE
7 …ary>,cgscc(inline)' -S -inline-threshold=600 -enable-new-pm=0 | FileCheck %s -check-prefix=OVERRIDE
56 ; OVERRIDE-LABEL: @ColdFunction
57 ; OVERRIDE: ret
78 ; OVERRIDE-LABEL: @ColdFunction2
79 ; OVERRIDE: ret
170 ; OVERRIDE-LABEL: @bar
171 ; OVERRIDE-NOT: call i32 @ColdFunction(i32 5)
172 ; OVERRIDE-NOT: call i32 @simpleFunction(i32 6)
173 ; OVERRIDE-NOT: call i32 @ColdFunction2(i32 5)
[all …]
/external/llvm/test/Transforms/Inline/
Dinline-cold.ll5 ; RUN: opt < %s -inline -S -inline-threshold=600 | FileCheck %s -check-prefix=OVERRIDE
52 ; OVERRIDE-LABEL: @ColdFunction
53 ; OVERRIDE: ret
89 ; OVERRIDE-LABEL: @ColdFunction2
90 ; OVERRIDE: ret
180 ; OVERRIDE-LABEL: @bar
181 ; OVERRIDE-NOT: call i32 @ColdFunction(i32 5)
182 ; OVERRIDE-NOT: call i32 @simpleFunction(i32 6)
183 ; OVERRIDE-NOT: call i32 @ColdFunction2(i32 5)
184 ; OVERRIDE: ret
/external/llvm-project/clang/test/Modules/
Dmodule-debuginfo-prefix.m6 // RUN: -fdebug-prefix-map=%S/Inputs=/OVERRIDE \
14 // RUN: -fdebug-prefix-map=%S/Inputs=/OVERRIDE \
25 // CHECK: !DIFile(filename: "/OVERRIDE/DebugObjC.h", directory: "{{()|(.*:.*)}}")
/external/llvm-project/llvm/test/CodeGen/X86/
Dremarks-section.ll7 …n=false -pass-remarks-output=%/t.yaml | FileCheck --check-prefix=CHECK-DARWIN-OVERRIDE-BITSTREAM %s
8 …section=true -pass-remarks-output=%/t.yaml | FileCheck --check-prefix=CHECK-DARWIN-OVERRIDE-YAML %s
26 ; CHECK-DARWIN-OVERRIDE-BITSTREAM-NOT: .section __LLVM,__remarks
29 ; CHECK-DARWIN-OVERRIDE-YAML: .section __LLVM,__remarks
/external/llvm-project/lld/test/ELF/
Ddebug-dead-reloc.s24 # RUN: llvm-objdump -s %t42 | FileCheck %s --check-prefix=OVERRIDE
26 # OVERRIDE: Contents of section .debug_loc:
27 # OVERRIDE-NEXT: 0000 2a000000 00000000 2a000000 00000000
/external/grpc-grpc/test/core/end2end/tests/
Dcall_creds.cc39 typedef enum { NONE, OVERRIDE, DESTROY } override_mode; enumerator
169 case OVERRIDE: in request_response_with_payload_and_call_creds()
306 case OVERRIDE: in request_response_with_payload_and_call_creds()
360 OVERRIDE); in test_request_response_with_payload_and_overridden_call_creds()
/external/libxml2/test/valid/dtds/
Dxhtml.cat1 OVERRIDE YES
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.h67 OVERRIDE = 11, /* OVERRIDE */ enumerator
/external/libxkbcommon/src/xkbcomp/
Dkeywords.gperf46 override, OVERRIDE
Dkeywords.c335 {(int)(size_t)&((struct stringpool_t *)0)->stringpool_str53, OVERRIDE}, in keyword_gperf_lookup()
Dparser.y103 OVERRIDE 11
625 | OVERRIDE { $$ = MERGE_OVERRIDE; }
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyEvents.java302 TelephonyConstants.DisplayInfoContainer.OVERRIDE, in toJSON()
DTelephonyConstants.java466 public static final String OVERRIDE = "override"; field in TelephonyConstants.DisplayInfoContainer
/external/mesa3d/src/intel/vulkan/
DgenX_state.c539 .CubeSurfaceControlMode = OVERRIDE, in genX()
/external/llvm-project/llvm/test/FileCheck/
Dnumeric-expression.txt327 VAR USE IMPL OVERRIDE FMT CONFLICT // CHECK-LABEL: VAR USE IMPL OVERRIDE FMT CONFLICT
/external/unicode/
DDerivedAge.txt275 2028..202E ; 1.1 # [7] LINE SEPARATOR..RIGHT-TO-LEFT OVERRIDE

12