Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp39 class AMDGPUMCInstLower { class
45 AMDGPUMCInstLower(MCContext &ctx, const TargetSubtargetInfo &ST,
55 class R600MCInstLower : public AMDGPUMCInstLower {
69 AMDGPUMCInstLower::AMDGPUMCInstLower(MCContext &ctx, in AMDGPUMCInstLower() function in AMDGPUMCInstLower
95 bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand()
146 void AMDGPUMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const { in lower()
193 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in lowerOperand()
232 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in emitInstruction()
331 AMDGPUMCInstLower(Ctx, ST, AP) { } in R600MCInstLower()