Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaAsmPrinter.cpp109 const MachineConstantPoolEntry &CPE, int i) { in emitMachineConstantPoolEntry()
145 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
157 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()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp29 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1451 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in CanShareConstantPoolEntry()
1457 bool MachineConstantPoolEntry::needsRelocation() const { in CanShareConstantPoolEntry()
1464 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in CanShareConstantPoolEntry()
1485 for (const MachineConstantPoolEntry &C : Constants) in getConstantPoolIndex()
1565 Constants.push_back(MachineConstantPoolEntry(C, Alignment));
1582 Constants.push_back(MachineConstantPoolEntry(V, Alignment));
H A DMIRPrinter.cpp630 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in guessSuccessors()
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dpr15031.ll224 … type { %"struct.std::_Vector_base<llvm::MachineConstantPoolEntry, std::allocator<llvm::MachineCon…
225 %"struct.std::_Vector_base<llvm::MachineConstantPoolEntry, std::allocator<llvm::MachineConstantPool…
226 %"class.llvm::MachineConstantPoolEntry" = type { %union.anon.158, i32 }
/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.cpp387 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1384 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1818 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
H A DARMConstantIslandPass.cpp565 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
H A DARMBaseInstrInfo.cpp1786 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1908 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1909 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2780 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitJumpTableEntry()
2787 const MachineConstantPoolEntry &CPE = CP[i]; in emitJumpTableEntry()
2836 MachineConstantPoolEntry CPE = CP[CPI];
4116 const MachineConstantPoolEntry &CPE = in isBlockOnlyReachableByFallthrough()
/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp223 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
H A DMipsConstantIslandPass.cpp549 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3671 ArrayRef<MachineConstantPoolEntry> Constants = in canMakeTailCallConditional()
3673 const MachineConstantPoolEntry &ConstantEntry = Constants[Disp.getIndex()]; in canMakeTailCallConditional()