/external/llvm-project/llvm/test/Analysis/ProfileSummary/ |
D | basic.ll | 2 …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/ |
D | amdgpu-visibility.cl | 2 …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/ |
D | plat_memctrl.c | 39 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/ |
D | runtime-limit.ll | 1 …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/ |
D | runtime-limit.ll | 1 …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/ |
D | fill-exec-sections.s | 15 # 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/ |
D | modernize-use-override-with-macro.cpp | 6 #define OVERRIDE override macro 62 virtual void k() OVERRIDE; 66 virtual void l() const OVERRIDE;
|
D | modernize-use-override.cpp | 5 #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/ |
D | nonweak-definition-override.s | 24 # 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/ |
D | inline-cold.ll | 6 …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/ |
D | inline-cold.ll | 5 ; 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/ |
D | module-debuginfo-prefix.m | 6 // 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/ |
D | remarks-section.ll | 7 …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/ |
D | debug-dead-reloc.s | 24 # 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/ |
D | call_creds.cc | 39 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/ |
D | xhtml.cat | 1 OVERRIDE YES
|
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/ |
D | parser.h | 67 OVERRIDE = 11, /* OVERRIDE */ enumerator
|
/external/libxkbcommon/src/xkbcomp/ |
D | keywords.gperf | 46 override, OVERRIDE
|
D | keywords.c | 335 {(int)(size_t)&((struct stringpool_t *)0)->stringpool_str53, OVERRIDE}, in keyword_gperf_lookup()
|
D | parser.y | 103 OVERRIDE 11 625 | OVERRIDE { $$ = MERGE_OVERRIDE; }
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyEvents.java | 302 TelephonyConstants.DisplayInfoContainer.OVERRIDE, in toJSON()
|
D | TelephonyConstants.java | 466 public static final String OVERRIDE = "override"; field in TelephonyConstants.DisplayInfoContainer
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_state.c | 539 .CubeSurfaceControlMode = OVERRIDE, in genX()
|
/external/llvm-project/llvm/test/FileCheck/ |
D | numeric-expression.txt | 327 VAR USE IMPL OVERRIDE FMT CONFLICT // CHECK-LABEL: VAR USE IMPL OVERRIDE FMT CONFLICT
|
/external/unicode/ |
D | DerivedAge.txt | 275 2028..202E ; 1.1 # [7] LINE SEPARATOR..RIGHT-TO-LEFT OVERRIDE
|