Lines Matching refs:CSKYConstantPoolValue
46 class CSKYConstantPoolValue : public MachineConstantPoolValue {
55 CSKYConstantPoolValue(Type *Ty, CSKYCP::CSKYCPKind Kind, unsigned PCAdjust,
82 bool equals(const CSKYConstantPoolValue *A) const { in equals()
94 static_cast<CSKYConstantPoolValue *>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
107 class CSKYConstantPoolConstant : public CSKYConstantPoolValue {
133 return CVal == A->CVal && CSKYConstantPoolValue::equals(A); in equals()
136 static bool classof(const CSKYConstantPoolValue *APV) { in classof()
143 class CSKYConstantPoolSymbol : public CSKYConstantPoolValue {
163 return S == A->S && CSKYConstantPoolValue::equals(A); in equals()
166 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof()
173 class CSKYConstantPoolMBB : public CSKYConstantPoolValue {
191 return MBB == A->MBB && CSKYConstantPoolValue::equals(A); in equals()
194 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof()
200 class CSKYConstantPoolJT : public CSKYConstantPoolValue {
218 return JTI == A->JTI && CSKYConstantPoolValue::equals(A); in equals()
221 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof()