HomeSort by relevance Sort by last modified time
    Searched defs:getMCOpcode (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 45 unsigned AMDGPUMCInstLower::getMCOpcode(unsigned MIOpcode) const {
47 int MCOpcode = AMDGPU::getMCOpcode(MIOpcode,
57 OutMI.setOpcode(getMCOpcode(MI->getOpcode()));
AMDGPUInstrInfo.cpp 342 int getMCOpcode(uint16_t Opcode, unsigned Gen) {
343 return getMCOpcode(Opcode);

Completed in 526 milliseconds