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.cpp43 AMDGPUMCInstLower::AMDGPUMCInstLower(MCContext &ctx, in AMDGPUMCInstLower() function in AMDGPUMCInstLower
69 bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand()
121 void AMDGPUMCInstLower::lowerT16D16Helper(const MachineInstr *MI, in lowerT16D16Helper()
173 void AMDGPUMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const { in lower()
224 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in lowerOperand()
288 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()