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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMAsmPrinter.h43 /// MCP - Keep a pointer to constantpool entries of the current
45 const MachineConstantPool *MCP; member in class:llvm::ARMAsmPrinter
52 : AsmPrinter(TM, Streamer), AFI(NULL), MCP(NULL), InConstantPool(false) {
H A DARMConstantIslandPass.cpp258 MachineConstantPool *MCP; member in class:__anon10321::ARMConstantIslands
378 MCP = mf.getConstantPool();
381 << MCP->getConstants().size() << " CP entries, aligned to "
382 << MCP->getConstantPoolAlignment() << " bytes *****\n");
423 if (!MCP->isEmpty())
511 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
529 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
609 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
610 unsigned Align = MCP->getConstants()[CPI].getAlignment();
H A DARMAsmPrinter.cpp326 MCP = MF.getConstantPool();
1217 const MachineConstantPool *MCP = MF.getConstantPool(); local
1218 if (CPI >= MCP->getConstants().size())
1223 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI];
1605 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx];
H A DARMBaseInstrInfo.cpp1182 MachineConstantPool *MCP = MF.getConstantPool(); local
1185 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI];
1219 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment());
1299 const MachineConstantPool *MCP = MF->getConstantPool(); local
1302 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0];
1303 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1];
H A DARMFastISel.cpp544 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
600 unsigned Idx = MCP.getConstantPoolIndex(C, Align);
662 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
2813 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
H A DARMISelLowering.cpp5823 MachineConstantPool *MCP = MF->getConstantPool(); local
5834 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4);
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp397 void emitConstantPool(MachineConstantPool *MCP);
765 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP, argument
767 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants();
1054 void JITEmitter::emitConstantPool(MachineConstantPool *MCP) { argument
1058 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants();
1061 unsigned Size = GetConstantPoolSizeInBytes(MCP, TheJIT->getTargetData());
1062 unsigned Align = MCP->getConstantPoolAlignment();
1064 ConstantPool = MCP;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DFastISel.h54 MachineConstantPool &MCP; member in class:llvm::FastISel
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp401 MachineConstantPool *MCP = MF->getConstantPool();
403 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align);
405 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
H A DFastISel.cpp1060 MCP(*FuncInfo.MF->getConstantPool()),
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp970 /// representations of the constants in the constant pool MCP. This is
975 const MachineConstantPool *MCP = MF->getConstantPool(); local
976 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86FastISel.cpp2123 unsigned MCPOffset = MCP.getConstantPoolIndex(C, Align);
H A DX86InstrInfo.cpp3941 MachineConstantPool &MCP = *MF.getConstantPool(); local
3956 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment);

Completed in 153 milliseconds