/external/llvm-project/llvm/test/CodeGen/Thumb/ |
D | thumb-shrink-wrapping.ll | 2 …ifcvt-fn-stop=0 -tail-dup-placement=0 -mtriple=thumb-macho | FileCheck %s --check-prefix=ENABLE-V4T 3 …cvt-fn-stop=0 -tail-dup-placement=0 -mtriple=thumbv5-macho | FileCheck %s --check-prefix=ENABLE-V5T 21 ; ENABLE-V4T-LABEL: foo: 22 ; ENABLE-V4T: @ %bb.0: 23 ; ENABLE-V4T-NEXT: cmp r0, r1 24 ; ENABLE-V4T-NEXT: bge LBB0_2 25 ; ENABLE-V4T-NEXT: @ %bb.1: @ %true 26 ; ENABLE-V4T-NEXT: push {r7, lr} 27 ; ENABLE-V4T-NEXT: .cfi_def_cfa_offset 8 28 ; ENABLE-V4T-NEXT: .cfi_offset lr, -4 [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | x86-shrink-wrapping.ll | 2 …: llc %s -o - -enable-shrink-wrap=true -pass-remarks-output=%t | FileCheck %s --check-prefix=ENABLE 18 ; ENABLE-LABEL: foo: 19 ; ENABLE: ## %bb.0: 20 ; ENABLE-NEXT: movl %edi, %eax 21 ; ENABLE-NEXT: cmpl %esi, %edi 22 ; ENABLE-NEXT: jge LBB0_2 23 ; ENABLE-NEXT: ## %bb.1: ## %true 24 ; ENABLE-NEXT: pushq %rax 25 ; ENABLE-NEXT: .cfi_def_cfa_offset 16 26 ; ENABLE-NEXT: movl %eax, {{[0-9]+}}(%rsp) [all …]
|
D | i386-shrink-wrapping.ll | 2 …N: llc %s -o - -enable-shrink-wrap=true -no-x86-call-frame-opt | FileCheck %s --check-prefix=ENABLE 21 ; ENABLE-LABEL: eflagsLiveInPrologue: 22 ; ENABLE: ## %bb.0: ## %entry 23 ; ENABLE-NEXT: pushl %esi 24 ; ENABLE-NEXT: subl $8, %esp 25 ; ENABLE-NEXT: movl L_a$non_lazy_ptr, %eax 26 ; ENABLE-NEXT: cmpl $0, (%eax) 27 ; ENABLE-NEXT: je LBB0_2 28 ; ENABLE-NEXT: ## %bb.1: ## %if.then 29 ; ENABLE-NEXT: movb $1, _d [all …]
|
D | x86-win64-shrink-wrapping.ll | 1 …RUN: llc %s -o - -enable-shrink-wrap=true | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE 53 ; ENABLE: testl %ecx, %ecx 54 ; ENABLE-NEXT: je [[ELSE_LABEL:.LBB[0-9_]+]] 78 ; ENABLE-NEXT: popq %rbx 79 ; ENABLE-NEXT: retq
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-shrink-wrapping.ll | 2 …able-shrink-wrap=true -disable-post-ra -frame-pointer=non-leaf | FileCheck %s --check-prefix=ENABLE 10 ; ENABLE-LABEL: foo: 11 ; ENABLE: ; %bb.0: 12 ; ENABLE-NEXT: cmp w0, w1 13 ; ENABLE-NEXT: b.ge LBB0_2 14 ; ENABLE-NEXT: ; %bb.1: ; %true 15 ; ENABLE-NEXT: sub sp, sp, #32 ; =32 16 ; ENABLE-NEXT: stp x29, x30, [sp, #16] ; 16-byte Folded Spill 17 ; ENABLE-NEXT: add x29, sp, #16 ; =16 18 ; ENABLE-NEXT: .cfi_def_cfa w29, 16 [all …]
|
D | machine-outliner-flags.ll | 10 ; RUN: | FileCheck %s -check-prefix=ENABLE 39 ; ENABLE: Machine Outliner 40 ; ENABLE: Machine Outliner: Running on all functions
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | arm-shrink-wrapping.ll | 3 ; RUN: | FileCheck %s --check-prefix=ARM-ENABLE 7 ; RUN: | FileCheck %s --check-prefix=THUMB-ENABLE 64 ; ARM-ENABLE-LABEL: foo: 65 ; ARM-ENABLE: @ %bb.0: 66 ; ARM-ENABLE-NEXT: cmp r0, r1 67 ; ARM-ENABLE-NEXT: bge LBB0_2 68 ; ARM-ENABLE-NEXT: @ %bb.1: @ %true 69 ; ARM-ENABLE-NEXT: push {r7, lr} 70 ; ARM-ENABLE-NEXT: mov r7, sp 71 ; ARM-ENABLE-NEXT: push {r0} [all …]
|
D | arm-shrink-wrapping-linux.ll | 2 ; RUN: llc %s -o - -enable-shrink-wrap=true | FileCheck %s --check-prefix=ENABLE 18 ; ENABLE-LABEL: wrongUseOfPostDominate: 19 ; ENABLE: @ %bb.0: @ %entry 20 ; ENABLE-NEXT: .save {r11, lr} 21 ; ENABLE-NEXT: push {r11, lr} 22 ; ENABLE-NEXT: cmn r1, #1 23 ; ENABLE-NEXT: ble .LBB0_7 24 ; ENABLE-NEXT: @ %bb.1: @ %while.cond.preheader 25 ; ENABLE-NEXT: cmp r1, #0 26 ; ENABLE-NEXT: beq .LBB0_6 [all …]
|
/external/curl/packages/vms/ |
D | curl_crtl_init.c | 79 #define ENABLE "ENABLE" macro 83 #define ENABLE TRUE macro 211 set_feature_default("DECC$ACL_ACCESS_CHECK", ENABLE); in set_features() 214 set_feature_default ("DECC$ARGV_PARSE_STYLE" , ENABLE); in set_features() 224 set_feature_default ("DECC$EFS_CHARSET", ENABLE); in set_features() 225 set_feature_default ("DECC$EFS_CASE_PRESERVE", ENABLE); in set_features() 228 set_feature_default ("DECC$EFS_FILE_TIMESTAMPS", ENABLE); in set_features() 231 set_feature_default ("DECC$ENABLE_GETENV_CACHE", ENABLE); in set_features() 241 set_feature_default ("DECC$READDIR_DROPDOTNOTYPE", ENABLE); in set_features() 245 set_feature_default ("DECC$STDIO_CTX_EOL", ENABLE); in set_features() [all …]
|
/external/llvm/test/CodeGen/Thumb/ |
D | thumb-shrink-wrapping.ll | 2 ; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE --check-prefix=ENABLE-V4T 4 ; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE --check-prefix=ENABLE-V5T 24 ; ENABLE: cmp r0, r1 25 ; ENABLE-NEXT: bge [[EXIT_LABEL:LBB[0-9_]+]] 45 ; ENABLE-NEXT: add sp, #8 46 ; ENABLE-V5T-NEXT: pop {r7, pc} 47 ; ENABLE-V4T-NEXT: pop {r7} 48 ; ENABLE-V4T-NEXT: pop {r1} 49 ; ENABLE-V4T-NEXT: mov lr, r1 61 ; ENABLE-NEXT: bx lr [all …]
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ppc-disable-non-volatile-cr.ll | 5 ; RUN: -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr < %s | FileCheck --check-prefix=CHECK-ENABLE… 18 ; CHECK-ENABLE-LABEL: DisableNonVolatileCR: 19 ; CHECK-ENABLE: # %bb.0: # %entry 20 ; CHECK-ENABLE-DAG: mfocrf [[REG1:r[0-9]+]] 21 ; CHECK-ENABLE-DAG: stw [[REG1]] 22 ; CHECK-ENABLE: stdu r1 23 ; CHECK-ENABLE-NOT: mfocrf [[REG2:r[0-9]+]] 24 ; CHECK-ENABLE-NOT: stw [[REG2]] 25 ; CHECK-ENABLE: # %bb.1: # %if.then
|
D | ppc-shrink-wrapping.ll | 1 … -mcpu=pwr8 %s -o - -verify-machineinstrs | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE 17 ; ENABLE: cmpw 3, 4 18 ; ENABLE-NEXT: bgelr 0 42 ; ENABLE: mtlr 43 ; ENABLE-NEXT: blr 78 ; ENABLE: cmplwi 3, 0 79 ; ENABLE: beq 0, .[[ELSE_LABEL:LBB[0-9_]+]] 115 ; ENABLE: .[[ELSE_LABEL]]: # %if.else 117 ; ENABLE: slwi 3, 4, 1 118 ; ENABLE-NEXT: blr [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | new-dtags.test | 7 // RUN: llvm-readobj --dynamic-table %t2 | FileCheck --check-prefix=ENABLE %s 10 // RUN: llvm-readobj --dynamic-table %t2 | FileCheck --check-prefix=ENABLE %s 17 // ENABLE: DynamicSection [ 18 // ENABLE: 0x000000000000001D RUNPATH Library runpath: [/somepath] 19 // ENABLE-NOT: RPATH 20 // ENABLE: ]
|
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/ |
D | stopwatch.c | 15 #define ENABLE (1 << 0) macro 40 mmio_write_32(SYST_CST, ENABLE | TICKINT | CLKSOURCE); in stopwatch_set_usecs() 49 if (mmio_read_32(SYST_CST) & ENABLE) in stopwatch_init_usecs_expire() 60 if ((val & COUNTFLAG) || !(val & ENABLE)) { in stopwatch_expired() 72 mmio_clrbits_32(SYST_CST, ENABLE); in stopwatch_reset()
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-shrink-wrapping.ll | 2 …ileCheck %s --check-prefix=CHECK --check-prefix=ARM --check-prefix=ENABLE --check-prefix=ARM-ENABLE 6 …heck %s --check-prefix=CHECK --check-prefix=THUMB --check-prefix=ENABLE --check-prefix=THUMB-ENABLE 25 ; ENABLE: cmp r0, r1 26 ; ENABLE-NEXT: bge [[EXIT_LABEL:LBB[0-9_]+]] 39 ; ARM-ENABLE: push {r0} 40 ; THUMB-ENABLE: str r0, [sp, #-4] 49 ; ARM-ENABLE-NEXT: mov sp, r7 50 ; THUMB-ENABLE-NEXT: add sp, #4 51 ; ENABLE-NEXT: pop{{(\.w)?}} {r7, lr} 61 ; ENABLE-NEXT: bx lr [all …]
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | disable-full-unroll-by-opt.ll | 2 ; RUN: opt < %s -passes='loop-unroll' -S | FileCheck %s -check-prefixes=ENABLE,COMMON 7 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=36>' -S | FileCheck %s -check-prefixes=ENABLE,… 12 … %s -passes='loop-unroll' -unroll-full-max-count=36 -S | FileCheck %s -check-prefixes=ENABLE,COMMON 16 …roll<full-unroll-max=36>' -unroll-full-max-count=30 -S | FileCheck %s -check-prefixes=ENABLE,COMMON 31 ; ENABLE-NOT: %be = icmp slt i32 %idx, 32
|
/external/llvm/test/CodeGen/X86/ |
D | x86-shrink-wrapping.ll | 1 …RUN: llc %s -o - -enable-shrink-wrap=true | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE 19 ; ENABLE: movl %edi, [[ARG0CPY:%e[a-z]+]] 20 ; ENABLE-NEXT: cmpl %esi, [[ARG0CPY]] 21 ; ENABLE-NEXT: jge [[EXIT_LABEL:LBB[0-9_]+]] 42 ; ENABLE-NEXT: addq $8, %rsp 75 ; ENABLE: testl %edi, %edi 76 ; ENABLE: je [[ELSE_LABEL:LBB[0-9_]+]] 114 ; ENABLE: [[ELSE_LABEL]]: ## %if.else 116 ; ENABLE: addl %esi, %esi 117 ; ENABLE-NEXT: movl %esi, %eax [all …]
|
D | x86-win64-shrink-wrapping.ll | 1 …RUN: llc %s -o - -enable-shrink-wrap=true | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE 53 ; ENABLE: testl %ecx, %ecx 54 ; ENABLE-NEXT: je [[ELSE_LABEL:.LBB[0-9_]+]] 78 ; ENABLE-NEXT: popq %rbx 79 ; ENABLE-NEXT: retq
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-shrink-wrapping.ll | 1 …ap=true -disable-post-ra -disable-fp-elim | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE 12 ; ENABLE: cmp w0, w1 13 ; ENABLE-NEXT: b.ge [[EXIT_LABEL:LBB[0-9_]+]] 40 ; ENABLE: [[EXIT_LABEL]]: 66 ; ENABLE: cbz w0, [[ELSE_LABEL:LBB[0-9_]+]] 102 ; ENABLE: [[ELSE_LABEL]]: ; %if.else 104 ; ENABLE: lsl w0, w1, #1 105 ; ENABLE: ret 177 ; ENABLE: cbz w0, [[ELSE_LABEL:LBB[0-9_]+]] 210 ; ENABLE: [[ELSE_LABEL]]: ; %if.else [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc-shrink-wrapping.ll | 1 …64le-unknown-linux-gnu -mcpu=pwr8 %s -o - | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE 17 ; ENABLE: cmpw 0, 3, 4 18 ; ENABLE-NEXT: bgelr 0 42 ; ENABLE: mtlr 43 ; ENABLE-NEXT: blr 78 ; ENABLE: cmplwi 0, 3, 0 79 ; ENABLE: beq 0, .[[ELSE_LABEL:LBB[0-9_]+]] 115 ; ENABLE: .[[ELSE_LABEL]]: # %if.else 117 ; ENABLE: slwi 3, 4, 1 118 ; ENABLE-NEXT: blr [all …]
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | unroll-hint.cl | 90 // CHECK: ![[FOR_ENABLE]] = distinct !{![[FOR_ENABLE]], ![[ENABLE:.*]]} 91 // CHECK: ![[ENABLE]] = !{!"llvm.loop.unroll.enable"} 94 // CHECK: ![[WHILE_ENABLE]] = distinct !{![[WHILE_ENABLE]], ![[ENABLE]]} 97 // CHECK: ![[DO_ENABLE]] = distinct !{![[DO_ENABLE]], ![[ENABLE]]}
|
/external/llvm-project/llvm/test/Transforms/ObjCARC/ |
D | opt-max-ptr-states.ll | 1 ; RUN: opt -objc-arc -S < %s | FileCheck -check-prefix=ENABLE -check-prefix=CHECK %s 7 ; ENABLE-NOT: call i8* @llvm.objc.retain 10 ; ENABLE-NOT: call void @llvm.objc.release
|
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/ARM/ |
D | switch-to-lookup-table.ll | 2 …iple=arm -relocation-model=static < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE 3 …iple=arm -relocation-model=pic < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE 8 …iple=arm -relocation-model=static < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE 9 …iple=arm -relocation-model=pic < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE 15 ; ENABLE: @{{.*}} = private unnamed_addr constant [3 x i32*] [i32* @c1, i32* @c2, i32* @c3] 17 ; ENABLE: @{{.*}} = private unnamed_addr constant [3 x i32*] [i32* @g1, i32* @g2, i32* @g3] 19 ; ENABLE: @{{.*}} = private unnamed_addr constant [3 x i32 (i32, i32)*] [i32 (i32, i32)* @f1, …
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_pcd_ex.c | 150 hpcd->lpm_active = ENABLE; in HAL_PCDEx_ActivateLPM() 254 hpcd->battery_charging_active = ENABLE; in HAL_PCDEx_ActivateBCD() 338 hpcd->battery_charging_active = ENABLE; in HAL_PCDEx_ActivateBCD() 436 hpcd->lpm_active = ENABLE; in HAL_PCDEx_ActivateLPM()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_pcd_ex.c | 150 hpcd->lpm_active = ENABLE; in HAL_PCDEx_ActivateLPM() 254 hpcd->battery_charging_active = ENABLE; in HAL_PCDEx_ActivateBCD() 338 hpcd->battery_charging_active = ENABLE; in HAL_PCDEx_ActivateBCD() 436 hpcd->lpm_active = ENABLE; in HAL_PCDEx_ActivateLPM()
|