Searched refs:SystemZConstantPoolValue (Results 1 – 5 of 5) 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 unsigned SystemZConstantPoolValue::getRelocationInfo() const { in getRelocationInfo()44 int SystemZConstantPoolValue::52 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()60 void SystemZConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()65 void SystemZConstantPoolValue::print(raw_ostream &O) const { in print()
33 class SystemZConstantPoolValue : public MachineConstantPoolValue {38 SystemZConstantPoolValue(const GlobalValue *GV,42 static SystemZConstantPoolValue *
17 SystemZConstantPoolValue.cpp
219 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
2027 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()2028 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSGD); in lowerGlobalTLSAddress()2042 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()2043 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSLDM); in lowerGlobalTLSAddress()2061 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress()2085 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()2086 SystemZConstantPoolValue::Create(GV, SystemZCP::NTPOFF); in lowerGlobalTLSAddress()