Searched refs:ACPV (Results 1 – 7 of 7) sorted by relevance
57 bool XtensaConstantPoolValue::hasSameValue(XtensaConstantPoolValue *ACPV) { in hasSameValue() argument58 if (ACPV->Kind == Kind) { in hasSameValue()59 if (ACPV->LabelId == LabelId) in hasSameValue()95 bool XtensaConstantPoolConstant::hasSameValue(XtensaConstantPoolValue *ACPV) { in hasSameValue() argument97 dyn_cast<XtensaConstantPoolConstant>(ACPV); in hasSameValue()99 XtensaConstantPoolValue::hasSameValue(ACPV); in hasSameValue()132 bool XtensaConstantPoolSymbol::hasSameValue(XtensaConstantPoolValue *ACPV) { in hasSameValue() argument134 dyn_cast<XtensaConstantPoolSymbol>(ACPV); in hasSameValue()135 return ACPS && ACPS->S == S && XtensaConstantPoolValue::hasSameValue(ACPV); in hasSameValue()164 bool XtensaConstantPoolMBB::hasSameValue(XtensaConstantPoolValue *ACPV) { in hasSameValue() argument[all …]
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() argument187 return ACPV->isExtSymbol(); in classof()216 bool hasSameValue(XtensaConstantPoolValue *ACPV) override;220 static bool classof(const XtensaConstantPoolValue *ACPV) { in classof() argument221 return ACPV->isMachineBasicBlock(); in classof()248 bool hasSameValue(XtensaConstantPoolValue *ACPV) override;252 static bool classof(const XtensaConstantPoolValue *ACPV) { in classof() argument[all …]
87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument88 if (ACPV->Kind == Kind && in hasSameValue()89 ACPV->PCAdjust == PCAdjust && in hasSameValue()90 ACPV->Modifier == Modifier && in hasSameValue()91 ACPV->LabelId == LabelId && in hasSameValue()92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument205 const ARMConstantPoolConstant *ACPC = dyn_cast<ARMConstantPoolConstant>(ACPV); in hasSameValue()206 return ACPC && ACPC->CVal == CVal && ARMConstantPoolValue::hasSameValue(ACPV); in hasSameValue()244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument[all …]
121 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);192 bool hasSameValue(ARMConstantPoolValue *ACPV) override;230 bool hasSameValue(ARMConstantPoolValue *ACPV) override;234 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument235 return ACPV->isExtSymbol(); in classof()266 bool hasSameValue(ARMConstantPoolValue *ACPV) override;270 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument271 return ACPV->isMachineBasicBlock(); in classof()
928 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue() local930 if (ACPV->isPromotedGlobal()) { in emitMachineConstantPoolValue()940 auto *ACPC = cast<ARMConstantPoolConstant>(ACPV); in emitMachineConstantPoolValue()952 if (ACPV->isLSDA()) { in emitMachineConstantPoolValue()954 } else if (ACPV->isBlockAddress()) { in emitMachineConstantPoolValue()956 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in emitMachineConstantPoolValue()958 } else if (ACPV->isGlobalValue()) { in emitMachineConstantPoolValue()959 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in emitMachineConstantPoolValue()965 } else if (ACPV->isMachineBasicBlock()) { in emitMachineConstantPoolValue()966 const MachineBasicBlock *MBB = cast<ARMConstantPoolMBB>(ACPV)->getMBB(); in emitMachineConstantPoolValue()[all …]
1616 ARMConstantPoolValue *ACPV = in duplicateCPV() local1627 if (ACPV->isGlobalValue()) in duplicateCPV()1629 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()1630 4, ACPV->getModifier(), ACPV->mustAddCurrentAddress()); in duplicateCPV()1631 else if (ACPV->isExtSymbol()) in duplicateCPV()1634 cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(), PCLabelId, 4); in duplicateCPV()1635 else if (ACPV->isBlockAddress()) in duplicateCPV()1637 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()1639 else if (ACPV->isLSDA()) in duplicateCPV()1642 else if (ACPV->isMachineBasicBlock()) in duplicateCPV()[all …]
166 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof() argument167 return ACPV->isExtSymbol(); in classof()194 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof() argument195 return ACPV->isMachineBasicBlock(); in classof()221 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof() argument222 return ACPV->isJT(); in classof()