Lines Matching refs:CPE
2628 const MachineConstantPoolEntry &CPE = CP[i]; in emitConstantPool() local
2629 Align Alignment = CPE.getAlign(); in emitConstantPool()
2631 SectionKind Kind = CPE.getSectionKind(&getDataLayout()); in emitConstantPool()
2634 if (!CPE.isMachineConstantPoolEntry()) in emitConstantPool()
2635 C = CPE.Val.ConstVal; in emitConstantPool()
2677 MachineConstantPoolEntry CPE = CP[CPI]; in emitConstantPool() local
2680 unsigned NewOffset = alignTo(Offset, CPE.getAlign()); in emitConstantPool()
2683 Offset = NewOffset + CPE.getSizeInBytes(getDataLayout()); in emitConstantPool()
2686 if (CPE.isMachineConstantPoolEntry()) in emitConstantPool()
2687 emitMachineConstantPoolValue(CPE.Val.MachineCPVal); in emitConstantPool()
2689 emitGlobalConstant(getDataLayout(), CPE.Val.ConstVal); in emitConstantPool()
3836 const MachineConstantPoolEntry &CPE = in GetCPISymbol() local
3838 if (!CPE.isMachineConstantPoolEntry()) { in GetCPISymbol()
3840 SectionKind Kind = CPE.getSectionKind(&DL); in GetCPISymbol()
3841 const Constant *C = CPE.Val.ConstVal; in GetCPISymbol()
3842 Align Alignment = CPE.Alignment; in GetCPISymbol()