LLVM 18.0.0git
|
The AMDGPU code emitter produces machine code that can be executed directly on the GPU device. More...
#include "MCTargetDesc/AMDGPUFixupKinds.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
#include "SIDefines.h"
#include "Utils/AMDGPUBaseInfo.h"
#include "llvm/ADT/APInt.h"
#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/TargetParser/SubtargetFeature.h"
#include <optional>
#include "AMDGPUGenMCCodeEmitter.inc"
Go to the source code of this file.
Functions | |
template<typename IntTy > | |
static uint32_t | getIntInlineImmEncoding (IntTy Imm) |
static uint32_t | getLit16IntEncoding (uint16_t Val, const MCSubtargetInfo &STI) |
static uint32_t | getLit16Encoding (uint16_t Val, const MCSubtargetInfo &STI) |
static uint32_t | getLit32Encoding (uint32_t Val, const MCSubtargetInfo &STI) |
static uint32_t | getLit64Encoding (uint64_t Val, const MCSubtargetInfo &STI) |
static bool | isVCMPX64 (const MCInstrDesc &Desc) |
static bool | needsPCRel (const MCExpr *Expr) |
The AMDGPU code emitter produces machine code that can be executed directly on the GPU device.
Definition in file AMDGPUMCCodeEmitter.cpp.
|
static |
Definition at line 109 of file AMDGPUMCCodeEmitter.cpp.
Referenced by getLit16Encoding(), getLit16IntEncoding(), getLit32Encoding(), and getLit64Encoding().
|
static |
Definition at line 124 of file AMDGPUMCCodeEmitter.cpp.
References getIntInlineImmEncoding(), and llvm::MCSubtargetInfo::hasFeature().
|
static |
Definition at line 119 of file AMDGPUMCCodeEmitter.cpp.
References getIntInlineImmEncoding().
|
static |
Definition at line 160 of file AMDGPUMCCodeEmitter.cpp.
References getIntInlineImmEncoding(), and llvm::MCSubtargetInfo::hasFeature().
|
static |
Definition at line 196 of file AMDGPUMCCodeEmitter.cpp.
References getIntInlineImmEncoding(), and llvm::MCSubtargetInfo::hasFeature().
|
static |
Definition at line 325 of file AMDGPUMCCodeEmitter.cpp.
References llvm::SIInstrFlags::VOP3.
Definition at line 530 of file AMDGPUMCCodeEmitter.cpp.
References llvm::MCExpr::Binary, llvm::MCExpr::Constant, llvm::MCExpr::getKind(), llvm_unreachable, needsPCRel(), llvm::MCBinaryExpr::Sub, llvm::MCExpr::SymbolRef, llvm::MCExpr::Target, llvm::MCExpr::Unary, llvm::MCSymbolRefExpr::VK_AMDGPU_ABS32_HI, and llvm::MCSymbolRefExpr::VK_AMDGPU_ABS32_LO.
Referenced by needsPCRel().