Searched refs:SystemZConstantPoolValue (Results 1 – 4 of 4) sorted by relevance
17 SystemZConstantPoolValue::18 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue() function in SystemZConstantPoolValue22 SystemZConstantPoolValue *23 SystemZConstantPoolValue::Create(const GlobalValue *GV, in Create()25 return new SystemZConstantPoolValue(GV, Modifier); in Create()28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()35 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()43 void SystemZConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()48 void SystemZConstantPoolValue::print(raw_ostream &O) const { in print()
32 class SystemZConstantPoolValue : public MachineConstantPoolValue {37 SystemZConstantPoolValue(const GlobalValue *GV,41 static SystemZConstantPoolValue *
3648 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()3649 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSGD); in lowerGlobalTLSAddress()3663 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()3664 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSLDM); in lowerGlobalTLSAddress()3682 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress()3706 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()3707 SystemZConstantPoolValue::Create(GV, SystemZCP::NTPOFF); in lowerGlobalTLSAddress()
871 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()