Searched refs:MachineConstantPool (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineConstantPool.h1 //===-- CodeGen/MachineConstantPool.h - Abstract Constant Pool --*- C++ -*-===//
11 /// This file declares the MachineConstantPool class which is an abstract
31 class MachineConstantPool;
55 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
71 /// This class is a data container for one entry in a MachineConstantPool.
74 /// @brief An entry in a MachineConstantPool
124 /// The MachineConstantPool class keeps track of constants referenced by a
134 class MachineConstantPool { class in namespace:llvm
142 explicit MachineConstantPool(const TargetData *td) function in class:llvm::MachineConstantPool
144 ~MachineConstantPool();
[all...]
H A DMachineFunction.h34 class MachineConstantPool;
92 MachineConstantPool *ConstantPool;
185 MachineConstantPool *getConstantPool() { return ConstantPool; }
186 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
H A DFastISel.h30 class MachineConstantPool;
54 MachineConstantPool &MCP;
H A DJITCodeEmitter.h29 class MachineConstantPool;
H A DMachineCodeEmitter.h28 class MachineConstantPool;
H A DScheduleDAG.h30 class MachineConstantPool;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DThumb2RegisterInfo.cpp22 #include "llvm/CodeGen/MachineConstantPool.h"
43 MachineConstantPool *ConstantPool = MF.getConstantPool();
H A DARMConstantPoolValue.h17 #include "llvm/CodeGen/MachineConstantPool.h"
87 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
148 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
181 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
214 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
H A DARMAsmPrinter.h45 const MachineConstantPool *MCP;
H A DARMConstantPoolValue.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP,
164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP,
229 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP,
285 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
H A DThumb1RegisterInfo.cpp25 #include "llvm/CodeGen/MachineConstantPool.h"
73 MachineConstantPool *ConstantPool = MF.getConstantPool();
H A DARMBaseRegisterInfo.cpp25 #include "llvm/CodeGen/MachineConstantPool.h"
712 MachineConstantPool *ConstantPool = MF.getConstantPool();
H A DARMConstantIslandPass.cpp21 #include "llvm/CodeGen/MachineConstantPool.h"
258 MachineConstantPool *MCP;
510 // MachineConstantPool measures alignment in bytes. We measure in log2(bytes).
H A DARMBaseInstrInfo.cpp25 #include "llvm/CodeGen/MachineConstantPool.h"
1182 MachineConstantPool *MCP = MF.getConstantPool();
1299 const MachineConstantPool *MCP = MF->getConstantPool();
H A DARMAsmPrinter.cpp1217 const MachineConstantPool *MCP = MF.getConstantPool();
1591 /// second is the index into the MachineConstantPool that this is, the third
H A DARMISelLowering.cpp5823 MachineConstantPool *MCP = MF->getConstantPool();
6096 MachineConstantPool *ConstantPool = MF->getConstantPool();
6100 // MachineConstantPool wants an explicit alignment.
6185 MachineConstantPool *ConstantPool = MF->getConstantPool();
6189 // MachineConstantPool wants an explicit alignment.
6507 MachineConstantPool *ConstantPool = MF->getConstantPool();
6511 // MachineConstantPool wants an explicit alignment.
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineFunction.cpp19 #include "llvm/CodeGen/MachineConstantPool.h"
65 ConstantPool = new (Allocator) MachineConstantPool(TM.getTargetData());
91 ConstantPool->~MachineConstantPool();
642 // MachineConstantPool implementation
660 MachineConstantPool::~MachineConstantPool() {
718 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C,
738 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V,
756 void MachineConstantPool::print(raw_ostream &OS) const {
772 void MachineConstantPool
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp26 #include "llvm/CodeGen/MachineConstantPool.h"
307 MachineConstantPool *ConstantPool;
397 void emitConstantPool(MachineConstantPool *MCP);
765 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP,
1054 void JITEmitter::emitConstantPool(MachineConstantPool *MCP) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp19 #include "llvm/CodeGen/MachineConstantPool.h"
391 // MachineConstantPool wants an explicit alignment.
401 MachineConstantPool *MCP = MF->getConstantPool();
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp21 #include "llvm/CodeGen/MachineConstantPool.h"
975 const MachineConstantPool *MCP = MF->getConstantPool();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86InstrInfo.cpp23 #include "llvm/CodeGen/MachineConstantPool.h"
3941 MachineConstantPool &MCP = *MF.getConstantPool();

Completed in 463 milliseconds