Searched refs:SystemZConstantPoolValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp1 //===-- SystemZConstantPoolValue.cpp - SystemZ constant-pool value --------===//
10 #include "SystemZConstantPoolValue.h"
18 SystemZConstantPoolValue::
19 SystemZConstantPoolValue(const GlobalValue *gv, function in class:SystemZConstantPoolValue
23 SystemZConstantPoolValue *
24 SystemZConstantPoolValue::Create(const GlobalValue *GV,
26 return new SystemZConstantPoolValue(GV, Modifier);
29 unsigned SystemZConstantPoolValue::getRelocationInfo() const {
39 int SystemZConstantPoolValue::
46 SystemZConstantPoolValue *ZCP
[all...]
H A DSystemZConstantPoolValue.h1 //===- SystemZConstantPoolValue.h - SystemZ constant-pool value -*- C++ -*-===//
29 class SystemZConstantPoolValue : public MachineConstantPoolValue { class in namespace:llvm
34 SystemZConstantPoolValue(const GlobalValue *GV,
38 static SystemZConstantPoolValue *
H A DSystemZAsmPrinter.cpp17 #include "SystemZConstantPoolValue.h"
173 SystemZConstantPoolValue *ZCPV =
174 static_cast<SystemZConstantPoolValue*>(MCPV);
H A DSystemZISelLowering.cpp18 #include "SystemZConstantPoolValue.h"
1622 SystemZConstantPoolValue *CPV =
1623 SystemZConstantPoolValue::Create(GV, SystemZCP::NTPOFF);

Completed in 58 milliseconds