Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.cpp167 llvm::MachineConstantPoolEntry CPE = Constants[i]; in GetConstantPoolSizeInBytes() local
168 unsigned int AlignMask = CPE.getAlignment() - 1; in GetConstantPoolSizeInBytes()
170 llvm::Type *Ty = CPE.getType(); in GetConstantPoolSizeInBytes()
755 llvm::MachineConstantPoolEntry CPE = Constants[i]; in emitConstantPool() local
756 unsigned AlignMask = CPE.getAlignment() - 1; in emitConstantPool()
762 if (CPE.isMachineConstantPoolEntry()) in emitConstantPool()
767 InitializeConstantToMemory(CPE.Val.ConstVal, (void*) CAddr); in emitConstantPool()
769 llvm::Type *Ty = CPE.Val.ConstVal->getType(); in emitConstantPool()