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 43 /// MCP - Keep a pointer to constantpool entries of the current
45 const MachineConstantPool *MCP;
49 : AsmPrinter(TM, Streamer), AFI(NULL), MCP(NULL) {
ARMAsmPrinter.cpp 318 MCP = MF.getConstantPool();
    [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMConstantIslandPass.cpp 269 MachineConstantPool *MCP;
391 MCP = mf.getConstantPool();
394 << MCP->getConstants().size() << " CP entries, aligned to "
395 << MCP->getConstantPoolAlignment() << " bytes *****\n");
436 if (!MCP->isEmpty())
524 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
542 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
622 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
623 unsigned Align = MCP->getConstants()[CPI].getAlignment();
    [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 735 milliseconds