Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp29 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVConstantPoolValue.cpp40 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp287 << 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 DCSKYConstantPoolValue.h89 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DCSKYAsmPrinter.cpp114 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitCustomConstantPool()
H A DCSKYFrameLowering.cpp281 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataSplitter.cpp147 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in getConstant()
H A DMIRPrinter.cpp595 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convertMCP()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h65 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DXtensaAsmPrinter.cpp148 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DARMConstantPoolValue.cpp197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
H A DARMConstantIslandPass.cpp390 << 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 DARMAsmPrinter.cpp1404 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 DARMBaseInstrInfo.cpp1613 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 DARMFrameLowering.cpp2333 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp549 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 DMipsAsmPrinter.cpp225 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp606 assert(MF->getConstantPool()->getConstants().empty() && in emitConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2878 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 DPPCInstrInfo.cpp733 return (MCP->getConstants())[MO2.getIndex()].Val.ConstVal; in getConstantFromConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3676 MI.getParent()->getParent()->getConstantPool()->getConstants(); in getConstantFromPool()