Searched defs:R600InstrInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp1 //===-- R600InstrInfo.cpp - R600 Instruction Information ------------------===//
15 #include "R600InstrInfo.h"
31 R600InstrInfo::R600InstrInfo(const R600Subtarget &ST) function in class:R600InstrInfo
34 bool R600InstrInfo::isTrig(const MachineInstr &MI) const {
38 bool R600InstrInfo::isVector(const MachineInstr &MI) const {
42 void R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
77 bool R600InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB,
88 bool R600InstrInfo::isMov(unsigned Opcode) const {
102 bool R600InstrInfo
[all...]

Completed in 75 milliseconds