reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
  258   if (emitPseudoExpansionLowering(*OutStreamer, MI))
  265   if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) {
  266     LLVMContext &C = MI->getParent()->getParent()->getFunction().getContext();
  268     MI->print(errs());
  271   if (MI->isBundle()) {
  272     const MachineBasicBlock *MBB = MI->getParent();
  273     MachineBasicBlock::const_instr_iterator I = ++MI->getIterator();
  282     if (MI->getOpcode() == AMDGPU::SI_MASK_BRANCH) {
  287         const MachineBasicBlock *MBB = MI->getOperand(0).getMBB();
  297     if (MI->getOpcode() == AMDGPU::SI_RETURN_TO_EPILOG) {
  303     if (MI->getOpcode() == AMDGPU::WAVE_BARRIER) {
  309     if (MI->getOpcode() == AMDGPU::SI_MASKED_UNREACHABLE) {
  316     MCInstLowering.lower(MI, TmpInst);