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

/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h41 /// MCP - Keep a pointer to constantpool entries of the current
43 const MachineConstantPool *MCP; member in class:llvm::ARMAsmPrinter
50 : AsmPrinter(TM, Streamer), AFI(nullptr), MCP(nullptr),
H A DARMConstantIslandPass.cpp259 MachineConstantPool *MCP; member in class:__anon25967::ARMConstantIslands
379 MCP = mf.getConstantPool();
382 << MCP->getConstants().size() << " CP entries, aligned to "
383 << MCP->getConstantPoolAlignment() << " bytes *****\n");
424 if (!MCP->isEmpty())
512 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
530 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
610 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
611 unsigned Align = MCP->getConstants()[CPI].getAlignment();
H A DARMAsmPrinter.cpp100 MCP = MF.getConstantPool();
1109 const MachineConstantPool *MCP = MF.getConstantPool(); local
1110 if (CPI >= MCP->getConstants().size())
1115 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI];
1453 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx];
H A DARMBaseInstrInfo.cpp1247 MachineConstantPool *MCP = MF.getConstantPool(); local
1250 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI];
1285 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment());
1367 const MachineConstantPool *MCP = MF->getConstantPool(); local
1370 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0];
1371 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1];
H A DARMFastISel.cpp499 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
557 unsigned Idx = MCP.getConstantPoolIndex(C, Align);
628 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
2945 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
H A DARMExpandPseudoInsts.cpp987 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); local
1001 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4));
H A DARMFrameLowering.cpp1848 MachineConstantPool *MCP = MF.getConstantPool(); local
1849 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, MF.getAlignment());
H A DARMISelLowering.cpp6301 MachineConstantPool *MCP = MF->getConstantPool(); local
6312 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
93 : AsmPrinter(TM, Streamer), MCP(nullptr), InConstantPool(false),
H A DMipsConstantIslandPass.cpp351 MachineConstantPool *MCP; member in class:__anon26048::MipsConstantIslands
371 STI(&TM.getSubtarget<MipsSubtarget>()), MF(nullptr), MCP(nullptr),
452 MCP = mf.getConstantPool();
480 if (!MCP->isEmpty())
545 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
563 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
644 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
645 unsigned Align = MCP->getConstants()[CPI].getAlignment();
1703 unsigned index = MCP->getConstantPoolIndex(C, 4);
H A DMipsAsmPrinter.cpp77 MCP = MF.getConstantPool();
166 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx];
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp377 void emitConstantPool(MachineConstantPool *MCP);
754 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP, argument
756 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants();
1014 void JITEmitter::emitConstantPool(MachineConstantPool *MCP) { argument
1018 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants();
1021 unsigned Size = GetConstantPoolSizeInBytes(MCP, TheJIT->getDataLayout());
1022 unsigned Align = MCP->getConstantPoolAlignment();
1024 ConstantPool = MCP;
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h55 MachineConstantPool &MCP; member in class:llvm::FastISel
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp413 MachineConstantPool *MCP = MF->getConstantPool();
415 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align);
417 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
H A DFastISel.cpp1216 MCP(*FuncInfo.MF->getConstantPool()),
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1049 /// representations of the constants in the constant pool MCP. This is
1054 const MachineConstantPool *MCP = MF->getConstantPool(); local
1055 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants();
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp229 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1821 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp3269 unsigned MCPOffset = MCP.getConstantPoolIndex(C, Align);
H A DX86InstrInfo.cpp4473 MachineConstantPool &MCP = *MF.getConstantPool(); local
4488 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment);

Completed in 357 milliseconds