HomeSort by: relevance | last modified time | path
    Searched defs:SystemZConstantPoolValue (Results 1 - 2 of 2) 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 *

Completed in 61 milliseconds