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

/freebsd-11.0-release/contrib/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:__anon2930::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();
1696 unsigned index = MCP->getConstantPoolIndex(C, 4);
H A DMipsAsmPrinter.cpp79 MCP = MF.getConstantPool();
168 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx];
/freebsd-11.0-release/contrib/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 DARMConstantIslandPass.cpp264 MachineConstantPool *MCP; member in class:__anon2766::ARMConstantIslands
390 MCP = mf.getConstantPool();
393 << MCP->getConstants().size() << " CP entries, aligned to "
394 << MCP->getConstantPoolAlignment() << " bytes *****\n");
428 if (!MCP->isEmpty())
526 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
543 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
694 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
695 unsigned Align = MCP->getConstants()[CPI].getAlignment();
H A DARMAsmPrinter.cpp62 : AsmPrinter(TM, std::move(Streamer)), AFI(nullptr), MCP(nullptr),
105 MCP = MF.getConstantPool();
1184 const MachineConstantPool *MCP = MF.getConstantPool(); local
1185 if (CPI >= MCP->getConstants().size())
1190 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI];
1543 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx];
H A DARMBaseInstrInfo.cpp1364 MachineConstantPool *MCP = MF.getConstantPool(); local
1367 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI];
1402 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment());
1484 const MachineConstantPool *MCP = MF->getConstantPool(); local
1487 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0];
1488 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1];
H A DARMExpandPseudoInsts.cpp1036 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); local
1050 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4));
H A DARMFrameLowering.cpp1977 MachineConstantPool *MCP = MF.getConstantPool(); local
1978 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, 4);
H A DARMFastISel.cpp497 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
562 unsigned Idx = MCP.getConstantPoolIndex(C, Align);
631 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
H A DARMISelLowering.cpp7034 MachineConstantPool *MCP = MF->getConstantPool(); local
7045 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp417 MachineConstantPool *MCP = MF->getConstantPool();
419 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align);
421 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
H A DFastISel.cpp1659 MFI(*FuncInfo.MF->getFrameInfo()), MCP(*FuncInfo.MF->getConstantPool()),
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h197 MachineConstantPool &MCP; member in class:llvm::FastISel
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1325 /// representations of the constants in the constant pool MCP. This is
1330 const MachineConstantPool *MCP = MF->getConstantPool(); local
1331 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants();
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1891 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp3414 unsigned CPI = MCP.getConstantPoolIndex(CFP, Align);
H A DX86InstrInfo.cpp6097 MachineConstantPool &MCP = *MF.getConstantPool(); local
6112 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment);
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp398 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);

Completed in 297 milliseconds