Home
last modified time | relevance | path

Searched refs:MachineConstantPool (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h29 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 DMachineFunction.h57 class MachineConstantPool; variable
248 MachineConstantPool *ConstantPool;
654 MachineConstantPool *getConstantPool() { return ConstantPool; }
655 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
H A DFastISel.h43 class MachineConstantPool; variable
206 MachineConstantPool &MCP;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h79 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 DARMConstantPoolValue.cpp75 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 DARMAsmPrinter.h20 class MachineConstantPool; variable
43 const MachineConstantPool *MCP;
H A DThumbRegisterInfo.cpp70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool()
89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
H A DARMBaseRegisterInfo.cpp489 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
H A DARMAsmPrinter.cpp1257 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
H A DARMExpandPseudoInsts.cpp2377 MachineConstantPool *MCP = MF->getConstantPool(); in ExpandMI()
2455 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in ExpandMI()
H A DARMConstantIslandPass.cpp210 MachineConstantPool *MCP;
H A DARMFrameLowering.cpp2604 MachineConstantPool *MCP = MF.getConstantPool(); in adjustForSegmentedStacks()
H A DARMBaseInstrInfo.cpp1726 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV()
1854 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h32 class MachineConstantPool; variable
60 const MachineConstantPool *MCP = nullptr;
H A DMipsConstantIslandPass.cpp345 MachineConstantPool *MCP = nullptr;
H A DMips16InstrInfo.td1899 // is the index into the MachineConstantPool that this is, the third is the
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h45 int getExistingMachineCPValue(MachineConstantPool *CP,
H A DSystemZConstantPoolValue.cpp28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp177 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); in init()
241 ConstantPool->~MachineConstantPool(); in clear()
1379 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool()
1439 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex()
1458 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
1475 void MachineConstantPool::print(raw_ostream &OS) const { in print()
1491 LLVM_DUMP_METHOD void MachineConstantPool::dump() const { print(dbgs()); } in dump()
H A DMIRPrinter.cpp131 const MachineConstantPool &ConstantPool);
554 const MachineConstantPool &ConstantPool) { in convert()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp140 MachineConstantPool &ConstantPool,
876 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp422 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1027 MachineConstantPool *MCP = MF.getConstantPool(); in expandMI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp551 MachineConstantPool *MCP = MF->getConstantPool(); in finalizeInsInstrs()
742 MachineConstantPool *MCP = MF->getConstantPool(); in getConstantFromConstantPool()

12