Searched refs:SystemZConstantPoolValue (Results 1 – 4 of 4) sorted by relevance
18 SystemZConstantPoolValue::19 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue() function in SystemZConstantPoolValue23 SystemZConstantPoolValue *24 SystemZConstantPoolValue::Create(const GlobalValue *GV, in Create()26 return new SystemZConstantPoolValue(GV, Modifier); in Create()29 int SystemZConstantPoolValue::37 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()45 void SystemZConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()50 void SystemZConstantPoolValue::print(raw_ostream &O) const { in print()
33 class SystemZConstantPoolValue : public MachineConstantPoolValue {38 SystemZConstantPoolValue(const GlobalValue *GV,42 static SystemZConstantPoolValue *
610 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
2725 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()2726 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSGD); in lowerGlobalTLSAddress()2740 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()2741 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSLDM); in lowerGlobalTLSAddress()2759 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress()2783 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()2784 SystemZConstantPoolValue::Create(GV, SystemZCP::NTPOFF); in lowerGlobalTLSAddress()