Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMAsmPrinter.h45 const MachineConstantPool *MCP; variable
52 : AsmPrinter(TM, Streamer), AFI(NULL), MCP(NULL), InConstantPool(false) { in ARMAsmPrinter()
DARMConstantIslandPass.cpp258 MachineConstantPool *MCP; member in __anone4b658590111::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.cpp325 MCP = MF.getConstantPool(); in runOnMachineFunction()
1201 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction() local
1202 if (CPI >= MCP->getConstants().size()) in EmitUnwindingInstruction()
1207 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1614 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
DARMBaseInstrInfo.cpp1177 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV() local
1180 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1214 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
1294 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue() local
1297 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1298 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
DARMFastISel.cpp543 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in ARMMaterializeFP()
599 unsigned Idx = MCP.getConstantPoolIndex(C, Align); in ARMMaterializeInt()
658 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV()
DARMISelLowering.cpp5789 MachineConstantPool *MCP = MF->getConstantPool(); in SetupEntryBlockForSjLj() local
5800 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4); in SetupEntryBlockForSjLj()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp397 void emitConstantPool(MachineConstantPool *MCP);
765 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP, in GetConstantPoolSizeInBytes() argument
767 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); in GetConstantPoolSizeInBytes()
1054 void JITEmitter::emitConstantPool(MachineConstantPool *MCP) { in emitConstantPool() argument
1058 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); in emitConstantPool()
1061 unsigned Size = GetConstantPoolSizeInBytes(MCP, TheJIT->getTargetData()); in emitConstantPool()
1062 unsigned Align = MCP->getConstantPoolAlignment(); in emitConstantPool()
1064 ConstantPool = MCP; in emitConstantPool()
/external/llvm/include/llvm/CodeGen/
DFastISel.h54 MachineConstantPool &MCP; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp403 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand() local
405 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand()
407 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
DFastISel.cpp1060 MCP(*FuncInfo.MF->getConstantPool()), in FastISel()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp992 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool() local
993 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2109 unsigned MCPOffset = MCP.getConstantPoolIndex(C, Align); in TargetMaterializeConstant()
DX86InstrInfo.cpp3917 MachineConstantPool &MCP = *MF.getConstantPool(); in foldMemoryOperandImpl() local
3932 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()