HomeSort by relevance Sort by last modified time
    Searched defs:MCP (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 42 /// MCP - Keep a pointer to constantpool entries of the current
44 const MachineConstantPool *MCP;
ARMAsmPrinter.cpp 62 : AsmPrinter(TM, std::move(Streamer)), AFI(nullptr), MCP(nullptr),
105 MCP = MF.getConstantPool();
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMConstantIslandPass.cpp 269 MachineConstantPool *MCP;
395 MCP = mf.getConstantPool();
398 << MCP->getConstants().size() << " CP entries, aligned to "
399 << MCP->getConstantPoolAlignment() << " bytes *****\n");
433 if (!MCP->isEmpty())
534 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
551 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
702 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
703 unsigned Align = MCP->getConstants()[CPI].getAlignment();
    [all...]
ARMFrameLowering.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 52 /// MCP - Keep a pointer to constantpool entries of the current
54 const MachineConstantPool *MCP;
103 : AsmPrinter(TM, std::move(Streamer)), MCP(nullptr),
MipsConstantIslandPass.cpp 351 MachineConstantPool *MCP;
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();
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 197 MachineConstantPool &MCP;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 395 milliseconds