Searched refs:AMDGPUMCInstLower (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMCInstLower.cpp | 41 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 D | AMDGPUMCInstLower.h | 29 class AMDGPUMCInstLower { 35 AMDGPUMCInstLower(MCContext &ctx, const TargetSubtargetInfo &ST,
|
H A D | R600MCInstLower.cpp | 24 class R600MCInstLower : public AMDGPUMCInstLower { 36 : AMDGPUMCInstLower(Ctx, ST, AP) {} in R600MCInstLower()
|