| /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()
|
| /llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaAsmPrinter.cpp | 109 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 D | XtensaAsmPrinter.h | 41 void emitMachineConstantPoolEntry(const MachineConstantPoolEntry &CPE, int i);
|
| H A D | XtensaConstantPoolValue.h | 65 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
| /llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 29 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
|
| /llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1451 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 D | MIRPrinter.cpp | 630 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in guessSuccessors()
|
| /llvm-project/llvm/test/CodeGen/PowerPC/ |
| H A D | pr15031.ll | 224 … 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 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()
|
| /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 | 1384 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction() 1818 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
|
| H A D | ARMConstantIslandPass.cpp | 565 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
|
| H A D | ARMBaseInstrInfo.cpp | 1786 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 D | AsmPrinter.cpp | 2780 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 D | MipsAsmPrinter.cpp | 223 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
|
| H A D | MipsConstantIslandPass.cpp | 549 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
|
| /llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3671 ArrayRef<MachineConstantPoolEntry> Constants = in canMakeTailCallConditional() 3673 const MachineConstantPoolEntry &ConstantEntry = Constants[Disp.getIndex()]; in canMakeTailCallConditional()
|