HomeSort by relevance Sort by last modified time
    Searched refs:MCP (Results 1 - 14 of 14) 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) {
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...]
ARMAsmPrinter.cpp 319 MCP = MF.getConstantPool();
    [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMFastISel.cpp 547 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
605 unsigned Idx = MCP.getConstantPoolIndex(C, Align);
675 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 382 void emitConstantPool(MachineConstantPool *MCP);
749 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP,
751 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants();
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 53 MachineConstantPool &MCP;
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 125 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 401 MachineConstantPool *MCP = MF->getConstantPool();
403 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align);
405 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
    [all...]
FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
X86FastISel.cpp     [all...]

Completed in 848 milliseconds