Home
last modified time | relevance | path

Searched refs:ARMConstantPoolValue (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp33 ARMConstantPoolValue::ARMConstantPoolValue(Type *Ty, unsigned id, in ARMConstantPoolValue() function in ARMConstantPoolValue
42 ARMConstantPoolValue::ARMConstantPoolValue(LLVMContext &C, unsigned id, in ARMConstantPoolValue() function in ARMConstantPoolValue
51 ARMConstantPoolValue::~ARMConstantPoolValue() = default;
87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue()
213 ARMConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId()
218 ARMConstantPoolValue::print(O); in print()
251 ARMConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId()
256 ARMConstantPoolValue::print(O); in print()
287 ARMConstantPoolValue::hasSameValue(ACPV); in hasSameValue()
292 ARMConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId()
[all …]
H A DARMConstantPoolValue.h96 ~ARMConstantPoolValue() override;
121 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
123 bool equals(const ARMConstantPoolValue *A) const { in equals()
192 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
198 static bool classof(const ARMConstantPoolValue *APV) { in classof()
230 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
234 static bool classof(const ARMConstantPoolValue *ACPV) { in classof()
239 return S == A->S && ARMConstantPoolValue::equals(A); in equals()
245 class ARMConstantPoolMBB : public ARMConstantPoolValue {
266 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
[all …]
H A DARMBaseInstrInfo.cpp1772 ARMConstantPoolValue *ACPV = in duplicateCPV()
1773 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1776 ARMConstantPoolValue *NewCPV = nullptr; in duplicateCPV()
1896 ARMConstantPoolValue *ACPV0 = in produceSameValue()
1897 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1898 ARMConstantPoolValue *ACPV1 = in produceSameValue()
1899 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
H A DARMAsmPrinter.cpp920 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
H A DARMFastISel.cpp566 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2961 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
H A DARMISelLowering.cpp2684 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in LowerCall()
2705 ARMConstantPoolValue *CPV = ARMConstantPoolSymbol::Create( in LowerCall()
2759 ARMConstantPoolValue *CPV = in LowerCall()
3523 ARMConstantPoolValue *CPV = in LowerBlockAddress()
3672 ARMConstantPoolValue *CPV = in LowerToTLSGeneralDynamicModel()
3722 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
3742 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
3955 ARMConstantPoolValue *CPV = in LowerGlobalAddressELF()
4169 ARMConstantPoolValue *CPV = in LowerINTRINSIC_WO_CHAIN()
10800 ARMConstantPoolValue *CPV = in SetupEntryBlockForSjLj()
H A DARMFrameLowering.cpp3170 ARMConstantPoolValue *NewCPV = ARMConstantPoolSymbol::Create( in adjustForSegmentedStacks()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1323 SRCS_MIN+= Target/ARM/ARMConstantPoolValue.cpp