Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp61 class R600MCInstLower : public AMDGPUMCInstLower { class
63 R600MCInstLower(MCContext &ctx, const R600Subtarget &ST,
339 R600MCInstLower::R600MCInstLower(MCContext &Ctx, const R600Subtarget &ST, in R600MCInstLower() function in R600MCInstLower
343 void R600MCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const { in lower()
354 R600MCInstLower MCInstLowering(OutContext, STI, *this); in EmitInstruction()