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.cpp17 SystemZConstantPoolValue::
18 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue() function in SystemZConstantPoolValue
22 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()
H A DSystemZConstantPoolValue.h32 class SystemZConstantPoolValue : public MachineConstantPoolValue {
37 SystemZConstantPoolValue(const GlobalValue *GV,
41 static SystemZConstantPoolValue *
H A DSystemZISelLowering.cpp3648 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()
H A DSystemZAsmPrinter.cpp871 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()