Searched refs:SystemZConstantPoolValue (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 18 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()
|
D | SystemZConstantPoolValue.h | 33 class SystemZConstantPoolValue : public MachineConstantPoolValue { 38 SystemZConstantPoolValue(const GlobalValue *GV, 42 static SystemZConstantPoolValue *
|
D | CMakeLists.txt | 17 SystemZConstantPoolValue.cpp
|
D | SystemZAsmPrinter.cpp | 485 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
|
D | SystemZISelLowering.cpp | 2586 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 18 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()
|
D | SystemZConstantPoolValue.h | 33 class SystemZConstantPoolValue : public MachineConstantPoolValue { 38 SystemZConstantPoolValue(const GlobalValue *GV, 42 static SystemZConstantPoolValue *
|
D | CMakeLists.txt | 18 SystemZConstantPoolValue.cpp
|
D | SystemZAsmPrinter.cpp | 610 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
|
D | SystemZISelLowering.cpp | 2720 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() 2721 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSGD); in lowerGlobalTLSAddress() 2735 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() 2736 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSLDM); in lowerGlobalTLSAddress() 2754 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress() 2778 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() 2779 SystemZConstantPoolValue::Create(GV, SystemZCP::NTPOFF); in lowerGlobalTLSAddress()
|