Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h29 class MachineConstantPool; variable
48 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
121 class MachineConstantPool {
132 explicit MachineConstantPool(const DataLayout &DL) in MachineConstantPool() function
134 ~MachineConstantPool();
H A DMachineFunction.h62 class MachineConstantPool; variable
244 MachineConstantPool *ConstantPool;
479 MachineConstantPool *getConstantPool() { return ConstantPool; }
480 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
H A DFastISel.h45 class MachineConstantPool; variable
208 MachineConstantPool &MCP;
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h80 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl()
117 int getExistingMachineCPValue(MachineConstantPool *CP,
190 int getExistingMachineCPValue(MachineConstantPool *CP,
226 int getExistingMachineCPValue(MachineConstantPool *CP,
262 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.h21 class MachineConstantPool; variable
44 const MachineConstantPool *MCP;
H A DThumbRegisterInfo.cpp71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool()
90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
H A DARMBaseRegisterInfo.cpp446 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
H A DARMExpandPseudoInsts.cpp1403 MachineConstantPool *MCP = MF->getConstantPool(); in ExpandMI()
1476 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in ExpandMI()
H A DARMAsmPrinter.cpp1189 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
H A DARMConstantIslandPass.cpp212 MachineConstantPool *MCP;
H A DARMBaseInstrInfo.cpp1548 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV()
1676 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
H A DARMFrameLowering.cpp2299 MachineConstantPool *MCP = MF.getConstantPool(); in adjustForSegmentedStacks()
H A DARMISelLowering.cpp8177 MachineConstantPool *MCP = MF->getConstantPool(); in SetupEntryBlockForSjLj()
8472 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock()
8573 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock()
8975 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitStructByval()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp174 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); in init()
238 ConstantPool->~MachineConstantPool(); in clear()
943 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool()
1005 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex()
1025 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
1043 void MachineConstantPool::print(raw_ostream &OS) const { in print()
1059 LLVM_DUMP_METHOD void MachineConstantPool::dump() const { print(dbgs()); } in dump()
H A DMIRPrinter.cpp127 const MachineConstantPool &ConstantPool);
456 const MachineConstantPool &ConstantPool) { in convert()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h33 class MachineConstantPool; variable
61 const MachineConstantPool *MCP = nullptr;
H A DMipsConstantIslandPass.cpp351 MachineConstantPool *MCP = nullptr;
H A DMips16InstrInfo.td1902 // is the index into the MachineConstantPool that this is, the third is the
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h46 int getExistingMachineCPValue(MachineConstantPool *CP,
H A DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp444 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp131 MachineConstantPool &ConstantPool,
742 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp442 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1656 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool()

12