Home
last modified time | relevance | path

Searched refs:SystemZConstantPoolValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp16 SystemZConstantPoolValue::
17 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue() function in SystemZConstantPoolValue
21 SystemZConstantPoolValue *
22 SystemZConstantPoolValue::Create(const GlobalValue *GV, in Create()
24 return new SystemZConstantPoolValue(GV, Modifier); in Create()
27 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
34 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
42 void SystemZConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()
47 void SystemZConstantPoolValue::print(raw_ostream &O) const { in print()
H A DSystemZConstantPoolValue.h32 class SystemZConstantPoolValue : public MachineConstantPoolValue {
37 SystemZConstantPoolValue(const GlobalValue *GV,
41 static SystemZConstantPoolValue *
H A DSystemZAsmPrinter.cpp1004 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
H A DSystemZISelLowering.cpp4104 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()
4105 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSGD); in lowerGlobalTLSAddress()
4119 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()
4120 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSLDM); in lowerGlobalTLSAddress()
4138 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress()
4162 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()
4163 SystemZConstantPoolValue::Create(GV, SystemZCP::NTPOFF); in lowerGlobalTLSAddress()