| 
    LLVM 22.0.0git
    
   | 
 
#include "MipsInstPrinter.h"#include "Mips.h"#include "llvm/ADT/StringExtras.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCInstrInfo.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include "MipsGenAsmWriter.inc"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "asm-printer" | 
| #define | PRINT_ALIAS_INSTR | 
Functions | |
| template<unsigned R> | |
| static bool | isReg (const MCInst &MI, unsigned OpNo) | 
| #define DEBUG_TYPE "asm-printer" | 
Definition at line 26 of file MipsInstPrinter.cpp.
| #define PRINT_ALIAS_INSTR | 
Definition at line 28 of file MipsInstPrinter.cpp.
Definition at line 32 of file MipsInstPrinter.cpp.
Referenced by llvm::MachineInstr::addOperand(), llvm::MachineInstr::changeDebugValuesDefReg(), llvm::MachineInstr::findTiedOperandIdx(), llvm::AMDGPURegisterBankInfo::getInstrMapping(), llvm::MachineInstr::getRegClassConstraint(), llvm::HexagonInstrInfo::getSize(), llvm::HexagonInstrInfo::insertBranch(), llvm::VEInstrInfo::insertBranch(), IsMemoryAssignmentError(), IsRegister(), isWaitInstr(), llvm::MachineInstr::mayFoldInlineAsmRegOp(), llvm::PatchPointOpers::PatchPointOpers(), and llvm::MachineInstr::removeOperand().