Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h67 class MachineConstantPoolEntry {
79 MachineConstantPoolEntry(const Constant *V, unsigned A) in MachineConstantPoolEntry() function
84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry() function
123 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
150 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp913 Type *MachineConstantPoolEntry::getType() const { in getType()
919 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation()
926 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind()
1021 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
1039 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
H A DMIRPrinter.cpp458 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h83 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1195 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1558 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
H A DARMBaseInstrInfo.cpp1551 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1679 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1680 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
H A DARMConstantIslandPass.cpp509 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1657 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool()
1664 const MachineConstantPoolEntry &CPE = CP[i]; in EmitConstantPool()
1713 MachineConstantPoolEntry CPE = CP[CPI]; in EmitConstantPool()
2744 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp226 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
H A DMipsConstantIslandPass.cpp556 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1385 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool()
1387 const MachineConstantPoolEntry &ConstantEntry = Constants[Op.getIndex()]; in getConstantFromPool()