HomeSort by: relevance | last modified time | path
    Searched refs:SystemZConstantPoolValue (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.cpp 1 //===-- SystemZConstantPoolValue.cpp - SystemZ constant-pool value --------===//
9 #include "SystemZConstantPoolValue.h"
17 SystemZConstantPoolValue::
18 SystemZConstantPoolValue(const GlobalValue *gv,
22 SystemZConstantPoolValue *
23 SystemZConstantPoolValue::Create(const GlobalValue *GV,
25 return new SystemZConstantPoolValue(GV, Modifier);
28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP,
35 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal);
43 void SystemZConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID)
    [all...]
SystemZConstantPoolValue.h 1 //===- SystemZConstantPoolValue.h - SystemZ constant-pool value -*- C++ -*-===//
32 class SystemZConstantPoolValue : public MachineConstantPoolValue {
37 SystemZConstantPoolValue(const GlobalValue *GV,
41 static SystemZConstantPoolValue *
SystemZAsmPrinter.cpp 16 #include "SystemZConstantPoolValue.h"
716 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV);
SystemZISelLowering.cpp 15 #include "SystemZConstantPoolValue.h"
3160 SystemZConstantPoolValue *CPV =
3161 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSGD);
3175 SystemZConstantPoolValue *CPV =
3176 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSLDM);
3194 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF);
3218 SystemZConstantPoolValue *CPV =
3219 SystemZConstantPoolValue::Create(GV, SystemZCP::NTPOFF);

Completed in 21 milliseconds