Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp42 class AMDGPUMCInstLower { class
51 AMDGPUMCInstLower(MCContext &ctx, const TargetSubtargetInfo &ST,
61 class R600MCInstLower : public AMDGPUMCInstLower {
75 AMDGPUMCInstLower::AMDGPUMCInstLower(MCContext &ctx, in AMDGPUMCInstLower() function in AMDGPUMCInstLower
97 const MCExpr *AMDGPUMCInstLower::getLongBranchBlockExpr( in getLongBranchBlockExpr()
118 bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand()
165 void AMDGPUMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const { in lower()
208 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in lowerOperand()
247 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in EmitInstruction()
361 AMDGPUMCInstLower(Ctx, ST, AP) { } in R600MCInstLower()