Searched refs:getConstants (Results 1 – 15 of 15) sorted by relevance
31 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
149 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
82 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
352 << MCP->getConstants().size() << " CP entries, aligned to " in runOnMachineFunction()516 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()670 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign()671 return Align(MCP->getConstants()[CPI].getAlignment()); in getCPEAlign()
1197 if (CPI >= MCP->getConstants().size()) in EmitUnwindingInstruction()1202 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()1629 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
1650 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()1778 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()1779 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
1497 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
551 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()630 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign()631 return Align(MCP->getConstants()[CPI].getAlignment()); in getCPEAlign()
227 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
404 $constants = $reflectionClass->getConstants();
281 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
504 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
1748 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool()2848 MF->getConstantPool()->getConstants()[CPID]; in GetCPISymbol()
1744 MI.getParent()->getParent()->getConstantPool()->getConstants(); in getConstantFromPool()