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 41 /// MCP - Keep a pointer to constantpool entries of the current
43 const MachineConstantPool *MCP;
50 : AsmPrinter(TM, Streamer), AFI(nullptr), MCP(nullptr),
ARMExpandPseudoInsts.cpp     [all...]
ARMAsmPrinter.cpp 100 MCP = MF.getConstantPool();
    [all...]
ARMFrameLowering.cpp     [all...]
ARMConstantIslandPass.cpp 259 MachineConstantPool *MCP;
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();
    [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;
93 : AsmPrinter(TM, Streamer), MCP(nullptr), InConstantPool(false),
MipsConstantIslandPass.cpp 351 MachineConstantPool *MCP;
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();
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 55 MachineConstantPool &MCP;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 410 milliseconds