Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZConstantPoolValue.cpp30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineConstantPool.h145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYConstantIslandPass.cpp293 << 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()
HDCSKYConstantPoolValue.h89 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
HDCSKYAsmPrinter.cpp114 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitCustomConstantPool()
HDCSKYFrameLowering.cpp281 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaConstantPoolValue.h65 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
HDXtensaAsmPrinter.cpp141 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantPoolValue.h80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
HDARMConstantPoolValue.cpp197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
HDARMConstantIslandPass.cpp394 << 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()
HDARMAsmPrinter.cpp1377 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()
HDARMBaseInstrInfo.cpp1770 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()
HDARMFrameLowering.cpp2082 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsConstantIslandPass.cpp551 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()
HDMipsAsmPrinter.cpp227 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyAsmPrinter.cpp606 assert(MF->getConstantPool()->getConstants().empty() && in emitConstantPool()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRPrinter.cpp580 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp2621 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
3837 MF->getConstantPool()->getConstants()[CPID]; in GetCPISymbol()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.cpp735 return (MCP->getConstants())[MO2.getIndex()].Val.ConstVal; in getConstantFromConstantPool()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp3618 MI.getParent()->getParent()->getConstantPool()->getConstants(); in getConstantFromPool()