Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaAsmPrinter.cpp105 const MachineConstantPoolEntry &CPE, int i) { in emitMachineConstantPoolEntry()
141 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
153 for (const MachineConstantPoolEntry &CPE : CP) { in emitConstantPool()
H A DXtensaAsmPrinter.h41 void emitMachineConstantPoolEntry(const MachineConstantPoolEntry &CPE, int i);
H A DXtensaConstantPoolValue.h65 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1380 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes()
1386 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation()
1393 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind()
1414 for (const MachineConstantPoolEntry &C : Constants) in ~MachineConstantPool()
1494 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
1511 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
H A DMIRPrinter.cpp580 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
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 DCSKYConstantIslandPass.cpp393 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1382 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1814 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
H A DARMConstantIslandPass.cpp564 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
H A DARMBaseInstrInfo.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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2621 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
2628 const MachineConstantPoolEntry &CPE = CP[i]; in emitConstantPool()
2677 MachineConstantPoolEntry CPE = CP[CPI]; in emitConstantPool()
3836 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp227 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
H A DMipsConstantIslandPass.cpp551 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3617 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool()
3619 const MachineConstantPoolEntry &ConstantEntry = Constants[Disp.getIndex()]; in getConstantFromPool()