Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 DCMakeLists.txt32 ARMConstantPoolValue.cpp
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.cpp903 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.cpp2663 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in LowerCall()
2688 ARMConstantPoolValue *CPV = ARMConstantPoolSymbol::Create( in LowerCall()
2742 ARMConstantPoolValue *CPV = in LowerCall()
3502 ARMConstantPoolValue *CPV = in LowerBlockAddress()
3651 ARMConstantPoolValue *CPV = in LowerToTLSGeneralDynamicModel()
3701 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
3721 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
3934 ARMConstantPoolValue *CPV = in LowerGlobalAddressELF()
4148 ARMConstantPoolValue *CPV = in LowerINTRINSIC_WO_CHAIN()
10655 ARMConstantPoolValue *CPV = in SetupEntryBlockForSjLj()
H A DARMFrameLowering.cpp3124 ARMConstantPoolValue *NewCPV = ARMConstantPoolSymbol::Create( in adjustForSegmentedStacks()
/openbsd-src/gnu/usr.bin/clang/libLLVMARMCodeGen/
H A DMakefile17 ARMConstantPoolValue.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn77 "ARMConstantPoolValue.cpp",