/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 31 class MachineConstantPool; variable 54 virtual int getExistingMachineCPValue(MachineConstantPool *CP, 133 class MachineConstantPool { 141 explicit MachineConstantPool(const TargetData *td) in MachineConstantPool() function 143 ~MachineConstantPool();
|
D | ObjectCodeEmitter.h | 25 class MachineConstantPool; variable 151 virtual void emitConstantPool(MachineConstantPool *MCP) = 0;
|
D | MachineFunction.h | 34 class MachineConstantPool; variable 92 MachineConstantPool *ConstantPool; 179 MachineConstantPool *getConstantPool() { return ConstantPool; } 180 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
D | FastISel.h | 28 class MachineConstantPool; variable 50 MachineConstantPool &MCP;
|
D | MachineCodeEmitter.h | 26 class MachineConstantPool; variable
|
D | JITCodeEmitter.h | 29 class MachineConstantPool; variable
|
D | AsmPrinter.h | 40 class MachineConstantPool; variable
|
D | ScheduleDAG.h | 29 class MachineConstantPool; variable
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 67 ConstantPool = new (Allocator) MachineConstantPool(TM.getTargetData()); in MachineFunction() 90 ConstantPool->~MachineConstantPool(); Allocator.Deallocate(ConstantPool); in ~MachineFunction() 635 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool() 691 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() 711 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() 729 void MachineConstantPool::print(raw_ostream &OS) const { in print() 744 void MachineConstantPool::dump() const { print(dbgs()); } in dump()
|
D | ELFCodeEmitter.h | 50 void emitConstantPool(MachineConstantPool *MCP);
|
D | ELFCodeEmitter.cpp | 141 void ELFCodeEmitter::emitConstantPool(MachineConstantPool *MCP) { in emitConstantPool()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2RegisterInfo.cpp | 43 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
D | ARMAsmPrinter.h | 45 const MachineConstantPool *MCP;
|
D | ARMConstantPoolValue.h | 101 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
|
D | ARMConstantPoolValue.cpp | 64 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
|
D | Thumb1RegisterInfo.cpp | 72 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
D | ARMBaseInstrInfo.cpp | 960 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV() 1070 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
|
D | ARMBaseRegisterInfo.cpp | 860 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
D | ARMConstantIslandPass.cpp | 273 MachineConstantPool &MCP = *MF.getConstantPool(); in runOnMachineFunction()
|
D | ARMAsmPrinter.cpp | 1032 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 303 MachineConstantPool *ConstantPool; 396 void emitConstantPool(MachineConstantPool *MCP); 763 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP, in GetConstantPoolSizeInBytes() 1066 void JITEmitter::emitConstantPool(MachineConstantPool *MCP) { in emitConstantPool()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2004-04-05-InvokeCastCrash.ll | 25 %"struct.llvm::MachineConstantPool" = type opaque 27 …m::MachineFunctionInfo"*, %"struct.llvm::MachineFrameInfo"*, %"struct.llvm::MachineConstantPool"* }
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 370 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 968 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 2517 MachineConstantPool &MCP = *MF.getConstantPool(); in foldMemoryOperandImpl()
|