Home
last modified time | relevance | path

Searched refs:AMDGPUMCInstLower (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp41 AMDGPUMCInstLower::AMDGPUMCInstLower(MCContext &ctx, in AMDGPUMCInstLower() function in AMDGPUMCInstLower
67 bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand()
117 void AMDGPUMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const { in lower()
165 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in lowerOperand()
194 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in emitInstruction()
H A DAMDGPUMCInstLower.h29 class AMDGPUMCInstLower {
35 AMDGPUMCInstLower(MCContext &ctx, const TargetSubtargetInfo &ST,
H A DR600MCInstLower.cpp24 class R600MCInstLower : public AMDGPUMCInstLower {
36 : AMDGPUMCInstLower(Ctx, ST, AP) {} in R600MCInstLower()