Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/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;
590 MachineConstantPool *getConstantPool() { return ConstantPool; }
591 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
H A DFastISel.h43 class MachineConstantPool; variable
206 MachineConstantPool &MCP;
/netbsd/external/apache2/llvm/dist/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.cpp483 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
H A DARMAsmPrinter.cpp1257 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
H A DARMExpandPseudoInsts.cpp2328 MachineConstantPool *MCP = MF->getConstantPool(); in ExpandMI()
2406 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in ExpandMI()
H A DARMConstantIslandPass.cpp210 MachineConstantPool *MCP;
H A DARMFrameLowering.cpp2551 MachineConstantPool *MCP = MF.getConstantPool(); in adjustForSegmentedStacks()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h32 class MachineConstantPool; variable
60 const MachineConstantPool *MCP = nullptr;
H A DMipsConstantIslandPass.cpp345 MachineConstantPool *MCP = nullptr;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp177 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); in init()
241 ConstantPool->~MachineConstantPool(); in clear()
1143 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool()
1203 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex()
1222 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
1239 void MachineConstantPool::print(raw_ostream &OS) const { in print()
1255 LLVM_DUMP_METHOD void MachineConstantPool::dump() const { print(dbgs()); } in dump()
H A DMIRPrinter.cpp130 const MachineConstantPool &ConstantPool);
529 const MachineConstantPool &ConstantPool) { in convert()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h45 int getExistingMachineCPValue(MachineConstantPool *CP,
H A DSystemZConstantPoolValue.cpp28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp140 MachineConstantPool &ConstantPool,
866 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp423 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp975 MachineConstantPool *MCP = MF.getConstantPool(); in expandMI()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DMIRLangRef.rst597 function's ``MachineConstantPool`` and an offset.
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp551 MachineConstantPool *MCP = MF->getConstantPool(); in finalizeInsInstrs()
742 MachineConstantPool *MCP = MF->getConstantPool(); in getConstantFromConstantPool()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2000 const MachineConstantPool *MCP = MF->getConstantPool(); in emitConstantPool()

12