| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineConstantPool.h | 67 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 D | XtensaAsmPrinter.cpp | 112 const MachineConstantPoolEntry &CPE, int i) { in emitMachineConstantPoolEntry() 148 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool() 160 for (const MachineConstantPoolEntry &CPE : CP) { in emitConstantPool()
|
| H A D | XtensaAsmPrinter.h | 43 void emitMachineConstantPoolEntry(const MachineConstantPoolEntry &CPE, int i);
|
| H A D | XtensaConstantPoolValue.h | 65 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 29 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVConstantPoolValue.cpp | 40 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1450 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes() 1456 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() 1463 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind() 1484 for (const MachineConstantPoolEntry &C : Constants) in ~MachineConstantPool() 1564 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex() 1581 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
|
| H A D | StaticDataSplitter.cpp | 147 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in getConstant()
|
| H A D | MIRPrinter.cpp | 595 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convertMCP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.h | 89 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
| H A D | CSKYAsmPrinter.cpp | 114 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitCustomConstantPool()
|
| H A D | CSKYConstantIslandPass.cpp | 387 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.h | 80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
| H A D | ARMAsmPrinter.cpp | 1409 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction() 1848 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
|
| H A D | ARMConstantIslandPass.cpp | 563 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
|
| H A D | ARMBaseInstrInfo.cpp | 1613 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() 1735 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue() 1736 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 225 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
|
| H A D | MipsConstantIslandPass.cpp | 549 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2878 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool() 2885 const MachineConstantPoolEntry &CPE = CP[i]; in emitConstantPool() 2933 MachineConstantPoolEntry CPE = CP[CPI]; in emitConstantPool() 4216 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3675 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool() 3677 const MachineConstantPoolEntry &ConstantEntry = Constants[Disp.getIndex()]; in getConstantFromPool()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 13767 …MachineConstantPoolEntry, std::allocator<llvm::MachineConstantPoolEntry>>::vector(std::vector<llvm… 16989 {"_ZNK4llvm24MachineConstantPoolEntry7getTypeEv", "llvm::MachineConstantPoolEntry::getType() const"… 16990 {"_ZNK4llvm24MachineConstantPoolEntry17getRelocationInfoEv", "llvm::MachineConstantPoolEntry::getRe… 16998 …MachineConstantPoolEntry, std::allocator<llvm::MachineConstantPoolEntry>>::_M_insert_aux(__gnu_cxx…
|