summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600InstrInfo.h
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-07-31 19:31:35 +0000
committerVincent Lejeune <vljn@ovi.com>2013-07-31 19:31:35 +0000
commit3f1de26cb5cc0543a6a1d71259a7a39d97139051 (patch)
tree16c5625424e1e4aa75739a754ec5af122da7230d /lib/Target/R600/R600InstrInfo.h
parent2ca1e4a39c7e0d7a00e66ff5437c6d7ace2404a0 (diff)
downloadllvm-3f1de26cb5cc0543a6a1d71259a7a39d97139051.tar.gz
llvm-3f1de26cb5cc0543a6a1d71259a7a39d97139051.tar.bz2
llvm-3f1de26cb5cc0543a6a1d71259a7a39d97139051.tar.xz
R600: Use SchedModel enum for is{Trans,Vector}Only functions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187512 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/R600InstrInfo.h')
-rw-r--r--lib/Target/R600/R600InstrInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/R600/R600InstrInfo.h b/lib/Target/R600/R600InstrInfo.h
index cdaa2fbefc..168306a169 100644
--- a/lib/Target/R600/R600InstrInfo.h
+++ b/lib/Target/R600/R600InstrInfo.h
@@ -68,6 +68,8 @@ namespace llvm {
bool isTransOnly(unsigned Opcode) const;
bool isTransOnly(const MachineInstr *MI) const;
+ bool isVectorOnly(unsigned Opcode) const;
+ bool isVectorOnly(const MachineInstr *MI) const;
bool usesVertexCache(unsigned Opcode) const;
bool usesVertexCache(const MachineInstr *MI) const;