Home
last modified time | relevance | path

Searched refs:MCP (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMAsmPrinter.h41 const MachineConstantPool *MCP; variable
48 : AsmPrinter(TM, Streamer), AFI(NULL), MCP(NULL), InConstantPool(false) { in ARMAsmPrinter()
DARMConstantIslandPass.cpp258 MachineConstantPool *MCP; member in __anon1e7e39790111::ARMConstantIslands
378 MCP = mf.getConstantPool(); in runOnMachineFunction()
381 << MCP->getConstants().size() << " CP entries, aligned to " in runOnMachineFunction()
382 << MCP->getConstantPoolAlignment() << " bytes *****\n"); in runOnMachineFunction()
423 if (!MCP->isEmpty()) in runOnMachineFunction()
511 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment()); in doInitialPlacement()
529 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
609 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPELogAlign()
610 unsigned Align = MCP->getConstants()[CPI].getAlignment(); in getCPELogAlign()
DARMAsmPrinter.cpp329 MCP = MF.getConstantPool(); in runOnMachineFunction()
1209 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction() local
1210 if (CPI >= MCP->getConstants().size()) in EmitUnwindingInstruction()
1215 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1566 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
DARMBaseInstrInfo.cpp1203 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV() local
1206 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1240 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
1320 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue() local
1323 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1324 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
DARMFastISel.cpp546 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in ARMMaterializeFP()
604 unsigned Idx = MCP.getConstantPoolIndex(C, Align); in ARMMaterializeInt()
669 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV()
2851 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMLowerPICELF()
DARMISelLowering.cpp6181 MachineConstantPool *MCP = MF->getConstantPool(); in SetupEntryBlockForSjLj() local
6192 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4); in SetupEntryBlockForSjLj()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp392 void emitConstantPool(MachineConstantPool *MCP);
760 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP, in GetConstantPoolSizeInBytes() argument
762 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); in GetConstantPoolSizeInBytes()
1059 void JITEmitter::emitConstantPool(MachineConstantPool *MCP) { in emitConstantPool() argument
1063 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); in emitConstantPool()
1066 unsigned Size = GetConstantPoolSizeInBytes(MCP, TheJIT->getDataLayout()); in emitConstantPool()
1067 unsigned Align = MCP->getConstantPoolAlignment(); in emitConstantPool()
1069 ConstantPool = MCP; in emitConstantPool()
/external/llvm/include/llvm/CodeGen/
DFastISel.h54 MachineConstantPool &MCP; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp401 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand() local
403 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand()
405 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
DFastISel.cpp1088 MCP(*FuncInfo.MF->getConstantPool()), in FastISel()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp981 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool() local
982 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2206 unsigned MCPOffset = MCP.getConstantPoolIndex(C, Align); in TargetMaterializeConstant()
DX86InstrInfo.cpp3987 MachineConstantPool &MCP = *MF.getConstantPool(); in foldMemoryOperandImpl() local
4002 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()