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

  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 39 /// MCP - Keep a pointer to constantpool entries of the current
41 const MachineConstantPool *MCP;
48 : AsmPrinter(TM, Streamer), AFI(NULL), MCP(NULL), InConstantPool(false) {
ARMAsmPrinter.cpp 319 MCP = MF.getConstantPool();
    [all...]
ARMConstantIslandPass.cpp 258 MachineConstantPool *MCP;
378 MCP = mf.getConstantPool();
381 << MCP->getConstants().size() << " CP entries, aligned to "
382 << MCP->getConstantPoolAlignment() << " bytes *****\n");
423 if (!MCP->isEmpty())
511 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
529 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
609 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
610 unsigned Align = MCP->getConstants()[CPI].getAlignment();
    [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 53 MachineConstantPool &MCP;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 434 milliseconds