LLVM: llvm::CSKYConstantPoolJT Class Reference (original) (raw)
CSKY-specific constantpool value of a jump table. More...
#include "[Target/CSKY/CSKYConstantPoolValue.h](CSKYConstantPoolValue%5F8h%5Fsource.html)"
Inheritance diagram for llvm::CSKYConstantPoolJT:
[legend]
| Static Public Member Functions | |
|---|---|
| static CSKYConstantPoolJT * | Create (Type *Ty, int JTI, unsigned PCAdj, CSKYCP::CSKYCPModifier Modifier) |
| static bool | classof (const CSKYConstantPoolValue *ACPV) |
| Additional Inherited Members | |
|---|---|
| Protected Member Functions inherited from llvm::CSKYConstantPoolValue | |
| CSKYConstantPoolValue (Type *Ty, CSKYCP::CSKYCPKind Kind, unsigned PCAdjust, CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress, unsigned ID=0) | |
| Protected Attributes inherited from llvm::CSKYConstantPoolValue | |
| CSKYCP::CSKYCPKind | Kind |
| unsigned | PCAdjust |
| CSKYCP::CSKYCPModifier | Modifier |
| bool | AddCurrentAddress |
| unsigned | LabelId = 0 |
Detailed Description
CSKY-specific constantpool value of a jump table.
Definition at line 200 of file CSKYConstantPoolValue.h.
Member Function Documentation
◆ addSelectionDAGCSEId()
| void CSKYConstantPoolJT::addSelectionDAGCSEId ( FoldingSetNodeID & ID) | overridevirtual |
|---|
Implements llvm::MachineConstantPoolValue.
Definition at line 219 of file CSKYConstantPoolValue.cpp.
References llvm::CSKYConstantPoolValue::addSelectionDAGCSEId().
◆ classof()
| bool llvm::CSKYConstantPoolJT::classof ( const CSKYConstantPoolValue * ACPV) | inlinestatic |
|---|
Definition at line 221 of file CSKYConstantPoolValue.h.
References llvm::CSKYConstantPoolValue::CSKYConstantPoolValue(), and llvm::CSKYConstantPoolValue::isJT().
◆ Create()
| CSKYConstantPoolJT * CSKYConstantPoolJT::Create ( Type * Ty, int JTI, unsigned PCAdj, CSKYCP::CSKYCPModifier Modifier ) | static |
|---|
Definition at line 209 of file CSKYConstantPoolValue.cpp.
References llvm::CSKYConstantPoolValue::Modifier.
◆ equals()
| bool llvm::CSKYConstantPoolJT::equals ( const CSKYConstantPoolJT * A) const | inline |
|---|
Definition at line 217 of file CSKYConstantPoolValue.h.
References A(), and llvm::CSKYConstantPoolValue::equals().
◆ getExistingMachineCPValue()
| int CSKYConstantPoolJT::getExistingMachineCPValue ( MachineConstantPool * CP, Align Alignment ) | overridevirtual |
|---|
Implements llvm::MachineConstantPoolValue.
Definition at line 214 of file CSKYConstantPoolValue.cpp.
References llvm::CSKYConstantPoolValue::getExistingMachineCPValueImpl().
◆ getJTI()
| signed llvm::CSKYConstantPoolJT::getJTI ( ) | inline |
|---|
Definition at line 210 of file CSKYConstantPoolValue.h.
◆ print()
| void CSKYConstantPoolJT::print ( raw_ostream & O) const | overridevirtual |
|---|
print - Implement operator<<
Implements llvm::MachineConstantPoolValue.
Definition at line 224 of file CSKYConstantPoolValue.cpp.
References llvm::CSKYConstantPoolValue::print().
The documentation for this class was generated from the following files:
- lib/Target/CSKY/CSKYConstantPoolValue.h
- lib/Target/CSKY/CSKYConstantPoolValue.cpp