Home
last modified time | relevance | path

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

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