Searched refs:ACPV (Results 1 – 4 of 4) sorted by relevance
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 …]
123 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);194 bool hasSameValue(ARMConstantPoolValue *ACPV) override;232 bool hasSameValue(ARMConstantPoolValue *ACPV) override;236 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument237 return ACPV->isExtSymbol(); in classof()268 bool hasSameValue(ARMConstantPoolValue *ACPV) override;272 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument273 return ACPV->isMachineBasicBlock(); in classof()
863 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue() local865 if (ACPV->isPromotedGlobal()) { in EmitMachineConstantPoolValue()875 auto *ACPC = cast<ARMConstantPoolConstant>(ACPV); in EmitMachineConstantPoolValue()887 if (ACPV->isLSDA()) { in EmitMachineConstantPoolValue()889 } else if (ACPV->isBlockAddress()) { in EmitMachineConstantPoolValue()891 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in EmitMachineConstantPoolValue()893 } else if (ACPV->isGlobalValue()) { in EmitMachineConstantPoolValue()894 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()900 } else if (ACPV->isMachineBasicBlock()) { in EmitMachineConstantPoolValue()901 const MachineBasicBlock *MBB = cast<ARMConstantPoolMBB>(ACPV)->getMBB(); in EmitMachineConstantPoolValue()[all …]
1653 ARMConstantPoolValue *ACPV = in duplicateCPV() local1664 if (ACPV->isGlobalValue()) in duplicateCPV()1666 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()1667 4, ACPV->getModifier(), ACPV->mustAddCurrentAddress()); in duplicateCPV()1668 else if (ACPV->isExtSymbol()) in duplicateCPV()1671 cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(), PCLabelId, 4); in duplicateCPV()1672 else if (ACPV->isBlockAddress()) in duplicateCPV()1674 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()1676 else if (ACPV->isLSDA()) in duplicateCPV()1679 else if (ACPV->isMachineBasicBlock()) in duplicateCPV()[all …]