Lines Matching refs:ACPV
104 virtual bool hasSameValue(XtensaConstantPoolValue *ACPV);
142 bool hasSameValue(XtensaConstantPoolValue *ACPV) override;
180 bool hasSameValue(XtensaConstantPoolValue *ACPV) override;
186 static bool classof(const XtensaConstantPoolValue *ACPV) { in classof() argument
187 return ACPV->isExtSymbol(); in classof()
216 bool hasSameValue(XtensaConstantPoolValue *ACPV) override;
220 static bool classof(const XtensaConstantPoolValue *ACPV) { in classof() argument
221 return ACPV->isMachineBasicBlock(); in classof()
248 bool hasSameValue(XtensaConstantPoolValue *ACPV) override;
252 static bool classof(const XtensaConstantPoolValue *ACPV) { in classof() argument
253 return ACPV->isJumpTable(); in classof()