Searched refs:SystemZConstantPoolValue (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 17 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 D | SystemZConstantPoolValue.h | 32 class SystemZConstantPoolValue : public MachineConstantPoolValue { 37 SystemZConstantPoolValue(const GlobalValue *GV, 41 static SystemZConstantPoolValue *
|
| H A D | CMakeLists.txt | 20 SystemZConstantPoolValue.cpp
|
| H A D | SystemZAsmPrinter.cpp | 777 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
|
| H A D | SystemZISelLowering.cpp | 3345 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() 3346 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSGD); in lowerGlobalTLSAddress() 3360 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() 3361 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSLDM); in lowerGlobalTLSAddress() 3379 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress() 3403 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() 3404 SystemZConstantPoolValue::Create(GV, SystemZCP::NTPOFF); in lowerGlobalTLSAddress()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/ |
| H A D | BUILD.gn | 36 "SystemZConstantPoolValue.cpp",
|