Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.txt31 ARMConstantPoolValue.cpp
H A DARMBaseInstrInfo.cpp1742 ARMConstantPoolValue *ACPV = in duplicateCPV()
1743 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1746 ARMConstantPoolValue *NewCPV = nullptr; in duplicateCPV()
1872 ARMConstantPoolValue *ACPV0 = in produceSameValue()
1873 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1874 ARMConstantPoolValue *ACPV1 = in produceSameValue()
1875 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
H A DARMAsmPrinter.cpp881 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
H A DARMFastISel.cpp567 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2953 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
H A DARMFrameLowering.cpp2549 ARMConstantPoolValue *NewCPV = ARMConstantPoolSymbol::Create( in adjustForSegmentedStacks()
H A DARMISelLowering.cpp2497 ARMConstantPoolValue *CPV = in LowerCall()
2511 ARMConstantPoolValue *CPV = in LowerCall()
2564 ARMConstantPoolValue *CPV = in LowerCall()
3292 ARMConstantPoolValue *CPV = in LowerBlockAddress()
3441 ARMConstantPoolValue *CPV = in LowerToTLSGeneralDynamicModel()
3491 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
3511 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
3724 ARMConstantPoolValue *CPV = in LowerGlobalAddressELF()
3938 ARMConstantPoolValue *CPV = in LowerINTRINSIC_WO_CHAIN()
10069 ARMConstantPoolValue *CPV = in SetupEntryBlockForSjLj()
/netbsd-src/external/apache2/llvm/lib/libLLVMARMCodeGen/
H A DMakefile20 ARMConstantPoolValue.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn74 "ARMConstantPoolValue.cpp",