Searched refs:isMov (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
H A DSIInstrInfo.h49 virtual bool isMov(unsigned Opcode) const;
H A DSIInstrInfo.cpp63 bool SIInstrInfo::isMov(unsigned Opcode) const function in class:SIInstrInfo
H A DR600InstrInfo.h61 virtual bool isMov(unsigned Opcode) const;
H A DAMDGPUInstrInfo.h137 virtual bool isMov(unsigned opcode) const = 0;
H A DR600InstrInfo.cpp95 bool R600InstrInfo::isMov(unsigned Opcode) const function in class:R600InstrInfo
H A DAMDILCFGStructurizer.cpp2938 } else if (!TII->isMov(instr->getOpcode())) {
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h152 virtual bool isMov(unsigned opcode) const = 0;
H A DR600InstrInfo.h155 bool isMov(unsigned Opcode) const override;
H A DSIInstrInfo.h135 bool isMov(unsigned Opcode) const override;
H A DAMDILCFGStructurizer.cpp650 else if (!TII->isMov(MI->getOpcode()))
H A DR600InstrInfo.cpp93 bool R600InstrInfo::isMov(unsigned Opcode) const { function in class:R600InstrInfo
H A DSIInstrInfo.cpp873 bool SIInstrInfo::isMov(unsigned Opcode) const { function in class:SIInstrInfo

Completed in 191 milliseconds