Searched refs:getConstants (Results 1 – 17 of 17) sorted by relevance
30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
372 << MCP->getConstants().size() << " CP entries, aligned to " in runOnMachineFunction()541 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()700 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign()701 return MCP->getConstants()[CPI].getAlign(); in getCPEAlign()
1258 if (CPI >= MCP->getConstants().size()) in EmitUnwindingInstruction()1263 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()1674 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
1739 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()1867 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()1868 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
1607 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()
171 inline ListASTNode * getConstants() { return m_constants; } in getConstants() function218 inline ListASTNode * getConstants() { return m_constants; } in getConstants() function
144 processConstants(constants->getConstants()); in run()
447 assert(MF->getConstantPool()->getConstants().empty() && in emitConstantPool()
531 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
2001 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()3099 MF->getConstantPool()->getConstants()[CPID]; in GetCPISymbol()
1779 MI.getParent()->getParent()->getConstantPool()->getConstants(); in getConstantFromPool()
754 return (MCP->getConstants())[MO2.getIndex()].Val.ConstVal; in getConstantFromConstantPool()