| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineConstantPool.h | 29 class MachineConstantPool; variable 48 virtual int getExistingMachineCPValue(MachineConstantPool *CP, 117 class MachineConstantPool { 128 explicit MachineConstantPool(const DataLayout &DL) in MachineConstantPool() function 130 ~MachineConstantPool();
|
| H A D | MachineFunction.h | 57 class MachineConstantPool; variable 275 MachineConstantPool *ConstantPool; 688 MachineConstantPool *getConstantPool() { return ConstantPool; } 689 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
| H A D | FastISel.h | 43 class MachineConstantPool; variable 206 MachineConstantPool &MCP;
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.h | 73 int getExistingMachineCPValue(MachineConstantPool *CP, 86 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl() 120 int getExistingMachineCPValue(MachineConstantPool *CP, 150 int getExistingMachineCPValue(MachineConstantPool *CP, 178 int getExistingMachineCPValue(MachineConstantPool *CP, 205 int getExistingMachineCPValue(MachineConstantPool *CP,
|
| H A D | CSKYConstantPoolValue.cpp | 57 int CSKYConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 103 int CSKYConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 137 int CSKYConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 171 int CSKYConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 203 int CSKYConstantPoolJT::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
|
| H A D | CSKYAsmPrinter.h | 28 MachineConstantPool *MCP;
|
| H A D | CSKYInstrInfo.cpp | 566 MachineConstantPool *MCP = MF.getConstantPool(); in getGlobalBaseReg()
|
| H A D | CSKYConstantIslandPass.cpp | 203 MachineConstantPool *MCP = nullptr;
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.h | 79 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl() 114 int getExistingMachineCPValue(MachineConstantPool *CP, 187 int getExistingMachineCPValue(MachineConstantPool *CP, 223 int getExistingMachineCPValue(MachineConstantPool *CP, 259 int getExistingMachineCPValue(MachineConstantPool *CP,
|
| H A D | ARMConstantPoolValue.cpp | 75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
|
| H A D | ARMAsmPrinter.h | 20 class MachineConstantPool; variable 43 const MachineConstantPool *MCP;
|
| H A D | ThumbRegisterInfo.cpp | 70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() 89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
|
| H A D | ARMBaseRegisterInfo.cpp | 502 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.h | 32 class MachineConstantPool; variable 60 const MachineConstantPool *MCP = nullptr;
|
| H A D | MipsConstantIslandPass.cpp | 345 MachineConstantPool *MCP = nullptr;
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.h | 45 int getExistingMachineCPValue(MachineConstantPool *CP,
|
| H A D | SystemZConstantPoolValue.cpp | 28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 204 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); in init() 266 ConstantPool->~MachineConstantPool(); in clear() 1417 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool() 1477 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() 1496 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() 1513 void MachineConstantPool::print(raw_ostream &OS) const { in print() 1529 LLVM_DUMP_METHOD void MachineConstantPool::dump() const { print(dbgs()); } in dump()
|
| H A D | MIRPrinter.cpp | 117 const MachineConstantPool &ConstantPool); 556 const MachineConstantPool &ConstantPool) { in convert()
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 139 MachineConstantPool &ConstantPool, 910 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | 2004-04-05-InvokeCastCrash.ll | 25 %"struct.llvm::MachineConstantPool" = type opaque 27 …m::MachineFunctionInfo"*, %"struct.llvm::MachineFrameInfo"*, %"struct.llvm::MachineConstantPool"* }
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | pr15031.ll | 88 …ineFunctionInfo"*, %"class.llvm::MachineFrameInfo"*, %"class.llvm::MachineConstantPool"*, %"class.… 221 %"class.llvm::MachineConstantPool" = type { %"class.llvm::DataLayout"*, i32, %"class.std::vector.15…
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 425 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 1072 MachineConstantPool *MCP = MF.getConstantPool(); in expandMI()
|