Home
last modified time | relevance | path

Searched refs:CSKYConstantPoolConstant (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp79 CSKYConstantPoolConstant::CSKYConstantPoolConstant( in CSKYConstantPoolConstant() function in CSKYConstantPoolConstant
86 CSKYConstantPoolConstant *CSKYConstantPoolConstant::Create( in Create()
89 return new CSKYConstantPoolConstant(C, C->getType(), Kind, PCAdjust, Modifier, in Create()
93 CSKYConstantPoolConstant *CSKYConstantPoolConstant::Create( in Create()
96 return new CSKYConstantPoolConstant(C, Ty, Kind, PCAdjust, Modifier, in Create()
100 const GlobalValue *CSKYConstantPoolConstant::getGV() const { in getGV()
105 const BlockAddress *CSKYConstantPoolConstant::getBlockAddress() const { in getBlockAddress()
110 const Constant *CSKYConstantPoolConstant::getConstantPool() const { in getConstantPool()
114 int CSKYConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
119 void CSKYConstantPoolConstant::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()
[all …]
H A DCSKYConstantPoolValue.h107 class CSKYConstantPoolConstant : public CSKYConstantPoolValue {
110 CSKYConstantPoolConstant(const Constant *C, Type *Ty, CSKYCP::CSKYCPKind Kind,
115 static CSKYConstantPoolConstant *
119 static CSKYConstantPoolConstant *
132 bool equals(const CSKYConstantPoolConstant *A) const { in equals()
H A DCSKYAsmPrinter.cpp200 cast<CSKYConstantPoolConstant>(CCPV)->getBlockAddress(); in emitMachineConstantPoolValue()
203 const GlobalValue *GV = cast<CSKYConstantPoolConstant>(CCPV)->getGV(); in emitMachineConstantPoolValue()
212 const Constant *C = cast<CSKYConstantPoolConstant>(CCPV)->getConstantPool(); in emitMachineConstantPoolValue()
H A DCSKYISelLowering.cpp788 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue()
1071 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue()
1082 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue()
1316 CSKYConstantPoolConstant::Create(N->getGlobal(), CSKYCP::CPValue, PCAjust, in getStaticTLSAddr()
1350 CSKYConstantPoolConstant::Create(N->getGlobal(), CSKYCP::CPValue, 4, in getDynamicTLSAddr()