reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/FastISel.h
   44 class MachineConstantPool;
include/llvm/CodeGen/MachineConstantPool.h
   28 class MachineConstantPool;
include/llvm/CodeGen/MachineFunction.h
   58 class MachineConstantPool;
lib/Target/ARM/ARMAsmPrinter.h
   20 class MachineConstantPool;
lib/Target/Mips/MipsAsmPrinter.h
   32 class MachineConstantPool;

References

include/llvm/CodeGen/FastISel.h
  207   MachineConstantPool &MCP;
include/llvm/CodeGen/MachineConstantPool.h
   47   virtual int getExistingMachineCPValue(MachineConstantPool *CP,
include/llvm/CodeGen/MachineFunction.h
  241   MachineConstantPool *ConstantPool;
  508   MachineConstantPool *getConstantPool() { return ConstantPool; }
  509   const MachineConstantPool *getConstantPool() const { return ConstantPool; }
include/llvm/Support/Allocator.h
   88       !std::is_same<typename std::remove_cv<T>::type, void>::value, void>::type
   89   Deallocate(T *Ptr, size_t Num = 1) {
   90     Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T));
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1709   const MachineConstantPool *MCP = MF->getConstantPool();
lib/CodeGen/MIRParser/MIRParser.cpp
  133                               MachineConstantPool &ConstantPool,
  414     auto *ConstantPool = MF.getConstantPool();
  810     MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) {
lib/CodeGen/MIRPrinter.cpp
  127                const MachineConstantPool &ConstantPool);
  219   if (const auto *ConstantPool = MF.getConstantPool())
  502                          const MachineConstantPool &ConstantPool) {
lib/CodeGen/MachineFunction.cpp
  175   ConstantPool = new (Allocator) MachineConstantPool(getDataLayout());
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  424     MachineConstantPool *MCP = MF->getConstantPool();
lib/Target/AArch64/AArch64InstructionSelector.cpp
 3072   MachineConstantPool *MCP = MF.getConstantPool();
lib/Target/ARM/ARMAsmPrinter.cpp
 1190         const MachineConstantPool *MCP = MF.getConstantPool();
lib/Target/ARM/ARMAsmPrinter.h
   43   const MachineConstantPool *MCP;
lib/Target/ARM/ARMBaseInstrInfo.cpp
 1650   MachineConstantPool *MCP = MF.getConstantPool();
 1778     const MachineConstantPool *MCP = MF->getConstantPool();
lib/Target/ARM/ARMBaseRegisterInfo.cpp
  464   MachineConstantPool *ConstantPool = MF.getConstantPool();
lib/Target/ARM/ARMConstantIslandPass.cpp
  214     MachineConstantPool *MCP;
lib/Target/ARM/ARMConstantPoolValue.cpp
   75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP,
  191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP,
  239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP,
  279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
lib/Target/ARM/ARMConstantPoolValue.h
   79   int getExistingMachineCPValueImpl(MachineConstantPool *CP,
  116   int getExistingMachineCPValue(MachineConstantPool *CP,
  189   int getExistingMachineCPValue(MachineConstantPool *CP,
  225   int getExistingMachineCPValue(MachineConstantPool *CP,
  261   int getExistingMachineCPValue(MachineConstantPool *CP,
lib/Target/ARM/ARMExpandPseudoInsts.cpp
 1414         MachineConstantPool *MCP = MF->getConstantPool();
 1488       MachineConstantPool *MCP = MBB.getParent()->getConstantPool();
lib/Target/ARM/ARMFrameLowering.cpp
 2411     MachineConstantPool *MCP = MF.getConstantPool();
lib/Target/ARM/ARMISelLowering.cpp
 9346   MachineConstantPool *MCP = MF->getConstantPool();
 9641       MachineConstantPool *ConstantPool = MF->getConstantPool();
 9742       MachineConstantPool *ConstantPool = MF->getConstantPool();
10144     MachineConstantPool *ConstantPool = MF->getConstantPool();
lib/Target/ARM/ThumbRegisterInfo.cpp
   70   MachineConstantPool *ConstantPool = MF.getConstantPool();
   89   MachineConstantPool *ConstantPool = MF.getConstantPool();
lib/Target/Mips/MipsAsmPrinter.h
   60   const MachineConstantPool *MCP = nullptr;
lib/Target/Mips/MipsConstantIslandPass.cpp
  345   MachineConstantPool *MCP = nullptr;
lib/Target/SystemZ/SystemZConstantPoolValue.cpp
   29 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) {
lib/Target/SystemZ/SystemZConstantPoolValue.h
   45   int getExistingMachineCPValue(MachineConstantPool *CP,
lib/Target/X86/X86InstrInfo.cpp
 5316     MachineConstantPool &MCP = *MF.getConstantPool();
lib/Target/XCore/XCoreInstrInfo.cpp
  443   MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool();
usr/include/c++/7.4.0/type_traits
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;