Lines Matching refs:CSKYConstantPoolConstant
79 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()
116 return getExistingMachineCPValueImpl<CSKYConstantPoolConstant>(CP, Alignment); in getExistingMachineCPValue()
119 void CSKYConstantPoolConstant::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()
125 void CSKYConstantPoolConstant::print(raw_ostream &O) const { in print()