Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h31 class MachineConstantPool; variable
55 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
134 class MachineConstantPool {
142 explicit MachineConstantPool(const TargetData *td) in MachineConstantPool() function
144 ~MachineConstantPool();
DMachineFunction.h34 class MachineConstantPool; variable
92 MachineConstantPool *ConstantPool;
185 MachineConstantPool *getConstantPool() { return ConstantPool; }
186 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
DFastISel.h30 class MachineConstantPool; variable
54 MachineConstantPool &MCP;
DMachineCodeEmitter.h28 class MachineConstantPool; variable
DJITCodeEmitter.h29 class MachineConstantPool; variable
DScheduleDAG.h30 class MachineConstantPool; variable
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h87 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
148 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
181 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
214 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
DARMConstantPoolValue.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
229 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
285 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
DThumb2RegisterInfo.cpp43 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
DARMAsmPrinter.h45 const MachineConstantPool *MCP;
DThumb1RegisterInfo.cpp73 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
DARMBaseRegisterInfo.cpp712 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
DARMConstantIslandPass.cpp258 MachineConstantPool *MCP;
DARMBaseInstrInfo.cpp1177 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV()
1294 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
DARMAsmPrinter.cpp1201 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
DARMISelLowering.cpp5789 MachineConstantPool *MCP = MF->getConstantPool(); in SetupEntryBlockForSjLj()
6062 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock()
6151 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock()
6472 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitStructByval()
DARMInstrInfo.td1562 /// is the index into the MachineConstantPool that this is, the third is the
/external/llvm/lib/CodeGen/
DMachineFunction.cpp65 ConstantPool = new (Allocator) MachineConstantPool(TM.getTargetData()); in MachineFunction()
91 ConstantPool->~MachineConstantPool(); in ~MachineFunction()
660 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool()
718 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex()
738 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
756 void MachineConstantPool::print(raw_ostream &OS) const { in print()
772 void MachineConstantPool::dump() const { print(dbgs()); } in dump()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp307 MachineConstantPool *ConstantPool;
397 void emitConstantPool(MachineConstantPool *MCP);
765 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP, in GetConstantPoolSizeInBytes()
1054 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.cpp403 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp992 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3917 MachineConstantPool &MCP = *MF.getConstantPool(); in foldMemoryOperandImpl()
/external/llvm/docs/
DCodeGenerator.rst519 ``MachineConstantPool``, a ``MachineFrameInfo``, a ``MachineFunctionInfo``, and