Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1113 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes()
1119 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation()
1126 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind()
1218 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
1235 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
H A DMIRPrinter.cpp531 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1263 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1674 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
H A DARMBaseInstrInfo.cpp1739 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1867 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1868 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
H A DARMConstantIslandPass.cpp541 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2001 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
2008 const MachineConstantPoolEntry &CPE = CP[i]; in emitConstantPool()
2057 MachineConstantPoolEntry CPE = CP[CPI]; in emitConstantPool()
3098 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1778 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool()
1780 const MachineConstantPoolEntry &ConstantEntry = Constants[Op.getIndex()]; in getConstantFromPool()