Home
last modified time | relevance | path

Searched refs:ACPV (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 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() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
H A DARMConstantPoolValue.h121 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() argument
235 return ACPV->isExtSymbol(); in classof()
266 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
270 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
271 return ACPV->isMachineBasicBlock(); in classof()
H A DARMAsmPrinter.cpp922 if (ACPV->isPromotedGlobal()) { in emitMachineConstantPoolValue()
932 auto *ACPC = cast<ARMConstantPoolConstant>(ACPV); in emitMachineConstantPoolValue()
944 if (ACPV->isLSDA()) { in emitMachineConstantPoolValue()
946 } else if (ACPV->isBlockAddress()) { in emitMachineConstantPoolValue()
948 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in emitMachineConstantPoolValue()
950 } else if (ACPV->isGlobalValue()) { in emitMachineConstantPoolValue()
957 } else if (ACPV->isMachineBasicBlock()) { in emitMachineConstantPoolValue()
962 auto Sym = cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(); in emitMachineConstantPoolValue()
971 if (ACPV->getPCAdjustment()) { in emitMachineConstantPoolValue()
974 ACPV->getLabelId(), OutContext); in emitMachineConstantPoolValue()
[all …]
H A DARMBaseInstrInfo.cpp1772 ARMConstantPoolValue *ACPV = in duplicateCPV() local
1783 if (ACPV->isGlobalValue()) in duplicateCPV()
1785 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
1786 4, ACPV->getModifier(), ACPV->mustAddCurrentAddress()); in duplicateCPV()
1787 else if (ACPV->isExtSymbol()) in duplicateCPV()
1790 cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(), PCLabelId, 4); in duplicateCPV()
1791 else if (ACPV->isBlockAddress()) in duplicateCPV()
1793 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()
1795 else if (ACPV->isLSDA()) in duplicateCPV()
1798 else if (ACPV->isMachineBasicBlock()) in duplicateCPV()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h166 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof() argument
167 return ACPV->isExtSymbol(); in classof()
194 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof() argument
195 return ACPV->isMachineBasicBlock(); in classof()
221 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof() argument
222 return ACPV->isJT(); in classof()