Lines Matching refs:WIN
3 ; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s --check-prefixes=WIN
14 ; WIN-LABEL: test1:
15 ; WIN: # %bb.0:
16 ; WIN-NEXT: # kill: def $ecx killed $ecx def $rcx
17 ; WIN-NEXT: leal 7(,%rcx,8), %eax
18 ; WIN-NEXT: retq
43 ; WIN-LABEL: test2:
44 ; WIN: # %bb.0: # %entry
45 ; WIN-NEXT: # kill: def $ecx killed $ecx def $rcx
46 ; WIN-NEXT: cmpl $5, %ecx
47 ; WIN-NEXT: jl .LBB1_2
48 ; WIN-NEXT: # %bb.1: # %bb.nph
49 ; WIN-NEXT: leal -5(%rcx), %eax
50 ; WIN-NEXT: andl $-4, %eax
51 ; WIN-NEXT: negl %eax
52 ; WIN-NEXT: leal -4(%rcx,%rax), %eax
53 ; WIN-NEXT: retq
54 ; WIN-NEXT: .LBB1_2: # %bb2
55 ; WIN-NEXT: movl %ecx, %eax
56 ; WIN-NEXT: retq