Lines Matching refs:CSKYConstantPoolValue
45 class CSKYConstantPoolValue : public MachineConstantPoolValue {
54 CSKYConstantPoolValue(Type *Ty, CSKYCP::CSKYCPKind Kind, unsigned PCAdjust,
80 bool equals(const CSKYConstantPoolValue *A) const { in equals()
92 static_cast<CSKYConstantPoolValue *>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
105 class CSKYConstantPoolConstant : public CSKYConstantPoolValue {
126 return CVal == A->CVal && CSKYConstantPoolValue::equals(A); in equals()
129 static bool classof(const CSKYConstantPoolValue *APV) { in classof()
136 class CSKYConstantPoolSymbol : public CSKYConstantPoolValue {
156 return S == A->S && CSKYConstantPoolValue::equals(A); in equals()
159 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof()
166 class CSKYConstantPoolMBB : public CSKYConstantPoolValue {
184 return MBB == A->MBB && CSKYConstantPoolValue::equals(A); in equals()
187 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof()
193 class CSKYConstantPoolJT : public CSKYConstantPoolValue {
211 return JTI == A->JTI && CSKYConstantPoolValue::equals(A); in equals()
214 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof()