Searched refs:ARMConstantPoolValue (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 33 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 D | ARMConstantPoolValue.h | 61 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 D | ARMBaseInstrInfo.cpp | 1773 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 D | ARMAsmPrinter.cpp | 920 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
|
H A D | ARMFastISel.cpp | 566 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV() 2960 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
|
H A D | ARMISelLowering.cpp | 2698 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 D | ARMFrameLowering.cpp | 3172 ARMConstantPoolValue *NewCPV = ARMConstantPoolSymbol::Create( in adjustForSegmentedStacks()
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 1348 SRCS_MIN+= Target/ARM/ARMConstantPoolValue.cpp
|