Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MachineConstantPool

1 //===-- CodeGen/MachineConstantPool.h - Abstract Constant Pool --*- C++ -*-===//
11 /// This file declares the MachineConstantPool class which is an abstract
32 class MachineConstantPool;
49 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
64 /// This class is a data container for one entry in a MachineConstantPool.
67 /// @brief An entry in a MachineConstantPool
111 /// The MachineConstantPool class keeps track of constants referenced by a
121 class MachineConstantPool {
132 explicit MachineConstantPool(const DataLayout &DL)
134 ~MachineConstantPool();