Home
last modified time | relevance | path

Searched refs:MachineConstantPool (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h31 class MachineConstantPool; variable
54 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
133 class MachineConstantPool {
141 explicit MachineConstantPool(const TargetData *td) in MachineConstantPool() function
143 ~MachineConstantPool();
DObjectCodeEmitter.h25 class MachineConstantPool; variable
151 virtual void emitConstantPool(MachineConstantPool *MCP) = 0;
DMachineFunction.h34 class MachineConstantPool; variable
92 MachineConstantPool *ConstantPool;
179 MachineConstantPool *getConstantPool() { return ConstantPool; }
180 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
DFastISel.h28 class MachineConstantPool; variable
50 MachineConstantPool &MCP;
DMachineCodeEmitter.h26 class MachineConstantPool; variable
DJITCodeEmitter.h29 class MachineConstantPool; variable
DAsmPrinter.h40 class MachineConstantPool; variable
DScheduleDAG.h29 class MachineConstantPool; variable
/external/llvm/lib/CodeGen/
DMachineFunction.cpp67 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()
DELFCodeEmitter.h50 void emitConstantPool(MachineConstantPool *MCP);
DELFCodeEmitter.cpp141 void ELFCodeEmitter::emitConstantPool(MachineConstantPool *MCP) { in emitConstantPool()
/external/llvm/lib/Target/ARM/
DThumb2RegisterInfo.cpp43 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
DARMAsmPrinter.h45 const MachineConstantPool *MCP;
DARMConstantPoolValue.h101 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
DARMConstantPoolValue.cpp64 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
DThumb1RegisterInfo.cpp72 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
DARMBaseInstrInfo.cpp960 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV()
1070 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
DARMBaseRegisterInfo.cpp860 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
DARMConstantIslandPass.cpp273 MachineConstantPool &MCP = *MF.getConstantPool(); in runOnMachineFunction()
DARMAsmPrinter.cpp1032 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp303 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/
D2004-04-05-InvokeCastCrash.ll25 %"struct.llvm::MachineConstantPool" = type opaque
27 …m::MachineFunctionInfo"*, %"struct.llvm::MachineFrameInfo"*, %"struct.llvm::MachineConstantPool"* }
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp370 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp968 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2517 MachineConstantPool &MCP = *MF.getConstantPool(); in foldMemoryOperandImpl()

12