Home
last modified time | relevance | path

Searched refs:MCP (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.h270 unsigned int GetConstantPoolSizeInBytes(llvm::MachineConstantPool *MCP);
284 void emitConstantPool(llvm::MachineConstantPool *MCP);
DCodeEmitter.cpp158 llvm::MachineConstantPool *MCP) { in GetConstantPoolSizeInBytes() argument
160 MCP->getConstants(); in GetConstantPoolSizeInBytes()
731 void CodeEmitter::emitConstantPool(llvm::MachineConstantPool *MCP) { in emitConstantPool() argument
739 MCP->getConstants(); in emitConstantPool()
744 unsigned Size = GetConstantPoolSizeInBytes(MCP); in emitConstantPool()
745 unsigned Align = MCP->getConstantPoolAlignment(); in emitConstantPool()
748 mpConstantPool = MCP; in emitConstantPool()