Searched refs:AMDGPUMCInstLower (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUMCInstLower.h1 //===- AMDGPUMCInstLower.h MachineInstr Lowering Interface ------*- C++ -*-===//
20 class AMDGPUMCInstLower { class in namespace:llvm
25 AMDGPUMCInstLower(MCContext &ctx);
H A DAMDGPUMCInstLower.cpp1 //===- AMDGPUMCInstLower.cpp - Lower AMDGPU MachineInstr to an MCInst -----===//
16 #include "AMDGPUMCInstLower.h"
29 AMDGPUMCInstLower::AMDGPUMCInstLower(MCContext &ctx): function in class:AMDGPUMCInstLower
33 void AMDGPUMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const {
65 AMDGPUMCInstLower MCInstLowering(OutContext);

Completed in 162 milliseconds