Searched defs:MCP (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h42 /// MCP - Keep a pointer to constantpool entries of the current
44 const MachineConstantPool *MCP; member in class:llvm::ARMAsmPrinter
H A DARMAsmPrinter.cpp63 : AsmPrinter(TM, std::move(Streamer)), AFI(nullptr), MCP(nullptr),
106 MCP = MF.getConstantPool();
1142 const MachineConstantPool *MCP = MF.getConstantPool(); local
1143 if (CPI >= MCP->getConstants().size())
1148 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI];
1502 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx];
H A DARMExpandPseudoInsts.cpp990 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); local
1004 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4));
H A DARMConstantIslandPass.cpp259 MachineConstantPool *MCP; member in class:__anon10660::ARMConstantIslands
380 MCP = mf.getConstantPool();
383 << MCP->getConstants().size() << " CP entries, aligned to "
384 << MCP->getConstantPoolAlignment() << " bytes *****\n");
425 if (!MCP->isEmpty())
513 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
531 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
612 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
613 unsigned Align = MCP->getConstants()[CPI].getAlignment();
H A DARMFrameLowering.cpp1982 MachineConstantPool *MCP = MF.getConstantPool(); local
1983 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, MF.getAlignment());
H A DARMBaseInstrInfo.cpp1346 MachineConstantPool *MCP = MF.getConstantPool(); local
1349 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI];
1384 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment());
1466 const MachineConstantPool *MCP = MF->getConstantPool(); local
1469 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0];
1470 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1];
H A DARMISelLowering.cpp6376 MachineConstantPool *MCP = MF->getConstantPool(); local
6387 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4);
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h52 /// MCP - Keep a pointer to constantpool entries of the current
54 const MachineConstantPool *MCP; member in class:llvm::MipsAsmPrinter
103 : AsmPrinter(TM, std::move(Streamer)), MCP(nullptr),
H A DMipsConstantIslandPass.cpp351 MachineConstantPool *MCP; member in class:__anon10764::MipsConstantIslands
370 MF(nullptr), MCP(nullptr), PrescannedForConstants(false) {}
450 MCP = mf.getConstantPool();
478 if (!MCP->isEmpty())
543 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
561 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
640 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
641 unsigned Align = MCP->getConstants()[CPI].getAlignment();
1699 unsigned index = MCP->getConstantPoolIndex(C, 4);
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h192 MachineConstantPool &MCP; member in class:llvm::FastISel
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1195 /// representations of the constants in the constant pool MCP. This is
1200 const MachineConstantPool *MCP = MF->getConstantPool(); local
1201 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants();
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5294 MachineConstantPool &MCP = *MF.getConstantPool(); local
5309 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment);

Completed in 247 milliseconds