Searched refs:getConstants (Results 1 – 21 of 21) sorted by relevance
30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
293 << MCP->getConstants().size() << " CP entries, aligned to " in runOnMachineFunction()393 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()470 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign()471 return MCP->getConstants()[CPI].getAlign(); in getCPEAlign()
89 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
114 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitCustomConstantPool()
281 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
65 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
141 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
394 << MCP->getConstants().size() << " CP entries, aligned to " in runOnMachineFunction()564 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()731 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign()732 return MCP->getConstants()[CPI].getAlign(); in getCPEAlign()
1377 if (CPI >= MCP->getConstants().size()) in EmitUnwindingInstruction()1382 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()1814 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
1770 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()1892 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()1893 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
2082 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
551 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()624 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign()625 return MCP->getConstants()[CPI].getAlign(); in getCPEAlign()
227 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
606 assert(MF->getConstantPool()->getConstants().empty() && in emitConstantPool()
580 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
2621 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()3837 MF->getConstantPool()->getConstants()[CPID]; in GetCPISymbol()
735 return (MCP->getConstants())[MO2.getIndex()].Val.ConstVal; in getConstantFromConstantPool()
3618 MI.getParent()->getParent()->getConstantPool()->getConstants(); in getConstantFromPool()