Lines Matching refs:MachineConstantPool
27 #include "llvm/CodeGen/MachineConstantPool.h"
214 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout());
290 ConstantPool->~MachineConstantPool();
1371 // MachineConstantPool implementation
1410 MachineConstantPool::~MachineConstantPool() {
1479 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C,
1498 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V,
1515 void MachineConstantPool::print(raw_ostream &OS) const {
1542 LLVM_DUMP_METHOD void MachineConstantPool::dump() const { print(dbgs()); }