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

/external/llvm/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
49 : AsmPrinter(TM, Streamer), AFI(NULL), MCP(NULL) {
H A DARMConstantIslandPass.cpp269 MachineConstantPool *MCP; member in class:__anon7519::ARMConstantIslands
391 MCP = mf.getConstantPool();
394 << MCP->getConstants().size() << " CP entries, aligned to "
395 << MCP->getConstantPoolAlignment() << " bytes *****\n");
436 if (!MCP->isEmpty())
524 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
542 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
622 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
623 unsigned Align = MCP->getConstants()[CPI].getAlignment();
H A DARMAsmPrinter.cpp318 MCP = MF.getConstantPool();
1166 const MachineConstantPool *MCP = MF.getConstantPool(); local
1167 if (CPI >= MCP->getConstants().size())
1172 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI];
1573 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx];
H A DARMBaseInstrInfo.cpp1122 MachineConstantPool *MCP = MF.getConstantPool(); local
1125 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI];
1159 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment());
1239 const MachineConstantPool *MCP = MF->getConstantPool(); local
1242 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0];
1243 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1];
H A DARMFastISel.cpp541 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
597 unsigned Idx = MCP.getConstantPoolIndex(C, Align);
659 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
H A DARMISelLowering.cpp5712 MachineConstantPool *MCP = MF->getConstantPool(); local
5723 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp392 void emitConstantPool(MachineConstantPool *MCP);
760 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP, argument
762 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants();
1049 void JITEmitter::emitConstantPool(MachineConstantPool *MCP) { argument
1053 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants();
1056 unsigned Size = GetConstantPoolSizeInBytes(MCP, TheJIT->getTargetData());
1057 unsigned Align = MCP->getConstantPoolAlignment();
1059 ConstantPool = MCP;
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h53 MachineConstantPool &MCP; member in class:llvm::FastISel
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp380 MachineConstantPool *MCP = MF->getConstantPool();
382 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align);
384 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
H A DFastISel.cpp1044 MCP(*FuncInfo.MF->getConstantPool()),
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp990 /// representations of the constants in the constant pool MCP. This is
995 const MachineConstantPool *MCP = MF->getConstantPool(); local
996 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants();
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2083 unsigned MCPOffset = MCP.getConstantPoolIndex(C, Align);
H A DX86InstrInfo.cpp3089 MachineConstantPool &MCP = *MF.getConstantPool(); local
3107 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment);

Completed in 81 milliseconds