/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 31 class MachineConstantPool; variable 55 virtual int getExistingMachineCPValue(MachineConstantPool *CP, 134 class MachineConstantPool { 142 explicit MachineConstantPool(const TargetData *td) in MachineConstantPool() function 144 ~MachineConstantPool();
|
D | MachineFunction.h | 34 class MachineConstantPool; variable 92 MachineConstantPool *ConstantPool; 185 MachineConstantPool *getConstantPool() { return ConstantPool; } 186 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
D | FastISel.h | 30 class MachineConstantPool; variable 54 MachineConstantPool &MCP;
|
D | MachineCodeEmitter.h | 28 class MachineConstantPool; variable
|
D | JITCodeEmitter.h | 29 class MachineConstantPool; variable
|
D | ScheduleDAG.h | 30 class MachineConstantPool; variable
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.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,
|
D | ARMConstantPoolValue.cpp | 63 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()
|
D | Thumb2RegisterInfo.cpp | 43 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
D | ARMAsmPrinter.h | 45 const MachineConstantPool *MCP;
|
D | Thumb1RegisterInfo.cpp | 73 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
D | ARMBaseRegisterInfo.cpp | 712 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
D | ARMConstantIslandPass.cpp | 258 MachineConstantPool *MCP;
|
D | ARMBaseInstrInfo.cpp | 1177 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV() 1294 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
|
D | ARMAsmPrinter.cpp | 1201 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
D | ARMISelLowering.cpp | 5789 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()
|
D | ARMInstrInfo.td | 1562 /// is the index into the MachineConstantPool that this is, the third is the
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 65 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/ |
D | JITEmitter.cpp | 307 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/ |
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 | 403 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 992 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3917 MachineConstantPool &MCP = *MF.getConstantPool(); in foldMemoryOperandImpl()
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 519 ``MachineConstantPool``, a ``MachineFrameInfo``, a ``MachineFunctionInfo``, and
|