Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1352 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes()
1358 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation()
1365 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind()
1386 for (const MachineConstantPoolEntry &C : Constants) in ~MachineConstantPool()
1457 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
1474 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
H A DMIRPrinter.cpp559 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1307 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1722 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
H A DARMConstantIslandPass.cpp566 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
H A DARMBaseInstrInfo.cpp1769 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1891 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1892 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2403 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
2410 const MachineConstantPoolEntry &CPE = CP[i]; in emitConstantPool()
2459 MachineConstantPoolEntry CPE = CP[CPI]; in emitConstantPool()
3578 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1885 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool()
1887 const MachineConstantPoolEntry &ConstantEntry = Constants[Op.getIndex()]; in getConstantFromPool()