Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.h99 ~ARMConstantPoolValue() override;
124 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
126 bool equals(const ARMConstantPoolValue *A) const { in equals()
195 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
201 static bool classof(const ARMConstantPoolValue *APV) { in classof()
233 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
237 static bool classof(const ARMConstantPoolValue *ACPV) { in classof()
242 return S == A->S && ARMConstantPoolValue::equals(A); in equals()
248 class ARMConstantPoolMBB : public ARMConstantPoolValue {
269 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
[all …]
H A DARMBaseInstrInfo.cpp1554 ARMConstantPoolValue *ACPV = in duplicateCPV()
1555 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1558 ARMConstantPoolValue *NewCPV = nullptr; in duplicateCPV()
1684 ARMConstantPoolValue *ACPV0 = in produceSameValue()
1685 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1686 ARMConstantPoolValue *ACPV1 = in produceSameValue()
1687 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
H A DARMAsmPrinter.cpp866 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
H A DARMFastISel.cpp588 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2966 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
H A DARMISelLowering.cpp2020 ARMConstantPoolValue *CPV = in LowerCall()
2034 ARMConstantPoolValue *CPV = in LowerCall()
2096 ARMConstantPoolValue *CPV = in LowerCall()
2775 ARMConstantPoolValue *CPV = in LowerBlockAddress()
2924 ARMConstantPoolValue *CPV = in LowerToTLSGeneralDynamicModel()
2974 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
2994 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
3211 ARMConstantPoolValue *CPV = in LowerGlobalAddressELF()
3340 ARMConstantPoolValue *CPV = in LowerINTRINSIC_WO_CHAIN()
8186 ARMConstantPoolValue *CPV = in SetupEntryBlockForSjLj()
H A DARMFrameLowering.cpp2297 ARMConstantPoolValue *NewCPV = ARMConstantPoolSymbol::Create( in adjustForSegmentedStacks()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile958 SRCS_MIN+= Target/ARM/ARMConstantPoolValue.cpp