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 int SystemZConstantPoolValue::
37 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
45 void SystemZConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()
50 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.cpp485 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
DSystemZISelLowering.cpp2586 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()
2587 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSGD); in lowerGlobalTLSAddress()
2602 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()
2603 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSLDM); in lowerGlobalTLSAddress()
2622 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress()
2647 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress()
2648 SystemZConstantPoolValue::Create(GV, SystemZCP::NTPOFF); in lowerGlobalTLSAddress()