Searched refs:CSKYConstantPoolConstant (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.cpp | 79 CSKYConstantPoolConstant::CSKYConstantPoolConstant( in CSKYConstantPoolConstant() function in CSKYConstantPoolConstant 86 CSKYConstantPoolConstant *CSKYConstantPoolConstant::Create( in Create() 89 return new CSKYConstantPoolConstant(C, Kind, PCAdjust, Modifier, in Create() 93 const GlobalValue *CSKYConstantPoolConstant::getGV() const { in getGV() 98 const BlockAddress *CSKYConstantPoolConstant::getBlockAddress() const { in getBlockAddress() 103 int CSKYConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 105 return getExistingMachineCPValueImpl<CSKYConstantPoolConstant>(CP, Alignment); in getExistingMachineCPValue() 108 void CSKYConstantPoolConstant::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId() 114 void CSKYConstantPoolConstant::print(raw_ostream &O) const { in print()
|
| H A D | CSKYConstantPoolValue.h | 105 class CSKYConstantPoolConstant : public CSKYConstantPoolValue { 108 CSKYConstantPoolConstant(const Constant *C, CSKYCP::CSKYCPKind Kind, 113 static CSKYConstantPoolConstant * 125 bool equals(const CSKYConstantPoolConstant *A) const { in equals()
|
| H A D | CSKYAsmPrinter.cpp | 200 cast<CSKYConstantPoolConstant>(CCPV)->getBlockAddress(); in emitMachineConstantPoolValue() 203 const GlobalValue *GV = cast<CSKYConstantPoolConstant>(CCPV)->getGV(); in emitMachineConstantPoolValue()
|
| H A D | CSKYISelLowering.cpp | 780 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue() 1062 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue() 1280 CSKYConstantPoolConstant::Create(N->getGlobal(), CSKYCP::CPValue, PCAjust, in getStaticTLSAddr() 1314 CSKYConstantPoolConstant::Create(N->getGlobal(), CSKYCP::CPValue, 4, in getDynamicTLSAddr()
|