/external/llvm/include/llvm/CodeGen/ |
MachineConstantPool.h | 1 //===-- 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 { 144 explicit MachineConstantPool(const TargetMachine &TM) 146 ~MachineConstantPool(); [all...] |
MachineFunction.h | 35 class MachineConstantPool; 93 MachineConstantPool *ConstantPool; 192 MachineConstantPool *getConstantPool() { return ConstantPool; } 193 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
FastISel.h | 30 class MachineConstantPool; 53 MachineConstantPool &MCP;
|
JITCodeEmitter.h | 29 class MachineConstantPool;
|
MachineCodeEmitter.h | 27 class MachineConstantPool;
|
ScheduleDAG.h | 29 class MachineConstantPool;
|
/external/llvm/lib/Target/SystemZ/ |
SystemZConstantPoolValue.h | 13 #include "llvm/CodeGen/MachineConstantPool.h" 43 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
|
SystemZConstantPoolValue.cpp | 40 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) {
|
/external/llvm/lib/Target/ARM/ |
ARMConstantPoolValue.h | 17 #include "llvm/CodeGen/MachineConstantPool.h" 87 virtual int getExistingMachineCPValue(MachineConstantPool *CP, 146 virtual int getExistingMachineCPValue(MachineConstantPool *CP, 176 virtual int getExistingMachineCPValue(MachineConstantPool *CP, 208 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
|
Thumb2RegisterInfo.cpp | 19 #include "llvm/CodeGen/MachineConstantPool.h" 43 MachineConstantPool *ConstantPool = MF.getConstantPool();
|
ARMAsmPrinter.h | 41 const MachineConstantPool *MCP;
|
ARMConstantPoolValue.cpp | 63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, 164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, 217 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, 272 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
|
ARMBaseRegisterInfo.cpp | 23 #include "llvm/CodeGen/MachineConstantPool.h" 393 MachineConstantPool *ConstantPool = MF.getConstantPool();
|
Thumb1RegisterInfo.cpp | 21 #include "llvm/CodeGen/MachineConstantPool.h" 73 MachineConstantPool *ConstantPool = MF.getConstantPool();
|
ARMAsmPrinter.cpp | [all...] |
ARMConstantIslandPass.cpp | 25 #include "llvm/CodeGen/MachineConstantPool.h" 258 MachineConstantPool *MCP; 510 // MachineConstantPool measures alignment in bytes. We measure in log2(bytes). [all...] |
ARMBaseInstrInfo.cpp | 23 #include "llvm/CodeGen/MachineConstantPool.h" [all...] |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 21 #include "llvm/CodeGen/MachineConstantPool.h" 71 ConstantPool = new (Allocator) MachineConstantPool(TM); 107 ConstantPool->~MachineConstantPool(); 785 // MachineConstantPool implementation 790 const DataLayout *MachineConstantPool::getDataLayout() const { 807 MachineConstantPool::~MachineConstantPool() { 865 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, 886 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | 25 #include "llvm/CodeGen/MachineConstantPool.h" 306 MachineConstantPool *ConstantPool; 382 void emitConstantPool(MachineConstantPool *MCP); 749 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP, [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
InstrEmitter.cpp | 20 #include "llvm/CodeGen/MachineConstantPool.h" 391 // MachineConstantPool wants an explicit alignment. 401 MachineConstantPool *MCP = MF->getConstantPool(); [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | 23 #include "llvm/CodeGen/MachineConstantPool.h" [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | 22 #include "llvm/CodeGen/MachineConstantPool.h" [all...] |