Lines Matching defs:SystemZConstantPoolValue
1 //===-- SystemZConstantPoolValue.cpp - SystemZ constant-pool value --------===//
10 #include "SystemZConstantPoolValue.h"
18 SystemZConstantPoolValue::
19 SystemZConstantPoolValue(const GlobalValue *gv,
23 SystemZConstantPoolValue *
24 SystemZConstantPoolValue::Create(const GlobalValue *GV,
26 return new SystemZConstantPoolValue(GV, Modifier);
29 unsigned SystemZConstantPoolValue::getRelocationInfo() const {
39 int SystemZConstantPoolValue::
46 SystemZConstantPoolValue *ZCPV =
47 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal);
55 void SystemZConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) {
60 void SystemZConstantPoolValue::print(raw_ostream &O) const {