Home
last modified time | relevance | path

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

12

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h32 class MachineConstantPool; variable
56 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
137 class MachineConstantPool {
147 explicit MachineConstantPool(const TargetMachine &TM) in MachineConstantPool() function
149 ~MachineConstantPool();
H A DMachineFunction.h36 class MachineConstantPool; variable
104 MachineConstantPool *ConstantPool;
206 MachineConstantPool *getConstantPool() { return ConstantPool; }
207 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
H A DFastISel.h192 MachineConstantPool &MCP;
H A DScheduleDAG.h29 class MachineConstantPool; variable
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h70 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl()
108 int getExistingMachineCPValue(MachineConstantPool *CP,
167 int getExistingMachineCPValue(MachineConstantPool *CP,
201 int getExistingMachineCPValue(MachineConstantPool *CP,
237 int getExistingMachineCPValue(MachineConstantPool *CP,
H A DARMConstantPoolValue.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
203 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
243 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
H A DARMAsmPrinter.h21 class MachineConstantPool; variable
44 const MachineConstantPool *MCP;
H A DThumb2RegisterInfo.cpp44 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
H A DThumb1RegisterInfo.cpp75 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
H A DARMBaseRegisterInfo.cpp412 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
H A DARMConstantIslandPass.cpp259 MachineConstantPool *MCP;
H A DARMAsmPrinter.cpp1193 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
H A DARMExpandPseudoInsts.cpp990 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in ExpandMI()
H A DARMBaseInstrInfo.cpp1345 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV()
1465 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
H A DARMFrameLowering.cpp1988 MachineConstantPool *MCP = MF.getConstantPool(); in adjustForSegmentedStacks()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp75 ConstantPool = new (Allocator) MachineConstantPool(TM); in MachineFunction()
111 ConstantPool->~MachineConstantPool(); in ~MachineFunction()
823 const DataLayout *MachineConstantPool::getDataLayout() const { in getDataLayout()
871 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool()
928 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex()
949 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
967 void MachineConstantPool::print(raw_ostream &OS) const { in print()
983 void MachineConstantPool::dump() const { print(dbgs()); } in dump()
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h43 int getExistingMachineCPValue(MachineConstantPool *CP,
H A DSystemZConstantPoolValue.cpp40 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h54 const MachineConstantPool *MCP;
H A DMipsConstantIslandPass.cpp351 MachineConstantPool *MCP;
/minix/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp457 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
/minix/external/bsd/llvm/dist/llvm/test/Transforms/IndVarSimplify/
H A D2004-04-05-InvokeCastCrash.ll25 %"struct.llvm::MachineConstantPool" = type opaque
27 …m::MachineFunctionInfo"*, %"struct.llvm::MachineFrameInfo"*, %"struct.llvm::MachineConstantPool"* }
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dpr15031.ll88 …ineFunctionInfo"*, %"class.llvm::MachineFrameInfo"*, %"class.llvm::MachineConstantPool"*, %"class.…
221 %"class.llvm::MachineConstantPool" = type { %"class.llvm::DataLayout"*, i32, %"class.std::vector.15…
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp417 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1091 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool()

12