|
LLVM 23.0.0git
|
#include "MCTargetDesc/NVPTXInstPrinter.h"#include "NVPTX.h"#include "NVPTXUtilities.h"#include "llvm/ADT/StringRef.h"#include "llvm/IR/NVVMIntrinsicUtils.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/FormatVariadic.h"#include <cctype>#include "NVPTXGenSubtargetInfo.inc"#include "NVPTXGenAsmWriter.inc"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "asm-printer" |
| #define | GET_SUBTARGETINFO_ENUM |
Functions | |
| static bool | hasParamSubqualifiers (const MCSubtargetInfo &STI) |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 29 of file NVPTXInstPrinter.cpp.
| #define GET_SUBTARGETINFO_ENUM |
Definition at line 31 of file NVPTXInstPrinter.cpp.
|
static |
Definition at line 36 of file NVPTXInstPrinter.cpp.
References llvm::MCSubtargetInfo::hasFeature().
Referenced by llvm::NVPTXInstPrinter::printAtomicCode().