Searched refs:getMCOpcode (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/R600/
H A DAMDGPUMCInstLower.h36 unsigned getMCOpcode(unsigned MIOpcode) const;
H A DAMDGPUMCInstLower.cpp45 unsigned AMDGPUMCInstLower::getMCOpcode(unsigned MIOpcode) const { function in class:AMDGPUMCInstLower
47 int MCOpcode = AMDGPU::getMCOpcode(MIOpcode,
57 OutMI.setOpcode(getMCOpcode(MI->getOpcode()));
H A DAMDGPUInstrInfo.cpp342 int getMCOpcode(uint16_t Opcode, unsigned Gen) { function in namespace:llvm::AMDGPU
343 return getMCOpcode(Opcode);
H A DSIInstrInfo.h185 int getMCOpcode(uint16_t Opcode, unsigned Gen);

Completed in 123 milliseconds