/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | spill-undef.mir | 57 …early-clobber $x0, 12, implicit-def dead early-clobber $x1, 12, implicit-def dead early-clobber $x… 60 …early-clobber $x0, 12, implicit-def dead early-clobber $x1, 12, implicit-def dead early-clobber $x…
|
D | machine-outliner-regsave.mir | 73 # CHECK: early-clobber $sp = STRXpre $lr, $sp, -16 75 # CHECK-DAG: early-clobber $sp, $lr = LDRXpost $sp, 16 76 # CHECK: early-clobber $sp = STRXpre $lr, $sp, -16 78 # CHECK-DAG: early-clobber $sp, $lr = LDRXpost $sp, 16 79 # CHECK: early-clobber $sp = STRXpre $lr, $sp, -16 81 # CHECK-NEXT: early-clobber $sp, $lr = LDRXpost $sp, 16
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | memory_clause.mir | 4 # GCN: early-clobber %2:vreg_128, early-clobber %4:vreg_128, early-clobber %1:vreg_128, ear… 35 # GCN: early-clobber %1:vreg_128 = BUNDLE %0, implicit $exec { 60 # GCN: undef early-clobber %1.sub0_sub1:vreg_128, undef early-clobber %1.sub3:vreg_128 = BUNDL… 83 # GCN: dead early-clobber %2:vreg_128, dead early-clobber %4:vreg_128, dead early-clobber %1:v… 109 # GCN: early-clobber %1:vreg_64 = BUNDLE %0, implicit $exec { 130 # GCN: early-clobber %2:vreg_128, early-clobber %3:vreg_128 = BUNDLE %0, %1, implicit $exec { 155 # GCN-NEXT: early-clobber %2:vreg_128, early-clobber %3:vreg_128 = BUNDLE %1, implicit $exec { 203 …early-clobber %7:vgpr_32, dead early-clobber %14:vgpr_32, dead early-clobber %2:vgpr_32, dead earl… 220 # GCN-NEXT: dead early-clobber %16:vgpr_32, dead early-clobber %17:vgpr_32 = BUNDLE %0, implicit $e… 270 … dead early-clobber %2:vreg_128, dead early-clobber %4:vreg_128, dead early-clobber %1:vreg_12… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | scev-prestart-nowrap.ll | 17 ; %break.early = INT_SMIN `slt` INT_SMIN = false 18 ; br i1 false, ___, %early.exit 20 ; >> early.exit: 37 %break.early = icmp slt i32 %postinc, %low.limit 38 br i1 %break.early, label %continue, label %early.exit 48 early.exit: 65 %break.early = icmp slt i32 %postinc, %low.limit 66 br i1 %break.early, label %continue.1, label %early.exit 80 early.exit:
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | scev-prestart-nowrap.ll | 17 ; %break.early = INT_SMIN `slt` INT_SMIN = false 18 ; br i1 false, ___, %early.exit 20 ; >> early.exit: 37 %break.early = icmp slt i32 %postinc, %low.limit 38 br i1 %break.early, label %continue, label %early.exit 48 early.exit: 65 %break.early = icmp slt i32 %postinc, %low.limit 66 br i1 %break.early, label %continue.1, label %early.exit 80 early.exit:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | opt-bisect-legacy-pass-manager.ll | 86 ; RUN: opt -disable-output -disable-verify -early-cse -opt-bisect-limit=-1 \ 87 ; RUN: %s 2>&1 | FileCheck %s --check-prefix=CHECK-EARLY-CSE 88 ; CHECK-EARLY-CSE: BISECT: running pass ({{[0-9]+}}) Early CSE on function (f1) 89 ; CHECK-EARLY-CSE: BISECT: running pass ({{[0-9]+}}) Early CSE on function (f2) 90 ; CHECK-EARLY-CSE: BISECT: running pass ({{[0-9]+}}) Early CSE on function (f3) 92 ; RUN: opt -disable-output -disable-verify -early-cse -opt-bisect-limit=0 %s \ 93 ; RUN: 2>&1 | FileCheck %s --check-prefix=CHECK-NOT-EARLY-CSE 94 ; CHECK-NOT-EARLY-CSE: BISECT: NOT running pass ({{[0-9]+}}) Early CSE on function (f1) 95 ; CHECK-NOT-EARLY-CSE: BISECT: NOT running pass ({{[0-9]+}}) Early CSE on function (f2) 96 ; CHECK-NOT-EARLY-CSE: BISECT: NOT running pass ({{[0-9]+}}) Early CSE on function (f3)
|
/external/llvm/test/Other/ |
D | opt-bisect-legacy-pass-manager.ll | 85 ; RUN: opt -disable-output -disable-verify -early-cse -opt-bisect-limit=-1 \ 86 ; RUN: %s 2>&1 | FileCheck %s --check-prefix=CHECK-EARLY-CSE 87 ; CHECK-EARLY-CSE: BISECT: running pass ({{[0-9]+}}) Early CSE on function (f1) 88 ; CHECK-EARLY-CSE: BISECT: running pass ({{[0-9]+}}) Early CSE on function (f2) 89 ; CHECK-EARLY-CSE: BISECT: running pass ({{[0-9]+}}) Early CSE on function (f3) 91 ; RUN: opt -disable-output -disable-verify -early-cse -opt-bisect-limit=0 %s \ 92 ; RUN: 2>&1 | FileCheck %s --check-prefix=CHECK-NOT-EARLY-CSE 93 ; CHECK-NOT-EARLY-CSE: BISECT: NOT running pass ({{[0-9]+}}) Early CSE on function (f1) 94 ; CHECK-NOT-EARLY-CSE: BISECT: NOT running pass ({{[0-9]+}}) Early CSE on function (f2) 95 ; CHECK-NOT-EARLY-CSE: BISECT: NOT running pass ({{[0-9]+}}) Early CSE on function (f3)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/ |
D | promote-tls.ll | 32 br i1 %exitcmp, label %for.body, label %early-exit 34 early-exit: 35 ; CHECK-LABEL: early-exit: 70 br i1 %exitcmp, label %for.body, label %early-exit 72 early-exit: 73 ; CHECK-LABEL: early-exit: 111 br i1 %exitcmp, label %for.body, label %early-exit 113 early-exit: 114 ; CHECK-LABEL: early-exit: 152 br i1 %exitcmp, label %for.body, label %early-exit [all …]
|
/external/llvm/test/Transforms/GVN/ |
D | atomic.ll | 352 br i1 %cmp, label %early, label %next 353 early: 369 br i1 %cmp, label %early, label %next 370 early: 387 br i1 %cmp, label %early, label %next 388 early: 403 ; CHECK: %b = phi i32 [ %b.pre, %early ], [ %a, %0 ] 407 br i1 %cmp, label %early, label %next 408 early: 421 ; CHECK: %b = phi i32 [ %b.pre, %early ], [ %a, %0 ] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/ |
D | atomic.ll | 352 br i1 %cmp, label %early, label %next 353 early: 369 br i1 %cmp, label %early, label %next 370 early: 387 br i1 %cmp, label %early, label %next 388 early: 403 ; CHECK: %b = phi i32 [ %b.pre, %early ], [ %a, %0 ] 407 br i1 %cmp, label %early, label %next 408 early: 421 ; CHECK: %b = phi i32 [ %b.pre, %early ], [ %a, %0 ] [all …]
|
/external/llvm/test/Transforms/LICM/ |
D | promote-tls.ll | 31 br i1 %exitcmp, label %for.body, label %early-exit 33 early-exit: 34 ; CHECK-LABEL: early-exit: 71 br i1 %exitcmp, label %for.body, label %early-exit 73 early-exit: 74 ; CHECK-LABEL: early-exit: 111 br i1 %exitcmp, label %for.body, label %early-exit 113 early-exit: 114 ; CHECK-LABEL: early-exit:
|
/external/u-boot/arch/arm/mach-uniphier/clk/ |
D | Makefile | 5 obj-$(CONFIG_ARCH_UNIPHIER_LD4) += clk-early-ld4.o clk-dram-ld4.o dpll-ld4.o 6 obj-$(CONFIG_ARCH_UNIPHIER_PRO4) += clk-early-ld4.o clk-dram-ld4.o dpll-pro4.o 7 obj-$(CONFIG_ARCH_UNIPHIER_SLD8) += clk-early-ld4.o clk-dram-ld4.o dpll-sld8.o 8 obj-$(CONFIG_ARCH_UNIPHIER_PRO5) += clk-early-ld4.o clk-dram-pro5.o dpll-pro5.o 9 obj-$(CONFIG_ARCH_UNIPHIER_PXS2) += clk-early-ld4.o clk-dram-pxs2.o dpll-pxs2.o 10 obj-$(CONFIG_ARCH_UNIPHIER_LD6B) += clk-early-ld4.o clk-dram-pxs2.o dpll-pxs2.o
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | early-ifcvt-crash.ll | 1 ; RUN: llc < %s -x86-early-ifcvt -verify-machineinstrs 2 ; RUN: llc < %s -x86-early-ifcvt -stress-early-ifcvt -verify-machineinstrs 4 ; RUN: llc < %s -x86-early-ifcvt -mcpu=pentium3 -verify-machineinstrs 6 ; Run these tests with and without -stress-early-ifcvt to exercise heuristics.
|
D | limit-split-cost.mir | 103 …early-clobber $r10, 12, implicit-def dead early-clobber $r11, 12, implicit-def dead early-clobber …
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | early-clobber-register-flag.mir | 2 # This test ensures that the MIR parser parses the 'early-clobber' register 38 …; CHECK: INLINEASM &nop, 1, 12, implicit-def dead early-clobber $ax, 12, implicit-def dead early-c… 39 …INLINEASM &nop, 1, 12, implicit-def dead early-clobber $ax, 12, implicit-def dead early-clobber $di
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | early-clobber-register-flag.mir | 2 # This test ensures that the MIR parser parses the 'early-clobber' register 39 …; CHECK: INLINEASM $nop, 1, 12, implicit-def dead early-clobber %ax, 12, implicit-def dead early-c… 40 …INLINEASM $nop, 1, 12, implicit-def dead early-clobber %ax, 12, implicit-def dead early-clobber %di
|
/external/llvm/test/CodeGen/X86/ |
D | early-ifcvt-crash.ll | 1 ; RUN: llc < %s -x86-early-ifcvt -verify-machineinstrs 2 ; RUN: llc < %s -x86-early-ifcvt -stress-early-ifcvt -verify-machineinstrs 4 ; RUN: llc < %s -x86-early-ifcvt -mcpu=pentium3 -verify-machineinstrs 6 ; Run these tests with and without -stress-early-ifcvt to exercise heuristics.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | 2011-11-15-multiexit.ll | 6 ; final loop test is skipped (odd number of elements) then the early 13 ; CHECK: phi i32* [ %first.lcssa, %early.exit ] 25 br i1 %cmp1, label %early.exit, label %if.else 32 early.exit: 37 …%tmp = phi i32* [ %first.lcssa, %early.exit ], [ %first, %if.then ], [ %first, %entry ], [ undef, …
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2011-11-15-multiexit.ll | 6 ; final loop test is skipped (odd number of elements) then the early 13 ; CHECK: phi i32* [ %first.lcssa, %early.exit ] 25 br i1 %cmp1, label %early.exit, label %if.else 32 early.exit: 37 …%tmp = phi i32* [ %first.lcssa, %early.exit ], [ %first, %if.then ], [ %first, %entry ], [ undef, …
|
/external/u-boot/common/init/ |
D | board_init.c | 37 * - the early malloc arena is not aligned, therefore it follows the stack 47 /* Reserve early malloc arena */ in board_init_f_alloc_reserve() 88 * Initialization for each "chunk" (GD, early malloc arena...) ends with 119 * record early malloc arena start. in board_init_f_init_reserve() 124 /* go down one 'early malloc arena' */ in board_init_f_init_reserve() 126 /* next alloc will be higher by one 'early malloc arena' size */ in board_init_f_init_reserve()
|
/external/python/google-api-python-client/docs/dyn/ |
D | civicinfo_v2.elections.html | 120 … "earlyVoteSites": [ # Locations where the voter is eligible to vote early, prior to election day. 121 …{ # A location where a voter can vote. This may be an early vote site, an election day voting loca… 122 …"startDate": "A String", # The first date that this early vote site or drop off location may be us… 124 …"endDate": "A String", # The last date that this early vote site or drop off location may be used.… 125 …"name": "A String", # The name of the early vote site or drop off location. This field is not popu… 127 …"voterServices": "A String", # The services provided by this early vote site or drop off location.… 147 …{ # A location where a voter can vote. This may be an early vote site, an election day voting loca… 148 …"startDate": "A String", # The first date that this early vote site or drop off location may be us… 150 …"endDate": "A String", # The last date that this early vote site or drop off location may be used.… 151 …"name": "A String", # The name of the early vote site or drop off location. This field is not popu… [all …]
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant_op_registry_test.cc | 45 return errors::InvalidArgument("early exit zeros_like!"); in CPUZerosLikeFn() 53 return errors::InvalidArgument("early exit zeros_like!"); in GPUZerosLikeFn() 61 return errors::InvalidArgument("early exit add!"); in CPUAddFn() 69 return errors::InvalidArgument("early exit add!"); in GPUAddFn() 192 str_util::StrContains(s0.error_message(), "early exit zeros_like")); in TEST() 218 str_util::StrContains(s0.error_message(), "early exit zeros_like")); in TEST() 264 EXPECT_TRUE(str_util::StrContains(s0.error_message(), "early exit add")); in TEST() 291 EXPECT_TRUE(str_util::StrContains(s0.error_message(), "early exit add")); in TEST()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
D | ReplacesParser.java | 13 // replaces-param = to-tag / from-tag / early-flag / generic-param 16 // early-flag = "early-only" 18 // TODO Should run a test case on early-only
|
/external/python/cpython2/Demo/threads/ |
D | fcmp.py | 53 print fcmp(range(6), x) # -1; 1st list ends early 54 print fcmp(x, range(6)) # 1; 2nd list ends early 55 print fcmp(range(8), x) # 1; 2nd list ends early 56 print fcmp(x, range(8)) # -1; 1st list ends early
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/longbranch/ |
D | branch-limits-msa.mir | 274 ; MSA: INLINEASM &".space 810680", 1, 12, implicit-def dead early-clobber $at 310 ; PIC: INLINEASM &".space 810680", 1, 12, implicit-def dead early-clobber $at 330 INLINEASM &".space 810680", 1, 12, implicit-def dead early-clobber $at 390 ; MSA: INLINEASM &".space 810680", 1, 12, implicit-def dead early-clobber $at 425 ; PIC: INLINEASM &".space 810680", 1, 12, implicit-def dead early-clobber $at 444 INLINEASM &".space 810680", 1, 12, implicit-def dead early-clobber $at 504 ; MSA: INLINEASM &".space 810680", 1, 12, implicit-def dead early-clobber $at 539 ; PIC: INLINEASM &".space 810680", 1, 12, implicit-def dead early-clobber $at 558 INLINEASM &".space 810680", 1, 12, implicit-def dead early-clobber $at 617 ; MSA: INLINEASM &".space 810680", 1, 12, implicit-def dead early-clobber $at [all …]
|