Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp18 SystemZConstantPoolValue::
19 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue() function in SystemZConstantPoolValue
23 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()
DSystemZConstantPoolValue.h33 class SystemZConstantPoolValue : public MachineConstantPoolValue {
38 SystemZConstantPoolValue(const GlobalValue *GV,
42 static SystemZConstantPoolValue *
DCMakeLists.txt17 SystemZConstantPoolValue.cpp
DSystemZAsmPrinter.cpp219 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
DSystemZISelLowering.cpp2027 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()