Home
last modified time | relevance | path

Searched refs:MachineConstantPoolEntry (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h67 class MachineConstantPoolEntry {
80 MachineConstantPoolEntry(const Constant *V, Align A) in MachineConstantPoolEntry() function
85 MachineConstantPoolEntry(MachineConstantPoolValue *V, Align A) in MachineConstantPoolEntry() function
119 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dpr15031.ll224 … type { %"struct.std::_Vector_base<llvm::MachineConstantPoolEntry, std::allocator<llvm::MachineCon…
225MachineConstantPoolEntry, std::allocator<llvm::MachineConstantPoolEntry> >::_Vector_impl" = type {…
226 %"class.llvm::MachineConstantPoolEntry" = type { %union.anon.158, i32 }
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1387 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes()
1393 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation()
1400 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind()
1421 for (const MachineConstantPoolEntry &C : Constants) in ~MachineConstantPool()
1492 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
1509 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
H A DMIRPrinter.cpp558 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h87 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DCSKYAsmPrinter.cpp114 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitCustomConstantPool()
H A DCSKYConstantIslandPass.cpp393 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1309 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1724 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
H A DARMBaseInstrInfo.cpp1764 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1886 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1887 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
H A DARMConstantIslandPass.cpp566 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2252 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
2259 const MachineConstantPoolEntry &CPE = CP[i]; in emitConstantPool()
2308 MachineConstantPoolEntry CPE = CP[CPI]; in emitConstantPool()
3403 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp226 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
H A DMipsConstantIslandPass.cpp551 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1824 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool()
1826 const MachineConstantPoolEntry &ConstantEntry = Constants[Op.getIndex()]; in getConstantFromPool()