Home
last modified time | relevance | path

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

/freebsd/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;
53 StringRef ARMConstantPoolValue::getModifierText() const { in getModifierText()
75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
81 ARMConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()
87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue()
102 LLVM_DUMP_METHOD void ARMConstantPoolValue::dump() const { in dump()
107 void ARMConstantPoolValue::print(raw_ostream &O) const { in print()
127 : ARMConstantPoolValue(Ty, ID, Kind, PCAdj, Modifier, AddCurrentAddress), in ARMConstantPoolConstant()
[all …]
H A DARMConstantPoolValue.h61 class ARMConstantPoolValue : public MachineConstantPoolValue {
70 ARMConstantPoolValue(Type *Ty, unsigned id, ARMCP::ARMCPKind Kind,
74 ARMConstantPoolValue(LLVMContext &C, unsigned id, ARMCP::ARMCPKind Kind,
85 static_cast<ARMConstantPoolValue*>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
96 ~ARMConstantPoolValue() override;
121 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
123 bool equals(const ARMConstantPoolValue *A) const { in equals()
134 inline raw_ostream &operator<<(raw_ostream &O, const ARMConstantPoolValue &V) {
141 class ARMConstantPoolConstant : public ARMConstantPoolValue {
192 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
[all …]
H A DARMBaseInstrInfo.cpp1773 ARMConstantPoolValue *ACPV = in duplicateCPV()
1774 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1777 ARMConstantPoolValue *NewCPV = nullptr; in duplicateCPV()
1897 ARMConstantPoolValue *ACPV0 = in produceSameValue()
1898 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1899 ARMConstantPoolValue *ACPV1 = in produceSameValue()
1900 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()
2960 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
H A DARMISelLowering.cpp2698 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in LowerCall()
2719 ARMConstantPoolValue *CPV = ARMConstantPoolSymbol::Create( in LowerCall()
2773 ARMConstantPoolValue *CPV = in LowerCall()
3539 ARMConstantPoolValue *CPV = in LowerBlockAddress()
3688 ARMConstantPoolValue *CPV = in LowerToTLSGeneralDynamicModel()
3738 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
3758 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
3969 ARMConstantPoolValue *CPV = in LowerGlobalAddressELF()
4181 ARMConstantPoolValue *CPV = in LowerINTRINSIC_WO_CHAIN()
10817 ARMConstantPoolValue *CPV = in SetupEntryBlockForSjLj()
H A DARMFrameLowering.cpp3172 ARMConstantPoolValue *NewCPV = ARMConstantPoolSymbol::Create( in adjustForSegmentedStacks()
/freebsd/lib/clang/libllvm/
H A DMakefile1348 SRCS_MIN+= Target/ARM/ARMConstantPoolValue.cpp