Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp29 ARMConstantPoolValue::ARMConstantPoolValue(Type *Ty, unsigned id, in ARMConstantPoolValue() function in ARMConstantPoolValue
38 ARMConstantPoolValue::ARMConstantPoolValue(LLVMContext &C, unsigned id, in ARMConstantPoolValue() function in ARMConstantPoolValue
47 ARMConstantPoolValue::~ARMConstantPoolValue() {} in ~ARMConstantPoolValue()
49 const char *ARMConstantPoolValue::getModifierText() const { in getModifierText()
62 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
68 ARMConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()
74 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue()
88 void ARMConstantPoolValue::dump() const { in dump()
92 void ARMConstantPoolValue::print(raw_ostream &O) const { in print()
112 : ARMConstantPoolValue(Ty, ID, Kind, PCAdj, Modifier, AddCurrentAddress), in ARMConstantPoolConstant()
[all …]
DARMConstantPoolValue.h51 class ARMConstantPoolValue : public MachineConstantPoolValue {
60 ARMConstantPoolValue(Type *Ty, unsigned id, ARMCP::ARMCPKind Kind,
64 ARMConstantPoolValue(LLVMContext &C, unsigned id, ARMCP::ARMCPKind Kind,
76 ARMConstantPoolValue *CPV = in getExistingMachineCPValueImpl()
77 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal; in getExistingMachineCPValueImpl()
88 ~ARMConstantPoolValue() override;
112 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
114 bool equals(const ARMConstantPoolValue *A) const { in equals()
125 inline raw_ostream &operator<<(raw_ostream &O, const ARMConstantPoolValue &V) {
132 class ARMConstantPoolConstant : public ARMConstantPoolValue {
[all …]
DAndroid.mk23 ARMConstantPoolValue.cpp \
DCMakeLists.txt22 ARMConstantPoolValue.cpp
DARMBaseInstrInfo.cpp1370 ARMConstantPoolValue *ACPV = in duplicateCPV()
1371 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1374 ARMConstantPoolValue *NewCPV = nullptr; in duplicateCPV()
1492 ARMConstantPoolValue *ACPV0 = in produceSameValue()
1493 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1494 ARMConstantPoolValue *ACPV1 = in produceSameValue()
1495 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
DARMISelLowering.h25 class ARMConstantPoolValue; variable
DARMAsmPrinter.cpp909 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
DARMISelLowering.cpp1798 ARMConstantPoolValue *CPV = in LowerCall()
1813 ARMConstantPoolValue *CPV = in LowerCall()
1873 ARMConstantPoolValue *CPV = in LowerCall()
2517 ARMConstantPoolValue *CPV = in LowerBlockAddress()
2543 ARMConstantPoolValue *CPV = in LowerToTLSGeneralDynamicModel()
2595 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
2617 ARMConstantPoolValue *CPV = in LowerToTLSExecModels()
2669 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in LowerGlobalAddressELF()
2807 ARMConstantPoolValue *CPV = in LowerINTRINSIC_WO_CHAIN()
6961 ARMConstantPoolValue *CPV = in SetupEntryBlockForSjLj()
DARMFastISel.cpp628 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2948 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
DARMFrameLowering.cpp1975 ARMConstantPoolValue *NewCPV = ARMConstantPoolSymbol::Create( in adjustForSegmentedStacks()