| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 29 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVConstantPoolValue.cpp | 40 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineConstantPool.h | 145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantIslandPass.cpp | 287 << MCP->getConstants().size() << " CP entries, aligned to " in runOnMachineFunction() 387 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement() 464 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign() 465 return MCP->getConstants()[CPI].getAlign(); in getCPEAlign()
|
| H A D | CSKYConstantPoolValue.h | 89 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
| H A D | CSKYAsmPrinter.cpp | 114 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitCustomConstantPool()
|
| H A D | CSKYFrameLowering.cpp | 281 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StaticDataSplitter.cpp | 147 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in getConstant()
|
| H A D | MIRPrinter.cpp | 595 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convertMCP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaConstantPoolValue.h | 65 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
| H A D | XtensaAsmPrinter.cpp | 148 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.h | 80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
| H A D | ARMConstantPoolValue.cpp | 197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
|
| H A D | ARMConstantIslandPass.cpp | 390 << MCP->getConstants().size() << " CP entries, aligned to " in runOnMachineFunction() 563 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement() 732 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign() 733 return MCP->getConstants()[CPI].getAlign(); in getCPEAlign()
|
| H A D | ARMAsmPrinter.cpp | 1404 if (CPI >= MCP->getConstants().size()) in EmitUnwindingInstruction() 1409 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction() 1848 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
|
| H A D | ARMBaseInstrInfo.cpp | 1613 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() 1735 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue() 1736 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
|
| H A D | ARMFrameLowering.cpp | 2333 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 549 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement() 622 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign() 623 return MCP->getConstants()[CPI].getAlign(); in getCPEAlign()
|
| H A D | MipsAsmPrinter.cpp | 225 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 606 assert(MF->getConstantPool()->getConstants().empty() && in emitConstantPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2878 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool() 4217 MF->getConstantPool()->getConstants()[CPID]; in GetCPISymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 733 return (MCP->getConstants())[MO2.getIndex()].Val.ConstVal; in getConstantFromConstantPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3676 MI.getParent()->getParent()->getConstantPool()->getConstants(); in getConstantFromPool()
|