|
LLVM 22.0.0git
|
AMDGPU target specific MCExpr operations. More...
#include "Target/AMDGPU/MCTargetDesc/AMDGPUMCExpr.h"
Public Types | |
| enum | VariantKind { AGVK_None , AGVK_Or , AGVK_Max , AGVK_ExtraSGPRs , AGVK_TotalNumVGPRs , AGVK_AlignTo , AGVK_Occupancy , AGVK_Lit , AGVK_Lit64 } |
| enum | Specifier { S_None , S_GOTPCREL , S_GOTPCREL32_LO , S_GOTPCREL32_HI , S_REL32_LO , S_REL32_HI , S_REL64 , S_ABS32_LO , S_ABS32_HI , S_ABS64 } |
| Public Types inherited from llvm::MCExpr | |
| enum | ExprKind : uint8_t { Binary , Constant , SymbolRef , Unary , Specifier , Target } |
Public Member Functions | |
| ArrayRef< const MCExpr * > | getArgs () const |
| VariantKind | getKind () const |
| const MCExpr * | getSubExpr (size_t Index) const |
| void | printImpl (raw_ostream &OS, const MCAsmInfo *MAI) const override |
| bool | evaluateAsRelocatableImpl (MCValue &Res, const MCAssembler *Asm) const override |
| void | visitUsedExpr (MCStreamer &Streamer) const override |
| MCFragment * | findAssociatedFragment () const override |
| Public Member Functions inherited from llvm::MCTargetExpr | |
| virtual bool | isEqualTo (const MCExpr *x) const |
| virtual bool | inlineAssignedExpr () const |
| Public Member Functions inherited from llvm::MCExpr | |
| MCExpr (const MCExpr &)=delete | |
| MCExpr & | operator= (const MCExpr &)=delete |
| ExprKind | getKind () const |
| SMLoc | getLoc () const |
| LLVM_ABI void | dump () const |
| LLVM_ABI bool | evaluateAsAbsolute (int64_t &Res) const |
| Try to evaluate the expression to an absolute value. | |
| LLVM_ABI bool | evaluateAsAbsolute (int64_t &Res, const MCAssembler &Asm) const |
| LLVM_ABI bool | evaluateAsAbsolute (int64_t &Res, const MCAssembler *Asm) const |
| LLVM_ABI bool | evaluateKnownAbsolute (int64_t &Res, const MCAssembler &Asm) const |
| Aggressive variant of evaluateAsRelocatable when relocations are unavailable (e.g. | |
| LLVM_ABI bool | evaluateAsRelocatable (MCValue &Res, const MCAssembler *Asm) const |
| Try to evaluate the expression to a relocatable value, i.e. | |
| LLVM_ABI bool | evaluateAsValue (MCValue &Res, const MCAssembler &Asm) const |
| Try to evaluate the expression to the form (a - b + constant) where neither a nor b are variables. | |
| LLVM_ABI MCFragment * | findAssociatedFragment () const |
| Find the "associated section" for this expression, which is currently defined as the absolute section for constants, or otherwise the section associated with the first defined symbol in the expression. | |
Additional Inherited Members | |
| Protected Types inherited from llvm::MCExpr | |
| using | Spec = uint16_t |
| Protected Member Functions inherited from llvm::MCTargetExpr | |
| MCTargetExpr () | |
| virtual | ~MCTargetExpr ()=default |
| Protected Member Functions inherited from llvm::MCExpr | |
| MCExpr (ExprKind Kind, SMLoc Loc, unsigned SubclassData=0) | |
| LLVM_ABI bool | evaluateAsRelocatableImpl (MCValue &Res, const MCAssembler *Asm, bool InSet) const |
| unsigned | getSubclassData () const |
AMDGPU target specific MCExpr operations.
Takes in a minimum of 1 argument to be used with an operation. The supported operations are:
Definition at line 32 of file AMDGPUMCExpr.h.
| Enumerator | |
|---|---|
| S_None | |
| S_GOTPCREL | |
| S_GOTPCREL32_LO | |
| S_GOTPCREL32_HI | |
| S_REL32_LO | |
| S_REL32_HI | |
| S_REL64 | |
| S_ABS32_LO | |
| S_ABS32_HI | |
| S_ABS64 | |
Definition at line 47 of file AMDGPUMCExpr.h.
| Enumerator | |
|---|---|
| AGVK_None | |
| AGVK_Or | |
| AGVK_Max | |
| AGVK_ExtraSGPRs | |
| AGVK_TotalNumVGPRs | |
| AGVK_AlignTo | |
| AGVK_Occupancy | |
| AGVK_Lit | |
| AGVK_Lit64 | |
Definition at line 34 of file AMDGPUMCExpr.h.
Definition at line 114 of file AMDGPUMCExpr.h.
References E(), and llvm::MCExpr::Target.
|
static |
Definition at line 43 of file AMDGPUMCExpr.cpp.
Referenced by createAlignTo(), createExtraSGPRs(), createLit(), createMax(), createOccupancy(), createOr(), createTotalNumVGPR(), and tryFoldHelper().
|
inlinestatic |
Definition at line 97 of file AMDGPUMCExpr.h.
References AGVK_AlignTo, and create().
Referenced by computeAccumOffset().
|
static |
Allow delayed MCExpr resolve of ExtraSGPRs (in case VCCUsed or FlatScrUsed are unresolvable but needed for further MCExprs).
Derived from implementation of IsaInfo::getNumExtraSGPRs in AMDGPUBaseInfo.cpp.
Definition at line 302 of file AMDGPUMCExpr.cpp.
References AGVK_ExtraSGPRs, create(), and llvm::MCConstantExpr::create().
Referenced by llvm::MCResourceInfo::createTotalNumSGPRs(), and llvm::AMDGPUAsmPrinter::emitFunctionBodyEnd().
|
static |
Definition at line 318 of file AMDGPUMCExpr.cpp.
References AGVK_Lit, AGVK_Lit64, assert(), create(), llvm::MCConstantExpr::create(), llvm::Lit, and llvm::Lit64.
Referenced by llvm::AMDGPUDisassembler::decodeLiteral64Constant(), llvm::AMDGPUDisassembler::decodeLiteralConstant(), and llvm::AMDGPUDisassembler::decodeMandatoryLiteral64Constant().
|
inlinestatic |
Definition at line 83 of file AMDGPUMCExpr.h.
References AGVK_Max, and create().
Referenced by computeAccumOffset(), and llvm::MCResourceInfo::gatherResourceInfo().
|
inlinestatic |
Definition at line 78 of file AMDGPUMCExpr.h.
|
static |
Definition at line 312 of file AMDGPUMCExpr.cpp.
References AGVK_TotalNumVGPRs, and create().
Referenced by llvm::MCResourceInfo::createTotalNumVGPRs().
|
overridevirtual |
Implements llvm::MCTargetExpr.
Definition at line 252 of file AMDGPUMCExpr.cpp.
References AGVK_AlignTo, AGVK_ExtraSGPRs, AGVK_Lit, AGVK_Lit64, AGVK_Occupancy, AGVK_TotalNumVGPRs, llvm::MCExpr::evaluateAsRelocatable(), llvm::MCValue::get(), llvm::MCValue::getConstant(), llvm::MCValue::isAbsolute(), op, and llvm::Total.
|
overridevirtual |
Implements llvm::MCTargetExpr.
Definition at line 290 of file AMDGPUMCExpr.cpp.
References llvm::MCExpr::findAssociatedFragment().
Definition at line 104 of file AMDGPUMCExpr.h.
Referenced by targetOpKnownBitsMapHelper(), and tryFoldHelper().
|
inline |
Definition at line 105 of file AMDGPUMCExpr.h.
Referenced by targetOpKnownBitsMapHelper(), and tryFoldHelper().
Definition at line 49 of file AMDGPUMCExpr.cpp.
References assert().
Referenced by isSymbolUsedInExpression(), and targetOpKnownBitsMapHelper().
Definition at line 221 of file AMDGPUMCExpr.cpp.
References llvm::MCExpr::Binary, llvm::MCExpr::Constant, llvm::MCBinaryExpr::getLHS(), llvm::MCBinaryExpr::getRHS(), getSubExpr(), llvm::MCSymbol::getVariableValue(), isSymbolUsedInExpression(), llvm::MCSymbol::isVariable(), llvm_unreachable, llvm::MCExpr::Specifier, llvm::MCExpr::SymbolRef, llvm::MCExpr::Target, and llvm::MCExpr::Unary.
Referenced by llvm::MCResourceInfo::gatherResourceInfo(), and isSymbolUsedInExpression().
|
overridevirtual |
Implements llvm::MCTargetExpr.
Definition at line 54 of file AMDGPUMCExpr.cpp.
References AGVK_AlignTo, AGVK_ExtraSGPRs, AGVK_Lit, AGVK_Lit64, AGVK_Max, AGVK_Occupancy, AGVK_Or, AGVK_TotalNumVGPRs, llvm_unreachable, and llvm::MCAsmInfo::printExpr().
|
overridevirtual |
Implements llvm::MCTargetExpr.
Definition at line 285 of file AMDGPUMCExpr.cpp.
References llvm::MCStreamer::visitUsedExpr().