Lines Matching refs:mcpu
1 ; RUN: llc < %s -march=x86-64 -mcpu=athlon | FileCheck %s
2 ; RUN: llc < %s -march=x86-64 -mcpu=athlon-tbird | FileCheck %s
3 ; RUN: llc < %s -march=x86-64 -mcpu=athlon-4 | FileCheck %s
4 ; RUN: llc < %s -march=x86-64 -mcpu=athlon-xp | FileCheck %s
5 ; RUN: llc < %s -march=x86-64 -mcpu=athlon-mp | FileCheck %s
6 ; RUN: llc < %s -march=x86-64 -mcpu=k8 | FileCheck %s
7 ; RUN: llc < %s -march=x86-64 -mcpu=opteron | FileCheck %s
8 ; RUN: llc < %s -march=x86-64 -mcpu=athlon64 | FileCheck %s
9 ; RUN: llc < %s -march=x86-64 -mcpu=athlon-fx | FileCheck %s
10 ; RUN: llc < %s -march=x86-64 -mcpu=k8-sse3 | FileCheck %s
11 ; RUN: llc < %s -march=x86-64 -mcpu=opteron-sse3 | FileCheck %s
12 ; RUN: llc < %s -march=x86-64 -mcpu=athlon64-sse3 | FileCheck %s
13 ; RUN: llc < %s -march=x86-64 -mcpu=amdfam10 | FileCheck %s
14 ; RUN: llc < %s -march=x86-64 -mcpu=btver1 | FileCheck %s
15 ; RUN: llc < %s -march=x86-64 -mcpu=btver2 | FileCheck %s
16 ; RUN: llc < %s -march=x86-64 -mcpu=bdver1 | FileCheck %s
17 ; RUN: llc < %s -march=x86-64 -mcpu=bdver2 | FileCheck %s